Solving problems week 2: Cypress test automation, E2E, DevExp, code...
In this week's Solving Problems text, I have two topics: code quality and service reliability. I will share some ideas that can improve your set of tools that check if your codebase is healthy. The...
View ArticleSetting up maintenaince mode with Varnish
Varnish is "the free, open-source software that enables super fast delivery of HTTP or API based content", "an HTTP reverse proxy that works by caching frequently requested web pages, so they can be...
View ArticleTropeçando 112
Treezor: a serverless banking platform This case study dives into how Treezor went serverless for their banking platform. From legacy code running on servers to a serverless monolith, and then...
View ArticleGitHub Actions workflow for deploying a scheduled task using AWS ECS and...
Cron jobs are repetitive tasks scheduled to run periodically at fixed times, dates, or intervals. It typically automates system maintenance or administration. Some workloads that are still running on...
View ArticleA bref AWS PHP story – Part 3
We are starting Part 3 of the Series "A bref AWS PHP history". You can check Part 1, where I presented the PHP language as a reliable and good alternative for Serverless applications and Part 2 where...
View ArticleNotes – ServerlessDays NZ 2024
Those are my notes for ServelessDays NZ - Auckland, at 24th May 2024. Sheen Brisals - Think, Architect, and Build Serverless Applications as Set Pieces During ServerlessDaysNZ Sheen Brisals gave the...
View ArticleLambda extension to cache SSM and Secrets Values for PHP Lambda on CDK
Introduction Managing secrets securely in AWS Lambda functions is crucial for maintaining the integrity and confidentiality of your applications. AWS provides services like AWS Secrets Manager and AWS...
View ArticleTropeçando 113
Neon Serverless PostgreSQL database with real zero-scaling. The fully managed serverless Postgres with a generous free tier. We separate storage and compute to offer autoscaling, branching, and...
View ArticleTropeçando 114
What's new in PHP 8.4 Don't miss these great features Property hooks new without parentheses JIT changes RFC Implicit nullable types New HTML5 support array_find Serverless Ephemeral Environments with...
View ArticleDomain-Driven Design – DDD
Domain-driven development (DDD) is an approach to software design that focuses on the core domain and the logic that drives a business. The idea is to model the software based on real-world business...
View Article