Menu
Home

YouTubeyoutube

A hanpicked list of YouTube channels and tutorial videos to watch and follow for practicing your web development skills.

    Channel | Web Dev Simplified

    Web Dev Simplified is all about teaching web development skills and techniques in an efficient and practical manner.

    Channel | The Nerdy Dev

    Full Stack Development Tutorials covering Modern Web Development with technologies ranging from React.js, Vue.js, Angular.js, Angular 8 in the frontend to Node.js

    Channel | Kevin Powell

    Helping you learn how to make the web, and make it look good while you're at it. With videos every Tuesday and Thursday, I'll be bringing you How Tos and Tutorials, as well as simple tips and tricks, with a big focus on helping people see how wonderful CSS is!

    Channel | James Q Quick

    Want to learn more about Web Development? Then, you're in the right place! I LEARN the newest techniques in Web Development, Design, and Tools. I BUILD projects for myself and others. I TEACH others through online content.

    Channel | Clever Programmer

    You can find awesome programming lessons here! Also, expect programming tips and tricks that will take your coding skills to the next level.

    Channel | Coding Addict

    Coding Addict contains tutorial videos and projects for html, css, javascript, nodejs, reactjs, bootstrap, snippers, plugins, libraries, and more...

    Channel | Coder One

    CoderOne is a Learning Channel For Web Development, Software Enginnering and Coding All in one place with a High quality Video/Written Tutorials along side a Learning Platform that allows you to dig deep and learn everything that comes new.

    Channel | Traversy Media

    tutorials for all of the latest web technologies from the building blocks of HTML, CSS & JavaScript to frontend frameworks like React and Vue to backend technologies like Node.js, Python and PHP.

    Channel | CS Dojo

    tutorials for all of the latest web technologies from the building blocks of HTML, CSS & JavaScript to frontend frameworks like React and Vue to backend technologies like Node.js, Python and PHP.

    Tutorial| Javascript Crash course

    In this crash course we will go over the fundamentals of JavaScript including more modern syntax like classes, arrow functions, etc. This is the starting point on my channel for learning JS.

    Tutorial | Node.js Crash Course

    In this crash course we will explore Node.js fundamentals including modules such as path, url, fs, events and we will create an HTTP server from scratch without Express and deploy to Heroku.

    Tutorial | React.js Crash Course

    Get started with React in this crash course. We will be building a task tracker app and look at components, props, state, hooks, working with an API and more.

    Tutorial | Learn SQL in 60 minutes

    SQL is the standard language for interacting with and manipulating data in a relational database system, and is one of the most important concepts you can learn in programming. It allows you to create, read, update, and delete data which is something nearly every application will need to do.

    Tutorial | Build a Weather App With Javascript

    Integrating with APIs is a crucial skill for any web developer to succeed. In this video we will be integrating with the DarkSky Weather API and the Google Places API. Using these APIs we will learn how to connect to an API from both the client and the server.