facebook
favorite button
super instructor icon
Trusted teacher
This teacher has a fast response time and rate, demonstrating a high quality of service to their students.
member since icon
Since April 2023
Instructor since April 2023
Translated by GoogleSee original
Programming classes with C#, VB, SQL Server, MySQL Server, HTML5, CSS3, JavaScript And JQuery.
course price icon
From 93.04 CNY /h
arrow icon
These are programming classes for everyone who wants to learn how to write code. We are going to learn a lot together. So if you want to learn how to build a web site, design a database or just to reinforce your skill on any of the programming languages described above , you can contact me and wi will schedule a meeting.
Location
location type icon
Online from Peru
About Me
*About me:

I am a Systems Engineer by profession, I graduated 7 years ago. I consider myself a very patient and respectful person. I really like teaching, I think it's a wonderful way to share knowledge generation by generation.

*About the classes:

The classes are 100% dynamic and practical, in addition, they are personalized to the needs of the student. The idea is that in a first meeting we can talk for a few minutes to find out what the needs are and based on that we start working.

Everything we learn is retained through practice, that is why in the classes exercises are carried out and some proposed ones are left so that the student can solve them and apply the knowledge acquired, these exercises are reviewed the following session.
Education
I studied Systems Engineering at the Universidad De Oriente in Venezuela for 5 years. They were years of much learning, I had excellent teachers who instilled in me the idea of teaching programming.
Experience / Qualifications
I have 4 years of experience working with Software development, so throughout this time I have been able to acquire good programming practices as well as soft skills that allow me to function well in terms of teaching skills.
Age
Children (7-12 years old)
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Intermediate
Advanced
Duration
60 minutes
The class is taught in
Spanish
English
Availability of a typical week
(GMT -05:00)
New York
at teacher icon
Online via webcam
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
More than classes, they are conversations where we will practice and learn grammar and vocabulary, as well as reinforce and retain the most used verbs on a daily basis.

The most important thing of all is that you feel confident when speaking, if you make a mistake, it's okay, that's why we are here to make mistakes and learn from mistakes.

We will do listening, reading and writing activities, so you can get 100% benefit.

So let's improve our english together.
Read more
Similar classes
arrow icon previousarrow icon next
verified badge
Oussama
Learn to add AI features to your applications using ChatGPT API. Taught by a Full-Stack Engineer who's integrated AI into real client projects.

What You'll Learn:
ChatGPT API Integration: Add AI chat, content generation, or text analysis to any web app
Prompt Engineering: Write effective prompts that give consistent, quality results
Production Implementation: Rate limiting, cost management, error handling, security
Real-World Deployment: Deploy AI features to AWS with proper monitoring and logging

