I Built a Tiny Async DSL for AI Agent Workflows (and Why I Avoided Graph Frameworks)

When building LLM-powered agents, I kept running into the same problem: Most frameworks feel heavier than the actual workflow logic. Graphs, nodes, planners, routers, memory managers… All useful, but for Continue reading I Built a Tiny Async DSL for AI Agent Workflows (and Why I Avoided Graph Frameworks)

billboard.js 3.18.0: Arc annotations, per-group normalization & enhanced treemap labels

This 3.18.0 release introduces powerful new features that expand chart visualization capabilities. From arc annotations for pie/donut charts to per-group stack normalization and enhanced treemap label formatting – this release Continue reading billboard.js 3.18.0: Arc annotations, per-group normalization & enhanced treemap labels

🧼 Beginner-Friendly Guide ‘Minimum Pair Removal to Sort Array II’ – LeetCode 3510 (C++, Python, JavaScript)

Sorting an array usually involves swapping elements, but what if you had to combine them instead? This problem challenges you to transform an unsorted list into a non-decreasing one by Continue reading 🧼 Beginner-Friendly Guide ‘Minimum Pair Removal to Sort Array II’ – LeetCode 3510 (C++, Python, JavaScript)

Coderive Programming Language: Designed to be Used for 2026 Onwards

Viral Policies in Coderive: Interfaces That Actually Inherit Forget traditional interfaces – meet policies that automatically propagate through your inheritance tree Introduction What if interfaces weren’t just contracts you implement, Continue reading Coderive Programming Language: Designed to be Used for 2026 Onwards