Tao of Node - Design, Architecture & Best Practices | Alex Kondov - Software Engineer
One of the main benefits of JavaScript is that it runs both in the browser and the server. As an engineer you need to master a single language and your skills will have a variety of applications. This is what drew me to Node in 2015 - I didn’t have to switch between languages and tech stacks. Node allows you to reuse libraries, logic, and types across front-end and back-end applications. It gave rise to the full-stack developer archetype - an engineer skillful enough to work on any part of the application they are needed. It grew from a questionable technology to one used for critical infrastructure in many large enterprises. It performs incredibly well for high-volume IO operations with a much lower code complexity than languages that rely on multi-threading. Node’s ecosystem is focused on freedom and flexibility, breaking away from the heavy frameworks established at the time of its inception. It doesn’t impose strict coding standards or application structures. But there’s a price to
One of the main benefits of JavaScript is that it runs both in the browser and the server. As an engineer you need to master a single language and your skills will have a variety of applications. This is what drew me to Node in 2015 - I didn’t have to switch between languages and tech stacks. Node allows you to reuse libraries, logic, and types across front-end and back-end applications. It gave rise to the full-stack developer archetype - an engineer skillful enough to work on any part of the application they are needed. It grew from a questionable technology to one used for critical infrastr
Explore this link on the map →saved by
related reading
- Bulletproof node.js project architecture 🛡️softwareontheroad.com
- How to write a production-ready Node and Express appfreecodecamp.org
- The emperor’s new clothes were built with Node.js | Notesnotes.ericjiang.com
- How I structure Express appskentcdodds.com
- Node.js Middleware Conceptw3schools.com
- 🔗 Connect React Frontend with Node Backend | by Sivanathan Dilakshan | Mediummedium.com
- nodebestpractices/sections/testingandquality/test-middlewares.md at master · goldbergyoni/nodebestpractices · GitHubgithub.com
- Repeat yourself, do more than one thing, and... — programming is terribleprogrammingisterrible.com
- The new wave of Javascript web frameworksfrontendmastery.com
- Tao of React - Software Design, Architecture & Best Practices | Alex Kondovalexkondov.com
- Navigating the future of frontendfrontendmastery.com
- Microservices: Decomposing Applications for Deployability and Scalability - InfoQinfoq.com