✕ Clear all filters
11 articles
▶ Videos →

📰 Dev.to · Stefan

11 articles · Updated every 3 hours · View all reads

All Articles 102,487Blog Posts 115,501Tech Tutorials 25,971Research Papers 21,000News 16,030 ⚡ AI Lessons
System Prompt Leakage vs Prompt Injection in Spring Boot AI
Dev.to · Stefan 2w ago
System Prompt Leakage vs Prompt Injection in Spring Boot AI
Compare system prompt leakage and prompt injection in Spring Boot AI apps: how each attack works, key differences, and concrete fixes.
Detect Prototype Pollution in JavaScript: Code Review Checklist
Dev.to · Stefan 4w ago
Detect Prototype Pollution in JavaScript: Code Review Checklist
A practical code review checklist to detect prototype pollution in JavaScript: dangerous patterns, safe fixes, and review questions for reviewers and authors.
Building a Poker App Changed How We Think About Poker
Dev.to · Stefan 1mo ago
Building a Poker App Changed How We Think About Poker
When we started building a poker selection app, we thought the hardest part would be the technical...
Django Session Cookie vs localStorage JWT Security Comparison
Dev.to · Stefan 1mo ago
Django Session Cookie vs localStorage JWT Security Comparison
A side-by-side security analysis of Django session cookies vs localStorage JWTs, covering XSS exposure, CSRF, revocation, and safer defaults.
GraphQL Authorization Bypass: A Real CVE Code Review
Dev.to · Stefan 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
GraphQL Authorization Bypass: A Real CVE Code Review
Walk through a real-world GraphQL authorization bypass CVE with annotated code review, showing the broken resolver pattern and a verified fix.
The Problem with Most Productivity Apps (And How We Tried to Fix It)
Dev.to · Stefan 📋 Product Management ⚡ AI Lesson 1mo ago
The Problem with Most Productivity Apps (And How We Tried to Fix It)
I've used a lot of productivity apps. Task managers, habit trackers, time loggers, spreadsheets with...
Real-World CVE XSS Exploit in Django Template Engine
Dev.to · Stefan 1mo ago
Real-World CVE XSS Exploit in Django Template Engine
Walk through a real CVE-class XSS in Django templates: the unsafe pattern, a working payload, the patched code, and review checks to catch it.