-
File Descriptor and Unix Domain Socket in Web Service Architecture
When designing web services on Linux, discussions often begin with HTTP, TLS, reverse proxies, ports, and containers. Beneath those layers is a more fundamental primitive: the file descriptor.
-
ACP Pro
ACP Pro is a VS Code extension that provides a unified workspace for AI coding agents.
-
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.
All javascript9 functional-programming3 array1 async1 await1 call1 apply1 bind1 this1 nodejs2 memory1 performance1 fd1 unix1 socket1 golang1 nginx1 ai1 productivity1 agent1 coding1 acp1 agentclientprotocol1 claude1 codex1 gemini1
1 2
1 2