Writing &
thinking.
From Jira Ticket to Pull Request: Building a Governed AI Agent Framework for Enterprise Frontend Development
A spec-driven, human-gated agentic pipeline that takes a Jira ticket end-to-end to a pull request — with enforced governance, role-scoped subagents, and machine-checked conventions.
Debouncing & Throttling in JavaScript
Two patterns that separate performant apps from janky ones — explained clearly with practical examples for scroll, resize and input events.
What is prototype in JavaScript?
Demystifying the prototype chain — how objects inherit in JavaScript and why understanding it changes how you write code.
Call, apply and bind in JavaScript
The three methods for explicitly setting this — when to reach for each, and where they trip developers up.
Upload excel file in ReactJS / NextJS through a proxy server
A step-by-step walkthrough of wiring file uploads through a proxy — handling CORS, multipart form data and server-side forwarding.
Cursor-based pagination
Why offset pagination breaks under real-world load and how cursor-based approaches solve it — with implementation patterns for React apps.
Common mistakes in ReactJS
The subtle errors that creep into React codebases: unnecessary re-renders, misused hooks and state mutations hiding in plain sight.
More articles on Medium — published with Nerd For Tech & Geek Culture
View Medium profile →