
Nuxt In 2026: The Vue Full-Stack Framework That Deserves More Attention
Everyone knows Next.js is the default full-stack JavaScript framework in 2026. The job ads say so,...

Author profile
Software engineer, backend & AI-focused. Node.js, TypeScript, Go, PHP/Laravel, AWS. I write a lot about reliable systems and AI agents that actually ship. More at nazarboyko.com
Browse the latest writing surfaced through DevArt.

Everyone knows Next.js is the default full-stack JavaScript framework in 2026. The job ads say so,...

AI is great at writing tests fast, and good at writing tests that look real but verify the wrong...

Have you noticed how every demo of "an AI agent" looks impressive in the video and falls apart the...

A Go interview is rarely about syntax alone. Yes, you should know how slices work, how goroutines...

Why I Am Writing This: A PHP Developer Crossing Into Go I am a PHP developer. I have...

Laravel and Symfony projects are great places to use AI agents. Not because PHP is "easy" (it isn't),...

Have you noticed how every Laravel job posting wants someone who can "design scalable backends,...

Have you ever opened an old Laravel 5 project and felt like you were walking into a house where every...

One universal AI agent sounds convenient. One agent to read tickets, write code, generate tests,...

A coding agent runs cleanup_old_records() against what it thinks is a staging database. It isn't. The...

In March 2023, GPT-4 could tell you whether a number was prime with 97.6% accuracy. By June of the...

In 2025, a research nonprofit called METR ran a careful experiment. They took 16 experienced...

There's a moment in almost every RAG project where someone asks the question that decides your next...

Here's a changelog entry nobody asked for: ## v2.4.0 - fix stuff - wip - address PR comments -...

Here's a line of code that's quietly running in production at a surprising number of...

There's a GitHub issue on the Claude Code repo with a title that should make anyone automating git...

Here's an endpoint that looks completely fine: routes/chat.ts import OpenAI from "openai"; const...

Here's a thing that catches almost everyone the first week they run a model locally. You paste a...

It's 2:47am. The pager has just gone off for the third time in twenty minutes. Checkout latency is...

Here's a five-line function. It calls an LLM, logs the answer, returns it. async function...

Here's a Playwright test that looks completely reasonable and silently lies to...

A 2025 benchmark ran three industry static analysis tools (SonarQube, CodeQL, and Snyk Code) against...

Have you ever seen an AI demo where five agents talk to each other, assign tasks, debate plans, write...

It's 2026. You've watched the language wars get louder for another year. Rust keeps eating systems...

You've inherited a system that nobody wants to touch. It's ten years old. There are class files with...

A developer agent should not start by writing code. That may sound strange, but if you are building...

Picture the worst morning of your career: a copy of your production database is sitting on a forum,...

Picture a four-agent pipeline left running over a long weekend. Two of the agents start calling each...

You open a pull request. Thirty seconds later, an AI reviewer drops a comment: "Looks good to me. No...

AI features are different from normal application features. A normal API endpoint usually has clear...
Advertisement