ENGINEERING COMMAND CENTER

LIVE ENGINEERING STATUS
Available for Full-Time Roles
Open to opportunities worldwide
RoleSenior Full Stack Engineer
Focus AreaBackend • Cloud • AI
Experience5+ Years
TimezoneFlexible
CurrentlyActively Looking

Engineering Knowledge Base

Practical notes on backend systems, frontend engineering, cloud architecture, AI and system design.

Security
6 min read

How JWT Authentication Works Under the Hood

Deep dive into stateless signature algorithms, RS256 token verification, and refresh token security strategies.

Published
Read article
DevOps
8 min read

Deploying Node.js Apps on AWS EC2

A production engineering guide to configuring Nginx reverse proxy, Docker volumes, and GitHub Actions CI/CD on EC2.

Published
Read article
Frontend
7 min read

React Performance Optimization Techniques

Profiling re-renders, leveraging code-splitting strategies, and implementing virtualization for long data streams.

Published
Read article
Node.js
5 min read

Understanding the Node.js Event Loop

Breaking down microtask queues, process.nextTick, timers, and I/O cycles to avoid locking the main process thread.

Published
Read article