📰 Dev.to · Tommy
6 articles · Updated every 3 hours · View all reads
All
Articles 98,370Blog Posts 113,973Tech Tutorials 24,855Research Papers 20,760News 15,664
⚡ AI Lessons

Dev.to · Tommy
🔐 Cybersecurity
⚡ AI Lesson
16h ago
What actually visits a self-hosted website in 2026? Humans, AI crawlers, and 6,400 automated attacks
I run a small self-hosted website on a Raspberry Pi 4B at home. A few weeks ago I started wondering:...

Dev.to · Tommy
2w ago
The JSON config files quietly breaking your JS build (and how to fix them)
Half the "weird" build failures in a JavaScript/TypeScript project aren't code bugs — they're...

Dev.to · Tommy
2mo ago
Why I built yet another JSON formatter (and what I did differently)
I've been pasting JSON into random online tools for years. Formatter, type generator, diff — you name...

Dev.to · Tommy
3y ago
Spring Dependency Injection, IoC and Autowiring
What's Dependency Injection (DI)? Dependency Injection (DI) is a design pattern that...

Dev.to · Tommy
4y ago
Spring AOP - Reusable Pointcut Expressions
Pointcut A pointcut is a collection of one or more joinpoints where an advice should be...

Dev.to · Tommy
4y ago
Spring AOP - Quick Start
Spring AOP allows developers to intercept code that executes before and after methods calls. Aspects...
DeepCamp AI