Hey guys ,
In this article, I will unveil My Top 3 Server Side Technologies that I work with.
Node.js
Node.js is a JavaScript Runtime for building scalable network applications. It is blazing fast and it is best to use when we have large number of concurrent connections active at a given point of time and requires immediate response time.
Django
Django is a backend development framework that provides you a lot of things out of the box (authentication system for example). It allows you to focus on building the application without re-inventing the wheel.
Ruby on Rails (ROR)
Ruby on Rails is just like Django which uses batteries included approach. It helps developers to build scalable applications because it abstracts and simplifies common repetitive tasks.
What are your Top 3 ? Let me know in the comments section
So this is it for this article. Thanks for reading.
If you enjoy my articles, consider following me on Twitter for more interesting stuff :
Twitter : https://twitter.com/The_Nerdy_Dev
Donβt forget to leave a like if you loved the article. Also share it with your friends and colleagues.