-
ACP Pro
ACP Pro speaks the Agent Client Protocol (ACP) — a small JSON-RPC 2.0 schema that any agent can implement. ACP defines how a client (the editor) and an agent (Claude,...
-
AI Is Not Magic
Every platform right now is pushing the same line: adopt AI or get left behind. Small teams replacing whole departments, solo founders shipping products over a weekend, job titles nobody...
-
Don’t Let AI Think For You
There’s a loop I keep falling into with AI coding tools. Hit a bug, paste the code, get a confident fix, apply it, move on. Five minutes. Feels efficient. Next...
-
Memory Leaks in JavaScript
Memory leaks are a problem every developer eventually faces. Memory leaks cause applications to run slower, crash, or affect other applications. So what are memory leaks?
-
What is Node.js
What is the essence of Node.js?
-
The ‘this’ Keyword in JavaScript
JavaScript (JS) is a fairly flexible and interesting programming language. But that flexibility also brings plenty of confusion, especially for newcomers. People new to JS often assume it works like...
-
JavaScript Basics with Call, Apply, and Bind
As discussed in the article about the this keyword, execution context relates to this and can be directly changed using call, apply, and bind. This article will clarify these three...
-
The Nature of Async and Await in JavaScript
With older JavaScript specifications, we had to use callbacks to handle asynchronous operations. However, this led to callback hell when multiple async operations depended on each other. Callback hell makes...
-
Array Surprises in JavaScript
Having worked with several programming languages (Java, C, C++, C#, Objective-C, PHP), each has its own charm. But when I encountered JavaScript (JS), I suddenly fell in love — with...
-
Functional Programming - Part 3 - Letting Go
Style note: This series uses martial-arts/cultivation metaphors to tell the story of programming. This is an intentional choice by the author to make dry concepts more vivid.
-
Functional Programming - Part 2 - Entering the Way
Style note: This series uses martial-arts/cultivation metaphors to tell the story of programming. This is an intentional choice by the author to make dry concepts more vivid.
-
Functional Programming - Part 1 - The Illuminated Path
Style note: This series uses martial-arts/cultivation metaphors to tell the story of programming. This is an intentional choice by the author to make dry concepts more vivid. If you’re not...
All javascript 9 functional-programming 3 array 1 async 1 await 1 call 1 apply 1 bind 1 this 1 nodejs 1 memory 1 performance 1 ai 3 coding 2 productivity 3 mindset 2 career 1 agent 1 acp 1 agentclientprotocol 1 claude 1 codex 1 gemini 1