Articles on AI automation, web development, Next.js, SEO, and scaling e-commerce businesses. 95 articles.
I write about the tools and systems I actually build with — from multi-agent AI pipelines and MCP servers to Next.js full-stack apps, Supabase backends, and SEO automation. Every article comes from a real project: shipping production code, scaling e-commerce stores, or wiring up AI agents that do useful work. If you're a developer, founder, or just curious about how modern web stacks fit together, you'll find practical walkthroughs, honest trade-offs, and working code examples here. Topics span AI and LLM integration, cloud infrastructure (Vercel, AWS, Docker), developer tooling, and the business side of building software products.
Memento Native 2.0.6: lokal Mac-tidslinje med appfilter
En introduktion till Memento Native 2.0.6: en local-first macOS-app för skärmminne, OCR-sökning och appfilter i Timeline.
U
Uygar DuzgunApr 23, 2026
7 min read
OpenAIGPT-5.5Codex+3
Read article
OpenAI GPT-5.5 Coding Model: Codex Test
I tested the OpenAI GPT-5.5 coding model in Codex. It makes more targeted fixes, changes less unrelated code, and often solves issues in one prompt.
U
Uygar DuzgunApr 23, 2026
10 min read
Vercelsecurityincident response+2
Read article
Vercel Hack: What Happened in April 2026
Vercel says its April 2026 security incident exposed some non-sensitive environment variables. Here is the official timeline and response.
U
Uygar DuzgunApr 22, 2026
9 min read
ai-agentsmcpseo+3
Read article
Is Your Website Agent-Ready? The 2026 Checklist
The 2026 AI agent standards checklist: MCP discovery, llms.txt, .well-known protocols, markdown content, and bot access controls. Score your domain in 30 seconds.
U
Uygar DuzgunApr 18, 2026
6 min read
ClaudeClaude Opus 4.7security+4
Read article
Claude Opus 4.7, Vibecoding, and the Security Review You Should Be Running
Opus 4.7 raised the ceiling on AI coding — it also raised the stakes on what ships to production. Here's what's actually new, the API breaking changes nobody warned you about, the new tabs/sessions in Claude Desktop, and the two-pass security review I run on every vibecoded feature.
U
Uygar DuzgunApr 17, 2026
11 min read
AISecurityPrompt Injection+3
Read article
AI Chatbot Security Testing: 10 Attacks on My Booking Bot
I ran 10 prompt injection attacks against my GPT-powered booking chat. 9 were blocked. The one that wasn't led to rate limiting, server-side validation, and a much harder system.
U
Uygar DuzgunApr 8, 2026
7 min read
AIAutomationCloud+1
Read article
Free AI Models API: NVIDIA NIM Case Study 2026
I used NVIDIA NIM’s free development endpoint and Qwen3.5-397B-A17B to translate 25,000+ words. Updated July 2026 with current trial limits and API comparisons.
U
Uygar DuzgunApr 4, 2026
16 min read
AIDeveloper ToolsWorkflow+1
Read article
Cross-Repo AI Context: Make AI Understand Your Full System
Cross-repo AI context helps your AI IDE understand multiple projects, repos, folders, integrations, and environments as one working system.
U
Uygar DuzgunApr 2, 2026
8 min read
AIDeveloper ToolsWorkflow+1
Read article
Paste This Prompt to Make Your AI IDE Understand Your System
I published a simple prompt and GitHub repo that helps Codex, Claude Code, or Cursor build a read-only context hub for your full stack.
U
Uygar DuzgunApr 2, 2026
3 min read
AIdeveloper productivityClaude Code+2
Read article
AI-Assisted Development: 102 Commits in 7 Days as a Solo Dev
I shipped 102 commits in 7 days with AI-assisted development. Here’s the exact workflow, tradeoffs, and real results.
U
Uygar DuzgunApr 1, 2026
8 min read
AIheadless CMSWordPress+7
Read article
Headless WordPress Deployment: DNS, SSL, and AI
A real headless WordPress deployment can break DNS, SSL, images, and forms. Here’s how I fixed it in production.
U
Uygar DuzgunMar 27, 2026
8 min read
AIheadless CMSWordPress+5
Read article
Headless WordPress AI Migration in One Day
I rebuilt a WordPress site into a headless frontend in one day using AI, Next.js, and WPGraphQL. Here’s the exact workflow.