/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

antoinevastel.com
| | initialcommit.com
3.0 parsecs away

Travel
| | Learn Node.js and the Express framework with this beginner's guide. By creating RESTful web services, declaring API endpoints, sending status codes, redirects, and API security best practices.
| | amanhimself.dev
3.6 parsecs away

Travel
| | [AI summary] This article explains how to use import statements in Node.js by setting up a project with Babel to enable ES6 modules, avoiding syntax errors.
| | tannerdolby.com
3.7 parsecs away

Travel
| | To create a Node.js application, you need a web server, a request, a router, and request handlers. Frameworks like Express.js speed up development by providing a robust set of features to build web applications and APIs.
| | chadaustin.me
16.9 parsecs away

Travel
| This may be the only time I weigh in on the static vs. dynamic typing discussion. Each side has its extreme proponents, and people differ in their ability and desire to work in systems with implicit invariants. Many years ago, back when Java and C++ were the Mainstream Languages and Python was the shiny new up-and-comer, I read Bruce Eckel's arguments in support of dynamically typed languages, and some of the nonobvious (at the time) ways you can get more done at higher quality in a more flexible languag...