Code Mala Tang
Author

Code Mala Tang

Read source code together, write articles together, and enjoy spicy hot pot together.

451
Articles
0
Likes
1.4k
Views
0
Comments
Recent Articles

Latest from Code Mala Tang

100 recent articles max
Code Mala Tang
Code Mala Tang
Apr 19, 2026 · Artificial Intelligence

Why Real‑World Constraints Define the Success of Claude Code Agents

The analysis of the arXiv paper “Dive into Claude Code” reveals that beyond model loops, the decisive factors for coding agents are practical system design issues such as permission control, context compression, safety, user intervention, and reliable execution in real environments.

AI ArchitectureClaude CodeContext Management
0 likes · 5 min read
Why Real‑World Constraints Define the Success of Claude Code Agents
Code Mala Tang
Code Mala Tang
Apr 17, 2026 · Industry Insights

Beyond Memory: How Context Substrates Are Redefining AI Agents

A comprehensive analysis of over 900 GitHub repositories reveals two distinct paradigms for agent memory—backend storage and context substrates—highlighting their technical differences, strengths, limitations, and the emerging shift toward context engineering for long‑running AI agents.

AIAgent MemoryKnowledge Graph
0 likes · 15 min read
Beyond Memory: How Context Substrates Are Redefining AI Agents
Code Mala Tang
Code Mala Tang
Apr 10, 2026 · Frontend Development

Mastering CSS ‘:nth-child of’ Selector for Elegant Date Range Pickers

This guide demonstrates how to use the CSS ‘:nth-child of’ selector syntax together with minimal JavaScript to build a fully functional date‑range picker, covering selector mechanics, HTML structure, CSS grid layout, range‑selection logic, and visual styling of the selected period.

CSSDate PickerJavaScript
0 likes · 8 min read
Mastering CSS ‘:nth-child of’ Selector for Elegant Date Range Pickers
Code Mala Tang
Code Mala Tang
Apr 8, 2026 · Artificial Intelligence

AI Coding Assistant Showdown: Claude Code, Codex, OpenCode, GitHub Copilot

By evaluating four AI coding assistants—Claude Code, Codex, OpenCode, and GitHub Copilot—across planning, execution speed, IDE experience, and customization, the author reveals each tool’s strengths, limitations, and ideal scenarios, ultimately recommending OpenCode as the primary agent with Copilot for VS Code integration.

AI codingClaude CodeCodex
0 likes · 9 min read
AI Coding Assistant Showdown: Claude Code, Codex, OpenCode, GitHub Copilot
Code Mala Tang
Code Mala Tang
Apr 8, 2026 · Fundamentals

Mastering Git Worktree: Clean Multi‑Branch Development Without Clutter

This guide explains how to use Git's built‑in worktree feature combined with a bare repository to check out multiple branches simultaneously, keeping a tidy project layout, reducing context‑switch overhead, and improving IDE friendliness for hot‑fixes, features, and maintenance work.

Branch Managementdevelopment workflowworktree
0 likes · 7 min read
Mastering Git Worktree: Clean Multi‑Branch Development Without Clutter
Code Mala Tang
Code Mala Tang
Apr 7, 2026 · Artificial Intelligence

Demystifying LLMs: From Tokens to Agents – An Engineer’s Deep Dive

This article provides a comprehensive, engineering‑focused breakdown of large language models, covering their Transformer roots, tokenization, context windows, prompt engineering, tool integration via MCP, and autonomous agents, while offering practical examples and actionable insights for developers.

AI fundamentalsAgentLLM
0 likes · 10 min read
Demystifying LLMs: From Tokens to Agents – An Engineer’s Deep Dive
Code Mala Tang
Code Mala Tang
Apr 4, 2026 · Information Security

How AI‑Assisted Social Engineering Compromised the Popular Axios Module

A recent GitHub issue reveals that attackers used AI‑assisted social engineering—posing as a company founder, creating a fake Slack workspace, arranging Microsoft Teams meetings, and tricking the maintainer into installing a malicious npm package—to inject a trojan into the widely used Axios library, bypassing 2FA and publishing malicious code.

AIAxiosnpm security
0 likes · 3 min read
How AI‑Assisted Social Engineering Compromised the Popular Axios Module
Code Mala Tang
Code Mala Tang
Mar 31, 2026 · Information Security

How Malicious Axios Versions Hijacked NPM: A Deep Supply‑Chain Attack Analysis

StepSecurity uncovered a sophisticated supply‑chain attack on the popular Axios HTTP client where compromised maintainer credentials were used to publish malicious versions that injected a hidden postinstall RAT, evaded detection, and executed platform‑specific payloads before self‑destructing, prompting detailed forensic and remediation guidance.

AxiosHarden-RunnerRAT
0 likes · 31 min read
How Malicious Axios Versions Hijacked NPM: A Deep Supply‑Chain Attack Analysis
Code Mala Tang
Code Mala Tang
Mar 30, 2026 · Artificial Intelligence

Integrate OpenAI Codex into Claude Code: A Complete Plugin Guide

This guide explains how to install and use the OpenAI Codex plugin for Claude Code, covering setup commands, core review functions, optional review gates, and practical scenarios where the plugin provides a seamless AI‑powered second opinion within your coding workflow.

AIClaude CodeCodex
0 likes · 5 min read
Integrate OpenAI Codex into Claude Code: A Complete Plugin Guide
Code Mala Tang
Code Mala Tang
Mar 30, 2026 · Frontend Development

Mastering New CSS Viewport Units: lv, sv, and dv for Mobile Layouts

This article explains why the traditional 100vh unit fails on mobile browsers, introduces the three new CSS viewport unit families (large, small, and dynamic), and provides practical code examples and guidance for choosing the right unit in responsive web designs.

CSSMobile WebViewport Units
0 likes · 10 min read
Mastering New CSS Viewport Units: lv, sv, and dv for Mobile Layouts