Full-Stack TypeScript with tRPC and React
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A developer details their journey to diagnose and fix a persistent memory leak in their production Node.js application after a database migration.
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
Analyzes potential AWS cost savings from migrating a backend from NodeJS to Golang, focusing on compute services like EC2, Fargate, and Lambda.
A tutorial on creating a GraphQL API server using Node.js and Express, covering schemas, queries, mutations, and resolvers.
Explores the state of Universal JavaScript, showing how to write code that runs in Node.js, Deno, and browsers using a podcast parsing example.
An in-depth look at GraphQL DataLoader, explaining how its batching and caching mechanisms optimize data fetching and reduce backend requests.
A tutorial on connecting a PostgreSQL database to an Express.js application using the Sequelize ORM.
A TypeScript talk write-up on creating advanced types for the Commander.js library to improve CLI development safety and developer experience.
A software engineer's personal review of 2021, covering career moves to remote roles, tech stack changes, blog improvements, and personal milestones.
A guide on how to upgrade Node.js dependencies and fix vulnerabilities after running a yarn audit, including manual and automated methods.
An in-depth look at how NPM works, covering its core components like the CLI, module resolution, and lockfiles, as part of an 'under-the-hood' series.
A developer compares using array reduce, method chaining, and for loops in a Node.js script, arguing for practicality over premature optimization.
A technical guide for experienced developers on building a Remix app from scratch, bypassing the standard CLI to understand its core components.
A guide to getting started with ESModules in Node.js, covering setup and common errors.
Learn how to use modules in Node.js to organize code into separate files, export functionality, and create a modular application structure.
A guide to building a blog template using Angular, Node.js, and the GitHub API, with deployment on Netlify.
A guide to setting up Tailwind CSS with Django on Heroku, replacing the large CDN version with a custom, smaller build.
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.