Introduction Managing secrets securely in AWS Lambda functions is crucial for maintaining...
We are starting Part 3 of the Series "A bref AWS PHP history". You can check Part 1, where I...
Cron jobs are repetitive tasks scheduled to run periodically at fixed times, dates, or intervals. It...
Varnish is "the free, open-source software that enables super fast delivery of HTTP or API based...
In this week's Solving Problems text, I have two topics: code quality and service reliability. I will...
I love Mondays and Business as Usual. Solving problems is a delightful day-to-day task. Maybe this is...
We are starting Part 2 of the Series "A bref AWS PHP history". You can check Part 1, where I...
The PHP language is a true and good alternative for Serverless applications. PHP is a fast and...
I shouldn't be the first to need to export data from a PostgreSQL database installed on Windows with...
Here I will list some of the items I used to have Arch running with the minimum I needed for my...
Introducing value objects in PHP Domain-Driven Design (DDD) is a software design...
I could not agree more with Brent when he says concerning the "new in initializers"[1] feature: PHP...
Memory usage and performance improvements make everybody happier, from end-user to cloud and...
I have some PostgreSQL databases running pretty well but we need to keep our software updated. This...
Wikipedia: In computer science, code coverage is a measure used to describe the degree to which the...
Need to use different values depending on the environment you’re in? If you’re building an app that...
Based on the article High-performance Fibonacci numbers generator in Go I wrote my version using PHP....