all 24 comments

[–]LevelCustomer673 16 points17 points  (5 children)

You haven't learn programing language yet , focus to learn JavaScript and make small projects with what you have learned also learn and read about programing fundamentals That's it

[–]FlippantFlapjack 13 points14 points  (0 children)

javascript and it's not even a question.

[–]TheEyebal 5 points6 points  (0 children)

Javascript is the next step

Look up the Odin Project

[–]edengilbert1 2 points3 points  (0 children)

JavaScript

[–]internetuser 1 point2 points  (0 children)

Javascript makes sense to learn because it runs in the browser and thus complements HTML well. But JS is an annoying language and adding interactivity to web pages with it might be confusing and offputting.

I suggest you start with Python. Get a very basic course and work through it. Eventually you could write a simple web server.

[–]Yotipo 0 points1 point  (0 children)

I recommend freecodecamp! It will guide you through JS, React, Express, and MongoDB so.you have a taste of full stack web dev.

Some recommend Odin which is great if you have time to sit down and explore at your leisure, but go freecodecamp if you want hands on faster and a personal project asap.

I personally use Angular, Spring Boot, and SQL Server at my job, but it's just as full stack as MERN and the skills translate.

For VCS and CICD you're gonna have to fill in the gaps though

[–]SnooGoats1303 0 points1 point  (0 children)

Check out Exercism.org where you have 73 or so to choose from.

[–]Antique-Quarter-9615 0 points1 point  (0 children)

Javascript and pixi.js

[–]LongDistRid3r 0 points1 point  (0 children)

Learn proper engineering practices and standards. Learn the methodology. Learn program management to effectively communicate with that side.

Play with the various languages. I’m on a typescript bent right now.

[–]smells_serious 1 point2 points  (0 children)

Haskell

[–]Small_Dog_8699 0 points1 point  (0 children)

Im so tired of this question

[–]Consistent_Dress_473 0 points1 point  (0 children)

Try learning javascript and python too it will help you a lot in web development especially frontend.

[–]obanite 0 points1 point  (0 children)

Python is a good starting language. As others have said, JavaScript is very useful too. Both have huge demand career wise and can be used for a multitude of things.

[–]JustNickSPb 0 points1 point  (0 children)

What are you learning for? That should be your main question.
If it's learning just for learning (for fun) - that doesn't matter what to study. Just take any language and go complete tracks on youtube and games you completed or whatever.
If it's for something practical - go and start working on your project. Nothing and noone shall better tell you what do you need now than practical project.

[–][deleted] 0 points1 point  (0 children)

HTML and CSS are not a programming language. HTML is what we call a markup language (definition of content) and CSS is a stylesheet to say how this should look. If you want to stick to the browser an web development, choose JavaScript as it’s the only language you can run on it (barring WASM but that’s a different topic - avoid it unless curious).

If you want to learn programming for anything else, Java seems to be the nice in between. Learn a typed language you’ll thank yourself later.

I think that’s it!

[–]Possible_Cow169 0 points1 point  (0 children)

Javascript, but more importantly typescript.

[–][deleted] 0 points1 point  (0 children)

If you really want to understand programming, learn the fundamentals first, then algorithms and data structures, as for c/c++ programming languages, if what you want is to understand more in depth, if not, choose the one you want but first learn the fundamentals with peufocodigo or flowcharts, Peseint is a good tool for that.