Technologies:
OpenAI API (ChatGPT-4)
React/Next.js frontend integration
Node.js/NestJS backend
Secure API key management
Cost optimization (don't waste money on API calls)

Perfect For:
Developers: Add AI to your portfolio (instant differentiation from other candidates)
Freelancers: Offer AI integration services
Students: Build an AI-powered projects that stands out
Entrepreneurs: Add AI features to your product without hiring an AI engineer

What We'll Build:
AI chatbot for your website (customer support, FAQ assistant)
Content generation tool (blog posts, product descriptions, social media)
Text analysis features (summarization, sentiment, keyword extraction)
Custom AI assistant for your specific use case

Real Examples:

E-commerce: AI product description generator
Real estate: AI property listing writer
Marketing: AI social media content creator
Education: AI study assistant

What's Included:
Working code you can deploy immediately
Cost management strategies (API calls can get expensive!)
Error handling and fallback strategies
Production deployment checklist

No AI experience needed - just basic JavaScript/React knowledge.
verified badge
Brahim
Module 1: SQL Overview
Outlining SQL as the cornerstone of database activity
Applying the ANSI/ISO standards
Describing the fundamental building blocks: tables, columns, primary keys, and foreign keys

Module 2: Building the Database Schema
- Creating tables and columns
Building tables with CREATE TABLE
Modifying table structure with ALTER TABLE
Adding columns to an existing table
Removing tables with DROP TABLE

- Protecting data integrity with constraints
Guaranteeing uniqueness with primary key constraints
Enforcing integrity with foreign key constraints
Imposing business rules with check constraints

- Improving performance with indexes
Expediting data retrieval with indexes
Recommending guidelines for index creation

Module 3: Manipulating Data
- Modifying table contents
Adding table rows with INSERT
Changing row content with UPDATE
Removing rows with DELETE

- Applying transactions
Controlling transactions with COMMIT and ROLLBACK
Deploying BEGIN TRANSACTION in SQL Server

Module 4: Working with the SELECT Statement
- Writing Single Table queries
Retrieving data with SELECT
Specifying column expressions
Sorting the result with ORDER BY
Handling NULL values in expressions

- Restricting rows with the WHERE filter
Testing for equality or inequality
Applying wildcard characters
Avoiding NULL value pitfalls

Module 5: Querying Multiple Tables
- Applying the ANSI/ISO standard join syntax
Matching related rows with INNER JOIN
Including nonmatched rows with OUTER JOIN
Creating a Cartesian product with CROSS JOIN

- Combining results with set operators
Stacking results with UNION
Identifying matching rows with INTERSECT
Utilizing EXCEPT to find nonmatching rows

Module 6: Employing Functions in Data Retrieval
- Processing data with row functions
Conditional formatting with the CASE expression
Utilizing the CASE expression to simulate IF tests
Dealing with NULL values

- Performing analysis with aggregate functions
Summarizing data using SUM, AVG and COUNT
Finding the highest/lowest values with MAX and MIN
Defining the summary level with GROUP BY
Applying filter conditions with HAVING

Module 7: Constructing Nested Queries
- Applying subqueries in filter conditions
Creating correlated vs. noncorrelated subqueries
Testing the existence of rows

- Including subqueries in expressions
Placing subqueries in the column list
Creating complex expressions containing subqueries
Handling subqueries that return no rows

Module 8: Developing In-Line and Stored Views
- Breaking down complex problems
Selecting data from a query result set
Using subqueries in the FROM clause

- Creating views in a database
Building reusable code
Creating updateable vs. non-updateable views
verified badge
Ahmed
Hello, My name is Ahmed & I'm working as a TA in Ain Shams University.
I am available for assignments, Homeworks, exams, quizzes, projects, and labs.

Expert Programming & Web Development Tutor | Python, Java, C#, C++, Frontend, Backend, Databases, AI & Data Science

💻 Programming Languages:
✔ Programming: C, C++, Java, Python, PHP, JavaScript, HTML
✔ Mathematics: Linear Algebra, Calculus, Discrete Math, Probability, Optimization
✔ Object-Oriented Programming (OOP): Encapsulation, Polymorphism, Inheritance, Abstraction, Design Patterns
✔ Machine Learning: Neural Networks, Regression, Classification, Clustering, Reinforcement Learning
✔ Data Structures & Algorithms (DSA): Trees, Graphs, Linked Lists, Stacks, Queues, Priority Queues, Hash Tables, Tries, Heaps, Disjoint Sets, Sorting Algorithms (Merge Sort, Quick Sort, Heap Sort, etc.), Searching Algorithms (Binary Search, Linear Search), Dynamic Programming, Greedy Algorithms, Divide & Conquer, Backtracking, Topological Sort, Graph Traversals (BFS, DFS), Minimum Spanning Tree (Prim’s, Kruskal’s), Shortest Path Algorithms (Dijkstra’s, Bellman-Ford, Floyd-Warshall), String Algorithms (KMP, Rabin-Karp, Z-Algorithm), and more!
✔ Assignments, Homework, Labs, Projects, Exams, or Quizzes

🌐 Web Development:
Frontend – HTML, CSS, JavaScript, React, Laravel
Backend – .NET, PHP, Flask, Django

🗄️ Databases:
SQL, MongoDB

🧠 AI & Data Science:
Python for Data Science, Machine Learning, Pandas, NumPy, Data Visualization

✅ What You’ll Get:
Personalized one-on-one sessions
Clear explanations with real-world examples
Hands-on coding practice
Help with assignments, projects, and interview prep
A focus on understanding, not memorizing
No matter your level, I make learning tech engaging and effective. Let’s turn your goals into achievements—one line of code at a time!
message icon
Contact Argenis
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Oussama
Learn to add AI features to your applications using ChatGPT API. Taught by a Full-Stack Engineer who's integrated AI into real client projects.

What You'll Learn:
ChatGPT API Integration: Add AI chat, content generation, or text analysis to any web app
Prompt Engineering: Write effective prompts that give consistent, quality results
Production Implementation: Rate limiting, cost management, error handling, security
Real-World Deployment: Deploy AI features to AWS with proper monitoring and logging

Technologies:
OpenAI API (ChatGPT-4)
React/Next.js frontend integration
Node.js/NestJS backend
Secure API key management
Cost optimization (don't waste money on API calls)

Perfect For:
Developers: Add AI to your portfolio (instant differentiation from other candidates)
Freelancers: Offer AI integration services
Students: Build an AI-powered projects that stands out
Entrepreneurs: Add AI features to your product without hiring an AI engineer

What We'll Build:
AI chatbot for your website (customer support, FAQ assistant)
Content generation tool (blog posts, product descriptions, social media)
Text analysis features (summarization, sentiment, keyword extraction)
Custom AI assistant for your specific use case

Real Examples:

E-commerce: AI product description generator
Real estate: AI property listing writer
Marketing: AI social media content creator
Education: AI study assistant

What's Included:
Working code you can deploy immediately
Cost management strategies (API calls can get expensive!)
Error handling and fallback strategies
Production deployment checklist

No AI experience needed - just basic JavaScript/React knowledge.
verified badge
Brahim
Module 1: SQL Overview
Outlining SQL as the cornerstone of database activity
Applying the ANSI/ISO standards
Describing the fundamental building blocks: tables, columns, primary keys, and foreign keys

Module 2: Building the Database Schema
- Creating tables and columns
Building tables with CREATE TABLE
Modifying table structure with ALTER TABLE
Adding columns to an existing table
Removing tables with DROP TABLE

- Protecting data integrity with constraints
Guaranteeing uniqueness with primary key constraints
Enforcing integrity with foreign key constraints
Imposing business rules with check constraints

- Improving performance with indexes
Expediting data retrieval with indexes
Recommending guidelines for index creation

Module 3: Manipulating Data
- Modifying table contents
Adding table rows with INSERT
Changing row content with UPDATE
Removing rows with DELETE

- Applying transactions
Controlling transactions with COMMIT and ROLLBACK
Deploying BEGIN TRANSACTION in SQL Server

Module 4: Working with the SELECT Statement
- Writing Single Table queries
Retrieving data with SELECT
Specifying column expressions
Sorting the result with ORDER BY
Handling NULL values in expressions

- Restricting rows with the WHERE filter
Testing for equality or inequality
Applying wildcard characters
Avoiding NULL value pitfalls

Module 5: Querying Multiple Tables
- Applying the ANSI/ISO standard join syntax
Matching related rows with INNER JOIN
Including nonmatched rows with OUTER JOIN
Creating a Cartesian product with CROSS JOIN

- Combining results with set operators
Stacking results with UNION
Identifying matching rows with INTERSECT
Utilizing EXCEPT to find nonmatching rows

Module 6: Employing Functions in Data Retrieval
- Processing data with row functions
Conditional formatting with the CASE expression
Utilizing the CASE expression to simulate IF tests
Dealing with NULL values

- Performing analysis with aggregate functions
Summarizing data using SUM, AVG and COUNT
Finding the highest/lowest values with MAX and MIN
Defining the summary level with GROUP BY
Applying filter conditions with HAVING

Module 7: Constructing Nested Queries
- Applying subqueries in filter conditions
Creating correlated vs. noncorrelated subqueries
Testing the existence of rows

- Including subqueries in expressions
Placing subqueries in the column list
Creating complex expressions containing subqueries
Handling subqueries that return no rows

Module 8: Developing In-Line and Stored Views
- Breaking down complex problems
Selecting data from a query result set
Using subqueries in the FROM clause

- Creating views in a database
Building reusable code
Creating updateable vs. non-updateable views
verified badge
Ahmed
Hello, My name is Ahmed & I'm working as a TA in Ain Shams University.
I am available for assignments, Homeworks, exams, quizzes, projects, and labs.

Expert Programming & Web Development Tutor | Python, Java, C#, C++, Frontend, Backend, Databases, AI & Data Science

💻 Programming Languages:
✔ Programming: C, C++, Java, Python, PHP, JavaScript, HTML
✔ Mathematics: Linear Algebra, Calculus, Discrete Math, Probability, Optimization
✔ Object-Oriented Programming (OOP): Encapsulation, Polymorphism, Inheritance, Abstraction, Design Patterns
✔ Machine Learning: Neural Networks, Regression, Classification, Clustering, Reinforcement Learning
✔ Data Structures & Algorithms (DSA): Trees, Graphs, Linked Lists, Stacks, Queues, Priority Queues, Hash Tables, Tries, Heaps, Disjoint Sets, Sorting Algorithms (Merge Sort, Quick Sort, Heap Sort, etc.), Searching Algorithms (Binary Search, Linear Search), Dynamic Programming, Greedy Algorithms, Divide & Conquer, Backtracking, Topological Sort, Graph Traversals (BFS, DFS), Minimum Spanning Tree (Prim’s, Kruskal’s), Shortest Path Algorithms (Dijkstra’s, Bellman-Ford, Floyd-Warshall), String Algorithms (KMP, Rabin-Karp, Z-Algorithm), and more!
✔ Assignments, Homework, Labs, Projects, Exams, or Quizzes

🌐 Web Development:
Frontend – HTML, CSS, JavaScript, React, Laravel
Backend – .NET, PHP, Flask, Django

🗄️ Databases:
SQL, MongoDB

🧠 AI & Data Science:
Python for Data Science, Machine Learning, Pandas, NumPy, Data Visualization

✅ What You’ll Get:
Personalized one-on-one sessions
Clear explanations with real-world examples
Hands-on coding practice
Help with assignments, projects, and interview prep
A focus on understanding, not memorizing
No matter your level, I make learning tech engaging and effective. Let’s turn your goals into achievements—one line of code at a time!
Good-fit Instructor Guarantee
favorite button
message icon
Contact Argenis