Chart of Backend Web Frameworks 2021
A comprehensive 2021 chart categorizing backend web frameworks by language and architectural style (minimalist vs. robust).
A comprehensive 2021 chart categorizing backend web frameworks by language and architectural style (minimalist vs. robust).
A developer's deep dive into a versioning conflict with the Shellcheck tool in a Node.js monorepo, highlighting the difference between 'latest' and 'stable' builds.
A guide to practical npx packages that streamline daily developer tasks like cleaning node_modules, killing ports, and serving local files.
A guide to building a blog template using Angular, Node.js, and the GitHub API, with deployment on Netlify.
Explains Node.js streams using the https.get method to handle data transfer incrementally, with code examples.
A comprehensive reference guide for essential command-line commands across Bash, Git, Node.js, Python, Ruby, and PHP.
Explains the evolution from callbacks to Promises and async/await in NodeJS for cleaner asynchronous code.
A curated list of useful NPM packages for productivity, covering frontend/backend frameworks, styling, and utilities for Node.js developers.
A tutorial on integrating Pocket bookmarks into an Eleventy static site using the Pocket API and environment variables.
A quick Node.js tutorial showing how to create a folder only if it doesn't exist, using just 3 lines of code with no external dependencies.
A guide to troubleshooting and fixing the 'nvm: command not found' error on Linux for bash, zsh, and fish shells.
A beginner's tutorial on building backend web servers using the KOA.js framework for Node.js, covering setup, routing, and server-side rendering.
A tutorial on using async/await with Node.js fs.promises to read, process, and write files, replacing callback patterns for cleaner, sequential code.
A guide to setting up Tailwind CSS with Django on Heroku, replacing the large CDN version with a custom, smaller build.
A developer builds an iCalendar proxy in Node.js to inject custom reminders into calendar feeds during their time at Recurse Center.
A tutorial on Konjection, a helper library built on Knex and Objection.js to simplify database operations and model creation in Node.js.
A developer details building a custom React/Node.js web app to track stats, Elo ratings, and trophies for a competitive Among Us league.
A guide to selectively running Cypress tests using the Module API and command-line arguments for better test management.
A developer's notes from a TypeScript course, covering setup with Parcel, React integration, and TypeScript compiler basics.
A tutorial on setting up a new JavaScript project from scratch, including npm initialization and project configuration.