I love Udemy !!❤️

So, I made a list of the top Udemy courses for each slide of Brad Traversy's 2021 Web Development roadmap😆

This thread is for aspiring frontend developers!

Includes: HTML/CSS, JavaScript, Frontend frameworks, TypeScript, etc.

A thread🧵
👉 HTML/CSS

1⃣ Build Responsive Real-World Websites with HTML and CSS - Jonas Schmedtmann (49.5 hrs)

2⃣ Web Design for Beginners: Real World Coding in HTML & CSS - Brad Schiff (11 hrs)

3⃣ Modern HTML & CSS From The Beginning - Brad Traversy (21 hrs)
CSS & SASS

1⃣ Advanced CSS and Sass: Flexbox, Grid, Animations and More! - Jonas Schmedtmann (28 hrs)

2⃣ CSS - The Complete Guide 2021 (incl. Flexbox, Grid & Sass) - Maximilian Schwarzmüller (22.5 hrs)
👉 CSS Frameworks (Udemy/YouTube)

1⃣ Tailwind CSS Tutorial - Net Ninja (2hrs, Youtube)

2⃣ Bootstrap 5 Crash Course | Website Build & Deploy - Brad Traversy (1.2hrs, YouTube)

3⃣Bootstrap 5 Tutorial - Net Ninja (2.8 hrs, YouTube)
4⃣ Materialize CSS From Scratch With 5 Projects - Brad Traversy (10.5 hrs, Udemy)

5⃣ Materialize Tutorial - Net Ninja (2.3 hrs, YouTube)

6⃣ Bulma Tutorial - Net Ninja (1.5 hrs, YouTube)
👉 UX/UI Design

1⃣ User Experience Design Essentials - Adobe XD UI UX Design - Daniel W. S. (13 hrs)

2⃣ Complete Web & Mobile Designer in 2021: UI/UX, Figma, +more - Andrei Neagoie/Daniel S. (25hrs)

3⃣ Learn Figma - UI/UX Design Essential Training - Caleb Kingston (3.5 hrs)
4⃣ UX & Web Design Master Course: Strategy, Design, Development - Joe Natoli (23.5 hrs)

5⃣ Master Digital Product Design: UX Research & UI Design - Rob Sutcliffe (15.5 hrs)

6⃣ Complete Web Design: from Figma to Webflow to Freelancing - Vako Shvili (19.5 hrs)
👉 JavaScript💛

1⃣ The Complete JavaScript Course 2021: From Zero to Expert! - Jonas (68 hrs)

2⃣ Modern JavaScript From The Beginning - Brad Traversy (21.5 hrs)

3⃣ JavaScript: Understanding the Weird Parts - Anthony Alicea (11.5 hrs)
4⃣ JavaScript - The Complete Guide 2021 - Maxmilian Schwarzmüller (52.5 hrs)

5⃣ JavaScript Basics for Beginners - Mosh Hamedani (6.5 hrs)

6⃣ JavaScript: The Advanced Concepts - Andrei Neagoie (25 hrs)

7⃣ The Modern JavaScript Bootcamp - Andrew Mead (29.5 hrs)
8⃣ Modern JavaScript Bootcamp Course (2021) - Colt Steele/Stephen Grider (52 hrs)

9⃣ JavaScript Algorithms and Data Structures Masterclass - Colt Steele (22 hrs)
(JavaScript Project focused)

🔟 50 Projects in 50 Days - HTML, CSS & JavaScript - Brad Traversy, Florin Pop (18.5 hrs)

1⃣1⃣ 20 Web Projects With Vanilla JavaScript - Brad Traversy (16 hrs)

1⃣2⃣ S30 - Wes Bos (Not Udemy)

1⃣3⃣ JavaScript Web Projects - Andrei Neagoie (33 hrs)
👉 Other Tools

(Git)

