惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
P
Proofpoint News Feed
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
量子位
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
DevWorld 2026: My first time in Amsterdam, and what two d...
Mohamed Lami · 2026-05-21 · via DEV Community

About two weeks ago, I landed in Amsterdam for the first time. Not just to visit, though the city deserved every extra day I gave it, but to attend DevWorld Conference 2026. Two full days of talks, hallway conversations, and the kind of energy you only get when you put a few hundred developers who genuinely care about their craft in the same space.

This is my honest recap.

First impressions

I had followed DevWorld online for a while. Watching talks on YouTube, seeing posts from attendees, always telling myself "next year." This time I actually went.

The first thing I noticed was the atmosphere. It wasn't overwhelming or corporate. It felt like a place where people came to actually talk about engineering.

The one thing that became clear across two days

AI is no longer experimental. It's becoming foundational to how software gets built.

That thread ran through almost every session, whether the speaker addressed it directly or not. Engineers on stage were showing working systems, real architectural decisions, actual failure modes, not slides about what AI might do someday.

The sessions worth talking about

Two days, a lot of talks. Here's what stayed with me.

On the security side, the clearest message was that "find and fix later" doesn't scale when code is being generated at machine speed. AI-accelerated development needs security built in from the start, not the same old model applied faster. That same theme extended to authorization, one talk made the case that fragmented auth logic spread across services, gateways, and AI agents doesn't just create security gaps, it creates cascading failures that look like unexplainable bugs. That reframe stuck with me.

On architecture and tooling, there were good sessions on avoiding rewrites, fighting framework lock-in, and managing long-lived codebases without burning everything down. One talk asked the questions most people are still avoiding: how do you debug non-deterministic code? What is the developer's actual role when part of the system is AI-generated?

The frontend track was honest in a way I appreciated. One session traced the full history of signals from KnockoutJS to SolidJS to the TC39 proposal, as someone who works with Angular signals daily, the historical context of why this primitive keeps being reinvented was genuinely clarifying. Another looked at what AI-written frontends actually look like after six months: flawless boilerplate, solid tests, and a shaky architecture nobody fully understands. The conclusion wasn't "AI is bad." It was that humans need to guard architecture, state management, and design system coherence while AI handles the repetitive parts. A practical and honest division of labor.

There were also sessions on multi-agent patterns (a live D&D campaign built on stage with coordinated agents, chaotic in the best way), documentation as a living product, zero-trust security from browser policies down to distroless containers, and deep dives into loading performance and HTTP client internals.

But honestly, it was the people

The sessions were great. But what I'll carry with me longest is the conversations that happened outside of them.

There's something special about meeting developers who genuinely love what they do. The kind of people you can talk architecture, performance, protocols, or frontend reactivity with for minutes straight in a hallway without either of you checking your phone. In a time where AI tools are everywhere and vibe coding is becoming normal, that kind of conversation is worth traveling for.

I met people building interesting things. I saw startups solving real problems. I exchanged ideas with engineers from very different backgrounds, and came away with a clearer sense of where things are heading.

What I'm bringing home

Three things cut across everything I heard and discussed.

AI has moved from feature to infrastructure. The best builders are treating it that way, not as a shortcut, but as something that changes architecture decisions, security models, and what it means to write software professionally.

Final thought

My first DevWorld. Not my last.

If you're debating whether to go to a conference when everything is available online, go. The content you can get later. The conversations you can't.

Thank you Amsterdam 💖. Already thinking about next year.