which full stack webdev course is best that guarantee if i do that well i can be 100% job ready ?

General Rules

  • This Forum Rules:
    1. No asking for course requests or download links.
    2. Don't share links to other websites for downloads or references.
    3. Avoid controversial topics in discussions.

    4. Use an appropriate thread title that matches your content, not just a word.

    Other Forum Rules Can Be Found Here

Sugar Ashish

New member
TutFlixer
Mar 3, 2024
10
8
3
India
i am a beginner and i completed Html, Css and javascript but i had tried to learn MERN stack from different courses but I don't get that very well I don't know why so please help me to give me a resource from where I can learn it well and start building real World projects
 
  • Like
Reactions: drago9899

Ahmadns

Well-known member
TutFlixer
Mar 18, 2021
546
7,423
52
ISB
Follow tutorial. But try to solve those things of your own. You will learn this way. I took so many courses and I had hard time when I got job as I have to find solution myself unlike tutorials where they show all the solutions.
 
  • Like
Reactions: Sugar Ashish

theflxx

Member
TutFlixer
Jul 8, 2022
61
45
13
Lonely Lodge
None. Courses will only give you a path to follow, teach some techniques and best practices, none of those things will turn you into a problem solver, that being said, when you start doing things on your own, such as projects, reading documentation, integrating APIs and so on, then you're ready! I do think the real learning comes from projects you do start to finish without help and documentation reading in order to learn something new or to implement a feature in your project.
 

kusnigram1337

New member
TutFlixer
Oct 11, 2021
5
9
3
poland
I agree with theflxx.

Courses alone won't prepare you for a programming job, and the reason is simple: they typically teach you how to build projects from the ground up.

However, when you start your first job, you'll usually have to work with an existing codebase, which can be very complex. You will spend hours familiarizing yourself with the codebase, reading documentation, and trying to understand the often inadequate comments left by your coworkers.

Your initial tasks will likely involve fixing minor bugs or implementing small features.

Courses don't usually prepare you for these real-world scenarios. To bridge this gap, find an interesting project on GitHub and dive into understanding its structure. Use a debugger to explore how it works, make changes, break things, fix them, and try adding new functionalities.

Once you feel comfortable, look for bugs to fix and submit a pull request (PR). Alternatively, check the GitHub issues for problems you can solve. This experience closely mirrors what you'll be doing in a professional setting.

Remember, the challenging part isn't the job itself—it's getting the job (interviews).
 

Sugar Ashish

New member
TutFlixer
Mar 3, 2024
10
8
3
India
hello i've purchesed sheriyans backend domination course can anyone tell me how to save them in pc any extension os software something because i tryed too much but none of them have worked so pls help
 
  • Like
Reactions: DevSri86

DevSri86

Member
TutFlixer
Jul 30, 2021
177
61
19
India
hello i've purchesed sheriyans backend domination course can anyone tell me how to save them in pc any extension os software something because i tryed too much but none of them have worked so pls help
Your may use Internet Download Manager Application. (It even provide 30 day trial version too).
If you are able to download, than please share it with the community. Thank you.
 

standing egg

Premium User
Premium
TutFlixer
Jul 2, 2022
60
2,378
46
Home
hello i've purchesed sheriyans backend domination course can anyone tell me how to save them in pc any extension os software something because i tryed too much but none of them have worked so pls help
I was in the same situation with teachable. Couldn‘t do it on my own. I then messaged Professor to help me and we managed to do it. He then gave the contents to Satoru for uploads.
I‘d suggest messaging Professor.
 

Walter_white

Member
TutFlixer
Sep 16, 2020
54
41
13
India
Job readiness is a multi step process
1. The education piece: This is where you upskill, get good at Javascript, typescript, react & express. Your goal should not be to only learn the syntax, it should learning to become a crafter, develop critical thinking about the projects & the code you are going to write. If you learn doing this, you'd be a really good software engineer. What course you do, that does not matter in the long run, what matters is the thinking mindset. For getting started, sure video courses are great, and Tutflix is literally the goat for this. In the long run, once you are comfortable with the basics, try doing things by going through the official framework documentation. ex. "Hmm, I want to save a todo in my db, I am using prisma, let's see how to add a new row using prisma typescript.../" and so fourth. Also in the earlier stages, try to become good at JS: Namaste JS by Akshay Saini, javascript dot info are two best resources. I personally found Mosh's tutorials to be well placed and to the point.

2. The Application piece: Apply knowledge and build a good project using shadcn or good library, make it as real life as possible as if you are working on a startup. you can refer code with antonio for this also for inspiration. Know details in your code as interviewer ask to screenshare and you have to explain code

3. Once you have built good 2-3 projects, put them on your resume along with the features you worked on within them. For ex. "social media app, integrated user auth, infinite scroll etc". Follow Jake's resume format, tutflix may have good resume courses also

Try to be in a good company of friends, share knowledge, don't fall into cohort traps, just pick 1 decent course and finish it
 

Latest resources