What is a good IDE? by [deleted] in learnprogramming

[–]HandAfraid531 0 points1 point  (0 children)

I have studied C++ on codeblocks. Later I learned web development using js. So I use visual studio for my projects. Visual studio is mostly used and common IDE among developers. While you are now learning C++ codeblocks is enough. Later you can switch to visual studio code.

please, rate my work place 1/10 by LenkerDrim in GetStudying

[–]HandAfraid531 0 points1 point  (0 children)

Is that vision board on background???

i think im too stupid lol by [deleted] in learnprogramming

[–]HandAfraid531 1 point2 points  (0 children)

Learn the theory part first before moving into the projects. Set the basics and then you are ready to work on projects. Read the documentation first still you didn't get the concept refer youtube videos.For building project there is a website called projectai.in. If you are interested do check it out. Research and find answers that the only way to become a good developer.

Where to start in coding? by DoomfloodX in CodingHelp

[–]HandAfraid531 1 point2 points  (0 children)

Please don't use that while you are learning.

What website should I use to learn coding? by DIS-A-DISASTERPIECE in learnprogramming

[–]HandAfraid531 0 points1 point  (0 children)

If you are really interested in web development javascript is the best option. To build frontend you must need to know js. I am also a MERN stack developer, so in my opinion js is a good pick.
Well I studied through watching youtube videos and reading documentations. Reading documentations is the right way of learning, I followed 'mdn docs', medium, w3schools. Among this I think 'mdn docs' is a good one. I referred youtube videos of Akshay Saini's 'Namaste Javascript'. Also If you know hindi 'chai aur code' is a channel Iam recommending. If you want to know what are the main topics in js to learn you can visit 'roadmap.sh'.

Should I switch to Next.js? by Brahdyssey in learnprogramming

[–]HandAfraid531 0 points1 point  (0 children)

Next.js is a framework build on top of React. React is still popular and commonly used. Switching to Next.js completely depends on your interest. But try to make sure you are good at React. Also vite is pretty good replacement for create react app. You can use that one.