$ cat /var/blog/*
OWASP Top 10 for PHP Developers
March 4, 2025
Learn how to secure your PHP applications against the most critical web security risks with practical code examples. This guide walks through the OWASP Top 10 vulnerabilities and shows you exactly how to fix them in your PHP projects.
Read more
Simplified CQRS with Symfony 7.2 Messenger
February 27, 2025
Learn how to implement the Command Query Responsibility Segregation pattern in your Symfony 7.2 projects using the Messenger component - a practical guide with code examples.
Read more
Automating Docker builds with Gitea Actions
February 25, 2025
No more manual Docker builds! This guide shows you how to use Gitea Actions to automatically build and push Docker images every time you push code. Perfect for developers wanting to automate their workflow with a self-hosted Git solution.
Read more