What Programming Languages should I learn in 2019

I looked into Express.js and its very workable. Its easy to setup and has good documentation and you can whip-up a fairly complicated webserver in a matter of minutes. What's not to like?

People have to understand that JavaScript isn't a great OOP language. You can do great things with its weird object model but its the higher order functions that make this language shine. If you are comfortable with higher order functions, then you'll love JavaScript because its has great support for them.
Umm I haven't checked it yet. I was very disappointed with nodejs. Never tried anything else after that. I will give it a go.
 
Learn CSS, Php or Asp.net, Java, JS, Jquery

It will be sufficient to create any type of website and can earn a good income with that.

But whatever you learn, make sure to learn it at high level only
 
Programs on C# very easy to hack.
Can you explain your statement please? Any app coded in any language is hackable if the dev doesn't make the app secure.
 
>> javascript, later learn Node.js (which is still javascript but for back-end)
 
If you're focusing on web apps and want good performance while using simple, easy to use languages - here's a good stack: Javascript (VueJS frontend), Golang (multithreaded backend), CSS (UI/UX design)

You can also use Golang for just about everything else.
 
...

You can also use Golang for just about everything else.

Golang was designed for a specific purpose and that design decision makes it unfit for most high level programming. Golang, like C, can do some things with relative ease but its better to reach for Java or C# if you step outside of its domain.
 
They say Python is a really good language to learn and start with, i'm also starting with this one first.
Only wondering what's the best way, either via books or Youtube videos.
 
They say Python is a really good language to learn and start with, i'm also starting with this one first.
Only wondering what's the best way, either via books or Youtube videos.

I find dynamic languages are a terrible choice for a first language. They are way too accommodating and tend to produce bad coding habits.

You should investigate C# or Java for a first language if you are serious about programming.
 
Css, Javascript and python are good enough for online entrepreneurs.
 
I find dynamic languages are a terrible choice for a first language. They are way too accommodating and tend to produce bad coding habits.

You should investigate C# or Java for a first language if you are serious about programming.
I still have to investigate yeah, however online is mixed with opinions whether to start with C# or Python.
 
I still have to investigate yeah, however online is mixed with opinions whether to start with C# or Python.
Python is great as a second or third language. As a first language... It just produces too many bad habits if you have no coding experience.
 
Golang was designed for a specific purpose and that design decision makes it unfit for most high level programming. Golang, like C, can do some things with relative ease but its better to reach for Java or C# if you step outside of its domain.
For what he's planning to do (bots, web apps, i assume SaaS, etc) it's perfect. Golang is being used for a lot of big data projects and it's one of the most desired programming languages at the moment.
 
Back
Top