Programming Lessons

Comprehensive tutorials covering web development, programming languages, and modern technologies.

90 Lessons
General Beginner
Functions: Organizing and Reusing Code

Learn how to organize your code with functions. Master the art of creating reusable, well-structured code that's easy to...

Imran Nadwi by Imran Nadwi
38 35m
2 months ago
React Intermediate
Event Handling and Forms in React - Building Interactive UIs

Master event handling and forms in React. Learn controlled vs uncontrolled components, form validation, user interaction...

Imran Nadwi by Imran Nadwi
35 65m
2 months ago
Database Intermediate
Aggregate Functions and GROUP BY: Analyzing Data

Master aggregate functions (COUNT, SUM, AVG, MIN, MAX) and GROUP BY clauses to analyze and summarize data effectively in...

Imran Nadwi by Imran Nadwi
30 45m
2 months ago
Node.js Intermediate
Building HTTP Servers with Node.js: Handling Web Requests

Learn to build HTTP servers with Node.js. Handle web requests, create APIs, serve static files, and manage different HTT...

Imran Nadwi by Imran Nadwi
24 60m
2 months ago
Python Beginner
Python Lists: Working with Ordered Collections

Master Python lists including creation, modification, methods, and list comprehensions. Learn to work with ordered colle...

Imran Nadwi by Imran Nadwi
28 35m
2 months ago
PHP Beginner
PHP Functions - Creating and Using Functions

Learn PHP functions: creating custom functions, parameters, return values, variable scope, anonymous functions, closures...

Imran Nadwi by Imran Nadwi
33 55m
2 months ago
JavaScript Beginner
JavaScript Loops: For, While, and Iteration

Learn JavaScript loops including for, while, and do-while loops, plus how to iterate through arrays and objects....

Imran Nadwi by Imran Nadwi
25 50m
2 months ago
CSS Intermediate
CSS Layout with Display and Position

Learn CSS display property values and positioning techniques to create flexible layouts....

Imran Nadwi by Imran Nadwi
35 55m
2 months ago
HTML Beginner
HTML Images and Media: Adding Visual Content

Learn how to add images, audio, and video to HTML pages including responsive images, figure elements, and media best pra...

Imran Nadwi by Imran Nadwi
22 35m
2 months ago
General Beginner
Data Structures: Organizing Information

Master the fundamental data structures that every programmer needs to know. Learn how to organize and work with data eff...

Imran Nadwi by Imran Nadwi
26 40m
2 months ago
React Intermediate
Advanced Hooks: useEffect and Custom Hooks

Learn advanced React hooks including useEffect for side effects and how to create custom hooks for reusable component lo...

Imran Nadwi by Imran Nadwi
29 45m
2 months ago
Database Intermediate
JOIN Operations: Combining Data from Multiple Tables

Master SQL JOIN operations to combine data from multiple tables. Learn INNER, LEFT, RIGHT JOINs and advanced joining tec...

Imran Nadwi by Imran Nadwi
31 50m
2 months ago