abhinav.techBuilding a Personal AI Assistant on a $35 Raspberry Pi 3BThere's something deeply satisfying about taking a dusty Raspberry Pi off the shelf and turning it into something that talks back to you. Not in the "blinking LED" way — in the "I'll answer your Teleg7h ago·11 min read
abhinav.techMy Workflow with Copilot, Autocomplete, and Agent Mode1. Overview AI-assisted coding has evolved into three key modes of interaction: Autocomplete Mode – inline suggestions as you type. Agent (Chat) Mode – context-aware generation through conversation. Ask Mode – querying external AI chat systems lik...Dec 14, 2025·4 min read
abhinav.techThe Non-Opinionated EngineerMany engineers I know love a good debate. They’ll passionately argue for their favorite programming language, the “right” architectural pattern, or the one true way to manage a project. Spend enough time in the software industry and you start to noti...Jun 4, 2025·9 min read
abhinav.techTypeScript Native with tsgo: A Paradigm Shift in Compiler Architecture and PerformanceThe TypeScript ecosystem has undergone a notable advancement with the introduction of tsgo, a native reimplementation of the TypeScript compiler and language service. This innovation emerges from the TypeScript team’s ongoing efforts to address the s...Jun 2, 2025·4 min read
abhinav.techBest Full-Stack React Stack Guide (2025 Edition)Introduction Building a full-stack React application involves choosing a framework that handles both the frontend UI and backend logic, along with an ecosystem of libraries for data fetching, routing, UI components, forms, authentication, animations,...Jun 2, 2025·45 min read