Skip to content
Writings

Engineering Insights.

Deep dives into systems architecture, frontend performance, and the future of the web. Written for engineers who value technical precision.

search
06 MIN READ

Accessibility as an Engineering Pillar

arrow_forward

Why accessibility is a technical requirement, not a design afterthought. Implementing automated testing, ARIA best practices, and building keyboard-navigable design systems.

A11Y UI/UX
12 MIN READ

Building Micro-Frontends in Angular: A Case Study

arrow_forward

An architectural review of transitioning a monolithic frontend to an Angular micro-frontend design. We dissect module federation, shared state, and deployment isolation.

ANGULAR ARCHITECTURE MICRO-FRONTENDS
09 MIN READ

Angular Signals & Signal Store: State Management Revolution

arrow_forward

Deep dive into the native Angular signals API and the NgRx SignalStore. Learn how to design a reactive, zoneless state management system with minimal boilerplate.

ANGULAR SIGNALS STATE MANAGEMENT
08 MIN READ

The Future of WebAssembly

arrow_forward

Exploring the expanding horizon of WASM beyond the browser. We examine component models, server-side execution with WASI, and how it's redefining high-performance cloud computing.

WASM SYSTEMS
10 MIN READ

Optimizing Large-Scale Angular Applications for Web Vitals

arrow_forward

A comprehensive guide on performance tuning large enterprise Angular systems. We cover zone pollution, custom change detection strategies, and dynamic code chunking.

ANGULAR PERFORMANCE WEB VITALS
10 MIN READ

React Performance Optimization at Scale

arrow_forward

Moving beyond useMemo. Analyzing re-render cycles in large-scale applications, optimizing context providers, and implementing virtualization for massive data sets.

FRONTEND REACT
12 MIN READ

Scaling Microservices with Redis

arrow_forward

A technical deep dive into leveraging Redis as more than just a cache. Patterns for distributed locking, stream processing, and maintaining state in highly available architectures.

BACKEND SCALING
08 MIN READ

Sub-Second Search Latency: Integrating Typesense with Node.js

arrow_forward

How we designed and integrated a low-latency, typos-tolerant search engine into a fintech application using Node.js, GraphQL, and Typesense.

NODEJS TYPESENSE SEARCH SYSTEMS

Technical Digest

Get a monthly summary of my engineering research and project updates. No fluff, just code.