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 comes this year in November. Time to look a second time on what has been added so far to the upcoming version.
In Laminas Framework's Mezzio, each incoming request has an associated handler which can get wrapped by middleware.
Enums were added to PHP in 2021. In this post, I share my experience working with enums and give a brief overview.
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.
PHP 8.4 introduces a range of new features and updates that are designed to improve security, enhance functionality.
In the fourth post of the Laminas Framework Series I want to compare middlewares using Mezzio and the MVC framework by Laminas.