✕ Clear all filters
11 articles
▶ Videos →

📰 Dev.to · Stefan

11 articles · Updated every 3 hours · View all reads

All Articles 129,694Blog Posts 134,351Tech Tutorials 33,511Research Papers 25,162News 18,365 ⚡ AI Lessons
System Prompt Leakage vs Prompt Injection in Spring Boot AI
Dev.to · Stefan 🛡️ AI Safety & Ethics ⚡ AI Lesson 1mo 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 🔐 Cybersecurity ⚡ AI Lesson 1mo 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 ⚡ AI Lesson 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 🔐 Cybersecurity ⚡ AI Lesson 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 2mo 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 2mo 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 🔐 Cybersecurity ⚡ AI Lesson 2mo 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.