1⃣ The Git & Github Bootcamp - Colt Steele (17hrs

2⃣ GitHub Ultimate: Master Git and GitHub - Beginner to Expert - Jason Taylor (6.5 hrs)

3⃣ Complete Git Guide: Understand and master Git and GitHub - Bogdan Stashchuck (23 hrs)
👉 Frontend Framework

1⃣ React - The Complete Guide - Max Schwarz (48 hrs)

2⃣ Modern React with Redux - Stephen Grider (52.5 hrs)

3⃣ The Complete Reach Native + Hooks Course - Stephen Grider (38.5 hrs)

4⃣ Complete React Developer 2021 - Andrei Neagoie, Yihua Zhang (40.5 hrs)
5⃣ React Front to Back - Brad Traversy (14 hrs)

6⃣ Advanced React and Redux - Stephen Grider (21 hrs)

7⃣ The Complete React Developer Course - Andrew Mead (39 hrs)

8⃣ Graph QL with React: The Complete Developer's Guide: Stephen Grider (13.5 hrs)
(Vue)

1⃣ Vue: The Complete Guide - Max Schwarz (49 hrs)

2⃣ Complete Vue Mastery - Andrei Neagoie (30.5 hrs)

3⃣ Build Web Apps with Vue JS 3 & Firebase - Shaun Pelling (Net Ninja) (30hrs)
(Angular)

1⃣ Angular - The Complete Guide - Max Schwarz (34 hrs)

2⃣ The Complete Angular Course - Mosh Hamedani (29.5 hrs)

3⃣ Angular Front to Back - Brad Traversy (11.5 hrs)

4⃣ Learn and Understand AngularJS - Anthony Alicea (7hrs)
(Svelte)

1⃣ Svelte.js - The Complete Guide - Max Schwarzmüller (13 hrs)
👉 TypeScript (optional)

1⃣ Understanding TypeScript - Max Schwarzmüller (15 hrs)

2⃣ TypeScript: The Complete Developer's Guide - Stephen Grider (24.5 hrs)
👉 Server Side Rendering (optional)

1⃣ Next.js & React - Max Schwarzmüller (25 hrs)

2⃣ Next.js Dev to Deployment - Brad Traversy (10hrs)

3⃣ Nuxt.js - Vue.js on Steroids - Max Schwarz (6.5 hrs)
Thank you for making it through this long ass thread😂😂

I was going to do the whole full-stack, but it'd be LONG AF!!!!!

So, this is just for front end, but stay tuned for a backend version @codingyuri 😉

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Yuri 🇰🇷

Yuri 🇰🇷 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @codingyuri

17 Sep
Top 20 JavaScript array methods every JS beginner should know!!

A thread 🧵
Quick array method recap:

Array methods are built-in functions in JavaScript that you apply to arrays. Each method has a particular function that changes or manipulates the array.

It saves us time because we can use methods instead of hard coding everything!!😆
1️⃣ pop()

pop() removes the LAST element of an array and returns that removed element. This method changes the original array and its length. Image
Read 23 tweets
16 Sep
7 FREE resources/courses to learn web development!!

A thread 🧵
1️⃣ The Odin Project

I love the Odin Project!!💛
It's how I started my web dev journey. It's THE BEST full stack curriulum I've seen so far. I really like TOP because it doesn't hold your hand; it forces you to solve problems by yourself!!

theodinproject.com
2️⃣ Full Stack Open

This course is for the intermediate, definitely for people who are familiar with the basics!! You don't gotta be an expert, you just gotta be familiar with vanilla JavaScript and the DOM.

fullstackopen.com/en/
Read 9 tweets
12 Sep
I got 25K & a job at Hashnode within 2 months in Tech Twitter!

A thread on building an audience 🧵
Building an online presence puts you out there!

It shows your personality, what you're passionate about, & what you're working on. Depending on how you use it, it can be very beneficial!!
Being self-taught, building an audience opened many doors, and gave me opportunities I never dreamed of!

Joining Tech Twitter has been one of the best decisions I've made, & I'm forever grateful at the community ❤️

It can be an amazing experience, so make the most out of it!
Read 16 tweets
22 Aug
Continuing my Frontend thread...this is the BACKEND ver!🔥

A list of the top Udemy courses for each slide of Brad Traversy's 2021 Web Development roadmap😆

This thread is for aspiring backend developers!

Includes: node.js, python, backend frameworks, database, etc.

A thread🧵
👉 Backend Languages

💚NodeJS

1⃣ The Complete Node.js Developer Course - Andrew Mead (35hrs)

2⃣ Learn & Understand NodeJS - Anthony Alicea (13hrs)

3⃣ NodeJS - The Complete Guide - Max Schwarzmüller (40.5hrs)
4⃣ Node.js, Express, MongoDB & More: The Complete Bootcamp 2021 - Jonas Schmedtmann (42hrs)

5⃣ Node JS: Advanced Concepts - Stephen Grider (16hrs)

6⃣ Node.js API Masterclass With Express & MongoDB - Brad Traversy (12hrs)
Read 21 tweets
12 Aug
10 most common Mac Terminal commands (in my experience)

A thread 🧵
1⃣ pwd

Use the `pwd` command to find out your current location in the filesystem/name of the folder currently open in your terminal window.

After executing `pwd` command, terminal tells us that we're in `Yuri` directory inside of `Users` at root
2⃣ ls

The `ls` command is used to list all the folders/files under the location specified, or if not specified, under the current location.

Here, we're listing all the directories/files inside `~`
Read 15 tweets
11 Aug
⭐️Tech Trivia Tues⭐️

ANSWER: '55'

This is because of how type conversion and the .join() method work on JavaScript.

I'll walk you through the code on the thread below 👇🧵
Type conversion in JavaScript can be a little bit weird.

If do math with a number and a non-numeric value, JS will try to convert the non-numeric value into a number.

In this case, when `true` is converted to a number value, it returns the number 1.
Check out the code below:

The following expression will return 5 because 1 * 5
Read 6 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(