You are forced to stay indoors every day and wonder what the hell are you doing? Do not let the isolated days become wasted anymore. If you are the one who loves technology and wants to learn web programming, the Gospel is a list of the 10 most attractive 10 programming languages for you.
Join the channel Telegram belong to Anonyviet 👉 Link 👈 |
1. Python
Python becoming more and more popular than ever with Machine Learning. In addition, it is popular in both data science and people even use Python to write small services on the web with FLASK library. Python is also a winning language in the past few years of surveys on Stack Overflow, studying Python is never a mistake.
2. Javascript
Maybe you are thinking: “This guy only lists popular languages, I memorize it all.” At the end of the list, there are much more interesting languages, do not rush, young man. Studying web without knowing JavaScript is like studying math without belonging to the Nine Commentaries. If you pay attention to the statistical tables over the years, you will see Javascript has never regreased. You can download JavaScript course Free at Anonyviet.
3. Webassembly
Sounds strange? This language increasingly proves the position of the Sao Webapp Star with JavaScript. Moreover, you can compile the code of C/C ++, Java, … into Webassembly. One of the most successful examples is Unity, this application can help your game run on the web environment easily without the plugin.
4. Rust
People talk about Go when it comes to Rust, but Go doesn’t even get into this Top 10, because Rust is a superior language. Rust is the system language of the future. The way to access and manage memory is very new but still accessible, the “characteristic” system of Rust is a new wind in web programming. For web programming, Rust is a safe option (I also like this language).
5. C ++
Web programming and using C ++? Listen to the period. If you are trying to expand your knowledge out of the web, this is a common language for the rest of the programming world. The biggest advantage of C ++ is the performance and good height. Moreover, the Chrome browser is written mainly in this language. Now you know why it is on this list yet.
Load Free C ++ course On Anonyviet
6. Swift
Learning Swift is a bit expensive, comrades (laugh). Swift borrowed some concepts of Rust, such as manual memory management. However, it seems to be much more accessible than Rust. If you want to expand development to iOS, this is your choice.
And if you think Swift only develops mobile, it will give it. It can develop server-side and Vapor Is Swift’s quite floating frameword.
7. Assembly
Using emulators, modern tools, you can create old models freely on your Macbook (not necessarily Apple). Self -assembling a Z80 to create Game Boy Color, sound cool, right?
Even if you don’t really want to assemble something, Assembly is worth learning like LISP, they will change the way you think about data and programming. And in some cases, Assembly will teach you how the computer really works.
8. Elm
ELM especially has many libraries that model the data flow after ELM architecture. ELM will teach you about data streams and state management. Elm is to study with Assembly, learn to find yourself right.
9. Racket
A variant of Scheme, which this language itself is also a variant of LISP. The racket is designed strong enough to create a new programming language.
Naughty Dog uses this language for scenarios in some of their games, and hacker News websites are developed by Scheme.
10. Your own language
Seriously, you can use the racket, you can also use JS, you can use any language you want, but the problem is, you can create your own language. Language like LISP will be easily done, it may be Interpreted or Compiled, Dynamically or Statically, whatever, because it’s a language created by you.