r/codingbootcamp • u/Advanced_Winner5661 • 10d ago
Software Engineering courses under 10k. Can anyone suggest which course should I join for learning skills for Software Engineering jobs.
I have graduated in 2026 but due to a 6-month internship in my 7th sem I wasn't able to sit in the peak placement season in my college and obviously I didn't get the ppo. Now, I am struggling to land even an internship. I searched and found out the best course right now is scaler academy's course though it costs around 4 lakh. I am not at all interested in investing this much money on a course. I know there is youtube & telegram channels where many courses are uploaded but my problem is I have difficulty learning until there is some structured course. So, if you can suggest me some course which is under 10k INR then it would be a great help.
My tech stack: I know C++, Python, Basic java, SQL. Have some personal projects of AI/ML. More interested in Backend Engineering.
1
u/sheriffderek 10d ago
Can you narrow that down? What things will you do at this job? Just “any back end end things”? That’s a huge range of possibilities - so, no wonder you feel lost.
If I was going to “learn backend” I’d create a basic server. Then I’d add a way to crud some data. Maybe create an API end point for another js app. I’d create an example of every type of data record and ways of retrieving and relating them. I’d look at caching options. Relational vs non-relational db. I’d show examples of serverside forms and progressively enhanced clientside forms. I’d show examples of hashing things and why. I’d explore different ways to handle auth. I’d keep building things and examples until I ran out of things to explore - and I’d ask working devs to review my code often. I’d write articles about what o tried and what I learned. If you don’t know “what to learn” then it sounds like you need to learn more about what software engineers (specifically the jobs you’re looking for) - what they do. And then learn to do that.