05 — Writing

Writing &
thinking.

8
Articles
2022
First published
1
Hosted here
Featured Hosted here · 15 min read

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.

AI Architecture Agents Claude Code
Read article →
AGT
JIRA AGENT PR ⛔ HUMAN GATE ⛔ HUMAN GATE
002

Debouncing & Throttling in JavaScript

Two patterns that separate performant apps from janky ones — explained clearly with practical examples for scroll, resize and input events.

JavaScript 4 min · 289 claps Medium ↗
003

What is prototype in JavaScript?

Demystifying the prototype chain — how objects inherit in JavaScript and why understanding it changes how you write code.

JavaScript 4 min · 101 claps Medium ↗
004

Call, apply and bind in JavaScript

The three methods for explicitly setting this — when to reach for each, and where they trip developers up.

JavaScript 5 min · 78 claps Medium ↗
005

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.

React 3 min Medium ↗
006

Cursor-based pagination

Why offset pagination breaks under real-world load and how cursor-based approaches solve it — with implementation patterns for React apps.

Patterns 5 min Medium ↗
007

Common mistakes in ReactJS

The subtle errors that creep into React codebases: unnecessary re-renders, misused hooks and state mutations hiding in plain sight.

React 3 min Medium ↗

More articles on Medium — published with Nerd For Tech & Geek Culture

View Medium profile