
10 MCP Servers Worth Adding to Your AI Coding Workflow in 2026
Introduction I am a big fan of the Model Context Protocol. MCP keeps getting better, and I...

Author profile
Software Developer, YouTuber, Author of Vue.js in Action, Developer Advocate AWS
Browse the latest writing surfaced through DevArt.

Introduction I am a big fan of the Model Context Protocol. MCP keeps getting better, and I...

Have you ever been coding and then gotten into that flow state? You know where hours pass by , and it...

Introduction I did something stupid. I built a superhero-themed Nuxt app, connected it to...

Nuxt 4.5 launched last month and it's really neat. One of my most favorite features is the...

Learning web development in 2026 is a lot different than it was when I first learned in 2010. Back...

Did you know that Kiro doesn't just have a Spec-Driven Development (SDD) flow, but also a bug fix...

Nuxt vs SvelteKit. Which one is better? That is is what I've been testing out this week. I built the...

I've been deep in spec-driven development (SDD) lately, and I want to walk through what it actually...

I love Nuxt and I really like TanStack Start. But which one is better? Or are they about the...

Introduction I keep hearing the term loop engineering. It's all over my feed, every AI...

I've completely updated my workflow, and I use AI coding agents for everything. Writing code,...

Introduction It's crazy to me that some GitHub repos, that were just created in the last...

Introduction People keep telling me TanStack Start is kind of a big deal, and I wanted to...

TypeScript 6.0 has been out for a few months now, and it's a bit of an unusual release. It's the last...

Introduction Last week I was at Vueconf US. It's one of my favorite conferences and I try...

I've been running OpenClaw for a while now and I think it's pretty awesome. If you haven't heard of...

I want an AI agent that works for me. I want it to search up the latest news, and I want it to...

A lot of production codebases are TypeScript. A lot of agent frameworks are Python. You either...

If you're a frontend developer in 2026, you've probably had to deal with a lot of different tooling....

As a software developer in 2026 you can't escape AI. It's everywhere, and almost every company is...

Ever had this problem? You're building something real, real-time features, background workers, cron...

Kiro is a new IDE that takes a 'spec-driven development' approach, where it first helps developers analyze their codebase, define requirements, plan the architecture, and break down the project into tasks before any coding. This upfront specification process prevents the back-and-forth with AI assistants that leads to inefficient development, and the comprehensive specification documents serve as a foundation for collaborative planning and focused implementation.

You may have heard this term called “vibe coding”. It’s a new way of thinking about creating software...

AWS Amplify Gen 2 is a brand new way to create fullstack applications on AWS. In this tutorial, we’ll...

AWS Amplify Gen 2 is the next generation of tooling from Amplify! It’s a new code-first developer...

Forms are deceptively difficult. When you create a form for your website you need to make a lot of...

Hello and welcome to the AWS Amplify community roundup post! Amplify is a set of tools for frontend...

For the last two years I've been working as a front-end engineer on the AWS Amplify UI team. On that...

This tutorial will discuss how to use Nuxt.js Auth with Amplify

Create a React.js application with Authentication using AWS Amplify. We'll also look at Account Settings a new connected component.
Advertisement