New to Coding: How Can I Improve My Skills?

0
3
Asked By CuriousCoder42 On

Hi everyone! I'm currently a third-year engineering student in India, and I've just started getting serious about learning to code. I've been focused on Java and Data Structures and Algorithms (DSA), and so far, I've solved about 12 problems on LeetCode, mostly from the top 150 interview questions. I know I'm a bit late to the game, but I really want to make the most of my time before graduating in 1.5 years. What should I do next to improve my coding skills? I've heard Spring Boot is great for backend development, but I'm not sure what else I should be learning at this point. Also, could you recommend some good learning resources? Right now, I'm mostly learning from YouTube. Thanks a lot!

2 Answers

Answered By CodeCrafter13 On

It's great that you’ve taken the initiative to learn coding in your third year. Java is a strong language to build your career on. In terms of backend, Spring Boot is a solid choice, but don't forget about databases like MySQL and security features. There are plenty of tutorials online for creating simple apps, which can really help you understand how everything ties together!

Answered By TechWhiz101 On

Getting started with Java is not too late at all! DSA stands for Data Structures and Algorithms; it's fundamental for coding interviews. You're on the right track by solving LeetCode problems. To deepen your skills, consider building small projects like a To-Do List REST API or an Expense Tracker. These will give you practical experience. Spring Boot is indeed useful for backend development, especially in web apps, so learning that could really help you.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.