Long-form notes on building products, frontend craft, and things I'm learning along the way.
April 12, 2026
Ever wondered how large language models (LLMs) connect to the outside world? We take a deep look at function calling, inference engines, weight matrices, and Model Context Protocol (MCP)—the USB-C of this ecosystem. Let's explore the architecture together.
April 27, 2025
Integrating AI into a live product can feel like juggling flaming torches—you know the upside (automating tedious tasks, boosting user productivity), but you also risk burning down your release cadence if you try to do too much at once.
April 18, 2025
A frontend developer's honest take on losing a job, staying proactive during the job hunt, and turning uncertainty into opportunity.
September 25, 2022
A memoization is a technique to cache the results of a function. It's a way to speed up your code.
September 2, 2022
What is the currying? How to create a curried functions? In this blog we are going to find answers for this questions.
February 6, 2022
Today we’re gonna build our own create-react-app template. I have using a cra been a while. I clearing some files on app when i used cra. (Like test files, icons, and inside of app.js file). I thought why am i not using a template few days ago. Therefore i googled “how i create my own template?”. After looking some blogs and documentation i built one. Let’s take look how you can built your own.