What worked for me? Read “the book” ( https://doc.rust-lang.org/stable/book/ ) do the exercises in “the book” for each chapter work though rustlings ( https://github.com/rust-lang/rustlings ) as it aligns with each chapter The book is very good, don’t underestimate the official learning materials. Rustlings really helped me cement what I had learned too. If you’re looking for project based courses, you could do either https://www.zero2prod.com/ (backend) https://bfnightly.bracketproductions.com/rustbook/chapter_0.html (a rogue like, also published @ prag prog) I haven’t done either, but have heard good things. I don’t think they are for folks with zero rust knowledge though. Above all, check out the “Little book of rust books” to get a good overview of resources that are out there: https://lborb.github.io/book/ Edit: You didn’t ask, I think you should consider getting comfortable with one language. It’s very easy to develop prowess in guided tutorials but lack the ability to “do it” on your own. Don’t fall for the tutorial treadmill— learning to use resources and read docs are real skills you need. Answer from ramides on reddit.com
🌐
Reddit
reddit.com › user › jadjoubran02
Jad Joubran (u/jadjoubran02) - Reddit
April 25, 2022 - u/jadjoubran02: Creator of learnjavascript.online & react-tutorial.app
🌐
Reddit
reddit.com › r/learnprogramming › current self taught developers who started of with no knowledge and then used a large free course online. how much of your knowledge came from said course
r/learnprogramming on Reddit: Current self taught developers who started of with no knowledge and then used a large free course online. How much of your knowledge came from said course
July 3, 2023 -

Basically the title.

Between not knowing what a variable is and your first application/resume that got you interviewed, how much did said course account for in terms of concepts ad techniques you would be introduced to if you had to give a percentage

And mind you I’m not asking how you got good with like applying regular expresssions or whatever, im asking how much of your awareness of the tools you have as a developer came from a neat tidy course, and how much from vicariously bouncing around random stack overflow pages

People are real vague about what role free code camp and the oding project played in making them a dev. If I were to finish just fcc’s data analysis course, an played with the concepts I learned for a month rigorously. How much of my journey to job readiness actually be complete?

🌐
Jad Joubran
jadjoubran.io
Jad Joubran | Web Consultant, Speaker, and Educator
I'm Jad Joubran, an independent JavaScript and Web Performance Consultant based in Amsterdam. I teach the next generation of ambitious developers on my own interactive learning platform.
🌐
Reddit
reddit.com › r/react › has anyone gone through this course? https://react-tutorial.app/
r/react on Reddit: Has anyone gone through this course? https://react-tutorial.app/
June 29, 2021 -

I was wondering to take this react course which is taught by Jad Joubran. if anyone has any thoughts on it then please let me know. Here is the link to the course https://react-tutorial.app/

🌐
Reddit
reddit.com › r/rust › need to learn fast... any recommendations for a free interactive rust course?
r/rust on Reddit: Need to learn FAST... Any recommendations for a free interactive rust course?
October 24, 2022 -

I'm on a bit of a mission to learn programming...

Some may question the sanity of my approach, but I'm juggling JS, Python and Rust at the moment and finding that learning multiple languages seems to help give me a more broad understanding of programming in general - especially as I'm new to it all.

What I have found is that there seems to be a "sweet spot" for interactive courses where there is a good mix of interactive exercises, explanations and hints with a logical progression through the complexities of the language geared towards achieving tasks. The best example I've found of this sort of thing so far is learnjavascript.online by Jad Joubran. That course seems to have everything just right for FAST learning (at least the way my brain works) - the "knowledge map" is a stroke of genius!

So far, I've tried FreeCodeCamp and educative.io for Rust, as well as the rustlings repo - all good in their own way, but I can't help feeling I'd make quicker progress if I could just find a course like the JS one mentioned above.

The icing on the cake would be a free course, although the Jad Joubran course is actually paid after a certain point - which at least is a fixed fee rather than ongoing subscription.

🌐
Reddit
reddit.com › r › learnprogramming › comments › gzfglh › is_it_possible_for_one_guy_to_program_anything
r/learnprogramming - Is it possible for ONE guy to program anything significant?
June 10, 2020 -

Sort of an odd question but I grew up with Marvel Tony stark being a role model. Yeah I know it is corny, but he was super cool to me. In the movies - Tony seems to build and program significant things by himself, whether it jarvis, his suits, his automated home, etc. Like all movies, obviously they sell what is "sexy" - but I am curious.

Once I got into development I realized how many people it takes: project managers, front end, backend guys to build anything significant whether it is a website, software, front-end, back-end, etc.

Is it possible at all for one guy to build something significant - whether a suit, anything engineering based, a software business, etc without a team?

Find elsewhere
🌐
Reddit
reddit.com › r/learnprogramming › complete beginner question
r/learnprogramming on Reddit: Complete beginner question
September 22, 2023 -

I did Jad Joubran's "course" at learnprogramming.online. It's an intro to programming that just happens to use Javascript, and I enjoyed it so much I've started on his more involved Javascript course at learnjavascript.online. Everything is just concepts and exercises so far, though. I want to code something of my own but without actualizing it as a webpage. I just want to look at what I'm doing to different variables in console.log(), like in Jad's exercises, but for my own purposes. How do I do that? I downloaded VS Code but am pretty overwhelmed and don't understand how to log stuff to console to instantly see what I'm doing as I'm doing it. If you could explain this in terms a stupid person could understand I'd greatly appreciate it.

Top answer
1 of 3
1
On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge. If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options: Limiting your involvement with Reddit, or Temporarily refraining from using Reddit Cancelling your subscription of Reddit Premium as a way to voice your protest. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2 of 3
1
Glad you found those courses! They really helped me go from struggling with JavaScript to building apps with react and I can’t recommend them to people enough. Yes, so the part where you’re at is intimidating and painful, let’s first acknowledge that. Web dev tooling is something I really struggled with at first. Your code is going to log in the browser most of the time, if you’re not familiar with chrome dev tools I would read up on that and get familiar with it. When you build things in vs code, have it open at all times. When you’re building, your code is hosted on your local server through a designated port, and that’s what you look at (it’s still displayed in your browser). I would start with learning about npm first, and then bootstrapping a project with Vite. This is going to be a simple way for you to get a project going. Here’s an article and course that should help: https://www.freecodecamp.org/news/get-started-with-vite/ https://youtu.be/VAeRhmpcWEQ?si=oEa2C4xxKToLLDxM There are a lot of different pieces that are going to come together for you at this stage, and it’s going to take time, just be patient. It’s not all going to come at once. Bootstrap a project with Vite and build some static pages to start, and start adding some JavaScript functionality to them. You can introduce other concepts as you learn them (routing, state management, Dom manipulation etc.). If you get stuck people here can help you, I’m happy to get you unstuck as well just lmk. Edit: one quick note- I think one of the resources I linked may use react. Vite should give you an option to use JavaScript, so go with that for now. The info should still be useful to get you up and running, and if you google vite with JavaScript I’m sure you’ll find other good resources.
🌐
Reddit
reddit.com › user › jadjoubran02 › submitted
submitted by jadjoubran02
reddit.com jadjoubran02 · overview · comments · submitted · gilded · Want to join? Log in or sign up in seconds.| English · 177 post karma 30 comment karma · send a private messageredditor for 10 years · the front page of the internet. Become a Redditor ·
🌐
Reddit
reddit.com › r/reactjs › best react course ?
r/reactjs on Reddit: Best react course ?
July 17, 2023 -

Hi what's the best react course ? I been thinking between Andrew Mead,Maximilian or Jonas Schmedtmann. I read mixed reviews about Maximilian. And I really like Jonas as I done he's HTML and Js course but I don't know how he's React course is. I heard Andrew mead is very good aswell.

🌐
Quora
quora.com › What-are-the-best-sites-for-learning-JavaScript-From-absolute-scratch-to-advanced-level
What are the best sites for learning JavaScript? From absolute scratch to advanced level. - Quora
Answer (1 of 3): My personal recommendations are to Go serially:~ 1. https://www.w3schools.com/js/ 2. Javascript Tutorial 3. JavaScript basics
🌐
Reddit
reddit.com › r/frontend › i’m ready for a change
I’m ready for a change : r/Frontend
April 2, 2023 - If you’re ok paying a little, I recommend react-tutorial.app by Jad Joubran when you’re ready to learn react.
🌐
X
x.com › JoubranJad › status › 1251561846236209153
Jad Joubran on X: "PLEASE fix it 🙏🙏🙏 @reddit There's a forced reflow that makes the dropdown take 2.5 seconds to open on my Pixel 2 400ms of those 2.5 seconds are caused by this forced reflow https://t.co/FXwp4MZKVn" / X
Jad Joubran · @JoubranJad · PLEASE fix it · @reddit There's a forced reflow that makes the dropdown take 2.5 seconds to open on my Pixel 2 400ms of those 2.5 seconds are caused by this forced reflow · 1:22 pm · 18 Apr 2020 · 1 · 7 · Sign up now to get your own personalized timeline!
🌐
Pluralsight
pluralsight.com › authors › jad-joubran
Jad Joubran
Jad is a Google Developer Expert, Microsoft Most Valuable Professional and Freelance Web Consultant based in Amsterdam. Lately, Jad's focus lies on spreading knowledge about Progressive Web Apps and mentoring developers through online courses, blog articles and workshops for startups & enterprises.
🌐
GitHub
github.com › jadjoubran
jadjoubran (Jad Joubran) · GitHub
Google Developer Expert • Microsoft MVP (reconnect) • Independent Web Consultant - jadjoubran