DMARC: From Theory to Cloud Service – Part 1
In the first part of the DMARC blog series I address the theory behind. Read more about DMARC and the protocols it extends.
Posts about software development in general.
In the first part of the DMARC blog series I address the theory behind. Read more about DMARC and the protocols it extends.
Explore the expertise of a PHP freelance software engineer with over ten years experience. Discover how a week of work is structured.
Can AI Replace Software Engineers? A Deep Dive Into How Modern AI Systems Work and the Future of Software Development.
PHP 8.4 was released November 21, 2024. Complete guide covering all new features: array_find, property hooks, new without parentheses, #[Deprecated], bcrypt cost increase, DOM HTMLDocument, and all deprecations.
In Laminas Framework's Mezzio, each incoming request has an associated handler which can get wrapped by middleware.
Email remains the cornerstone of digital communication. However, it is not without vulnerabilities, particularly to mail injection attacks.
The Property Hooks RFC passed the vote and will get added to PHP. This blog post addresses Property Hooks in detail.
In the fourth post of the Laminas Framework Series I want to compare middlewares using Mezzio and the MVC framework by Laminas.
Advocate of OOP & SOLID, I reject static code for robust software. This post covers why to avoid it and suggests better alternatives.
fsync confirms any modifications to a file to the operating system. In this blog, I address the usage in PHP & draw attention to edge cases.