Skip to main content

Command Palette

Search for a command to run...

Enough JavaScript to get you Started : #2 Evolution of JS

Updated
β€’3 min read
Enough JavaScript to get you Started : #2 Evolution of JS

Evolution :

This particular blog/article explains evolution of JavaScript as a language according to my personal opinions. According to my point of view in my starting days there's only one library used by developers namely jQuery. but now the game is changed there are 100s of frameworks and libraries available by open source JS community.

1_EC0bLuO6_TyQtbXX-F9gwQ.png

Thoughts :

  • Release of Node Changed the game : in 2009 , a software developer named ryan dahl released a runtime known as NODE .

Node is nothing but a runtime for JavaScript , many people confuses it with a new library or framework of JavaScript. but the right way to define node is a snapshot of v8 compiler which can work outside browser written in low level languages such as c/c++


How Node changed game ?

Node provided a runtime which can run JS outside browser which gave a Huge push to JS community

along with Node there came a package manager known as NPM or Node Package Manager . npm made thousands of packages available to developer with ES2015 features.

Which resulted in JS becoming the largest one of the largest community in dev world.


With Node Devs can :
πŸ‘‰ Write JS outside browser
πŸ‘‰ Write backend in JS
πŸ‘‰ Install and develop different packages
πŸ‘‰ Publish Packages globally
πŸ‘‰ Write Desktop/ mobile apps with JS
πŸ‘‰ Use JS anywhere and everywhere


Rise of Frameworks

This Also gave push to developing robust single page applications by developing component based libraries like React , Vue and Angular

front.webp

On top of that backend was also improving Node supported Writing APIs with Express , Koa and Sails

back.jpg

JS Ecosystem gave power to most influential devs to write piece of code by becoming one of the thriving dev community

Let me know in comment section if you have any doubt or feedback. it's always worth to give time to thriving developer community :)

Keep Coding ❀

Hey , Let' ConnectπŸ‘‹

Twitter / Github

Enough JavaScript to get you Started

Part 3 of 21

πŸ‘‰ want to start with js? but don't know where to? πŸ‘‰ found new JS syntax confusing? πŸ‘‰ want to start your career as JS dev? πŸ‘‰ learn frontend frameworks like React? here's the easy guide made with ❀.

Up next

Enough JavaScript to get you Started : #3 Hello JavaScript !

Enough of Theory now that we've learnt enough of the theory , it's now time to write your first JavaScript Program πŸŽ‰ Resources we're Going to use throughout the series Chrome Browser Vs Code - IDE for Writing code How to use Developer Tools πŸ‘‰ ...

More from this blog

Adarsh Pandya's Blog

23 posts

Sometimes I Write <Code/>, Sometimes <Code/> Writes Me :)