Advertisements
Kubernetes Basics for Node.js Developers
DevOps

Kubernetes Basics for Node.js Developers

Kubernetes has a reputation for being complicated, and honestly, it is. But for Node.js developers shipping production apps that need to scale, it's...

12 min read 2,507 views
#kubernetes #docker #devops #deployment
Continue Reading →
Advertisements
CI/CD Pipelines for Node.js Apps
DevOps

CI/CD Pipelines for Node.js Apps

I've set up CI/CD on Jenkins, CircleCI, Travis, and GitLab. GitHub Actions is the one I actually enjoy using. Here's how to build a pipeline that catches...

11 min read 3,393 views
#github-actions #ci-cd #devops #deployment
Continue Reading →
The Node.js Event Loop: A Deep Dive
Node.js

The Node.js Event Loop: A Deep Dive

I've been asked about the event loop more than any other Node.js topic. Here's how I finally made sense of it -- why Node can juggle thousands of connections.

8 min read 7,451 views
#event-loop #async #nodejs #performance
Continue Reading →
React Performance Optimization Techniques
React.js

React Performance Optimization Techniques

Most React performance advice sounds great in a blog post and falls apart in a real codebase. I've spent years profiling production apps, and these patterns work.

12 min read 2,025 views
#react #performance #optimization #memoization
Continue Reading →
Building Accessible React Components
React.js

Building Accessible React Components

A blind user filed a support ticket for our app. Lighthouse said our accessibility score was 94. The user couldn't complete a single task. Here's what I...

11 min read 2,939 views
#accessibility #react #aria #screen-readers
Continue Reading →