Ines Bressand News

dev.to

Latest items from this RSS source.

Introducing Teatree: Parallel Multi-Repo Development with AI Agents

dev.toMar 12, 2026

I'm a Customer Success Engineer at Oper Credits. My daily work involves a multi-repo project—backend, frontend, translations, configuration—and I use AI coding agents constantly. The friction isn't about writing code; agents handle that well. It's everything …

The Silent $33/Month Charge: Understanding AWS NAT Gateway Costs

dev.toMar 12, 2026

Most AWS cost conversations focus on EC2 instances and RDS databases. Meanwhile, NAT Gateways quietly burn $32.85 per month each — whether they process a terabyte of data or zero bytes. How NAT Gateway Billing Works NAT Gateway pricing has two components: Com…

How to Setup Tailwind CSS v4 & shadcn/ui in AdonisJS v7 (React + Inertia)

dev.toMar 12, 2026

In this guide, I'll show you how to combine these powerhouses with Inertia.js, React, and the latest shadcn/ui to create a world-class development environment. Why This Stack? AdonisJS v7: A robust, opinionated backend that handles Auth, Databases (Lucid ORM)…

MT Salesguard Developer Guide: Verify Product Provenance in One API Call

dev.toMar 12, 2026

Counterfeit goods cost the global economy $500 billion per year. In an A2A economy where shopping agents compare products autonomously, machine-readable provenance is the only defense that scales. What is MT Salesguard? MT Salesguard is a product provenance A…

When AI Coding Tools Break Your UI: Architectural Lessons from Aider, Claude & Gemini

dev.toMar 12, 2026

When AI Coding Tools Break Your UI: Architectural Lessons from Aider, Claude & Gemini 1. Introduction: The Double-Edged Sword of AI Coding Assistants For enterprise technology leaders, the promise of AI-assisted software development is intoxicating: faste…

Stop Hiring "Brilliant Jerks": 5 Soft Skills Assessment Strategies That Actually Work

dev.toMar 12, 2026

Professional competencies are a necessary, but not a sufficient condition. You can hire a brilliant developer or a top-performing sales manager and discover three months later that half the team has handed in their resignation letters. The reason: the person …

DevSecOps Without the Pain: The Missing Piece Most Teams Overlook

dev.toMar 12, 2026

Introduction: Did Adding “Sec” to DevOps Actually Work? “Let’s integrate security into DevOps and call it DevSecOps.” “Let’s shift security left and start checking earlier in development.” These ideas sound simple in theory. But in reality, what often happens…

Land Navigation Is a Dying Skill — And GPS Won't Save You When It Matters

dev.toMar 12, 2026

At some point in the last twenty years, the U.S. military developed a collective dependency on GPS that would have horrified the generation that fought without it. During a recent training cycle, I watched soldiers who can call out a 10-digit grid from a DAGR…

Frontend System Design: Authentication Flows -- Guide

dev.toMar 12, 2026

Authentication Flows — Frontend System Design Guide A comprehensive guide to authentication flows (Session, JWT, OAuth 2.0, SSO) from a frontend engineer's perspective. Table of Contents Authentication vs Authorization Session Based Authentication JWT (JSON W…

Frontend System Design: Image Optimization – Performance

dev.toMar 12, 2026

Image Optimization – Frontend Performance Images are typically the largest assets on a web page, often accounting for 50-70% of total page weight. Optimizing images directly impacts LCP (Largest Contentful Paint), bandwidth usage, and overall user experience.…

Why I Stopped Building Apps and Started Building an Engine in Flutter

dev.toMar 12, 2026

As an indie developer, your biggest bottleneck isn’t skill — it’s time. And maintaining multiple apps will absolutely destroy it. A few months ago, I started building PyMaster, a gamified app to help people learn Python on their phones. But the moment I shipp…

SWE-bench Scores Are Lying to You: Half of Passing PRs Wouldnt Be Merged

dev.toMar 12, 2026

SWE-bench Scores Are Lying to You: Half of "Passing" PRs Wouldnt Be Merged The Benchmark Thats Fooling Everyone If youve been excited about SWE-bench scores lately, heres a reality check: roughly half of the PRs that pass SWE-bench would not be merged into a …