Rafael Bernard Araújo

Rafael Bernard Araújo @rafaelbernard

About: I am a software engineer, eager to help people through coding. Developing with love.

Location:
Auckland, New Zealand
Joined:
Oct 2, 2019

Rafael Bernard Araújo
articles - 17 total

Lambda extension to cache SSM and Secrets Values for PHP Lambda on CDK

Introduction Managing secrets securely in AWS Lambda functions is crucial for maintaining...

Learn More 1 0Jul 1 '24

A 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...

Learn More 2 1Feb 28 '24

GitHub Actions workflow for deploying a scheduled task using AWS ECS and EventBridge Scheduler

Cron jobs are repetitive tasks scheduled to run periodically at fixed times, dates, or intervals. It...

Learn More 2 0Jan 22 '24

Setting up maintenance mode with Varnish

Varnish is "the free, open-source software that enables super fast delivery of HTTP or API based...

Learn More 0 0Jan 18 '24

Solving Problems Week 2: Cypress test automation, E2E, DevExp, code standards, rector

In this week's Solving Problems text, I have two topics: code quality and service reliability. I will...

Learn More 0 0Jan 9 '24

Solving problems 1: ECS, Event Bridge Scheduler, PHP, migrations

I love Mondays and Business as Usual. Solving problems is a delightful day-to-day task. Maybe this is...

Learn More 1 0Nov 30 '23

A bref AWS PHP story – Part 2

We are starting Part 2 of the Series "A bref AWS PHP history". You can check Part 1, where I...

Learn More 3 0Mar 21 '23

A bref AWS PHP story – Part 1

The PHP language is a true and good alternative for Serverless applications. PHP is a fast and...

Learn More 4 0Jan 26 '23

Recover and replace win1252 content to utf-8 for a PostgreSQL database

I shouldn't be the first to need to export data from a PostgreSQL database installed on Windows with...

Learn More 2 0Oct 11 '22

Arch and my Thinkpad P14s

Here I will list some of the items I used to have Arch running with the minimum I needed for my...

Learn More 0 0Apr 18 '23

Introducing value objects in PHP

Introducing value objects in PHP Domain-Driven Design (DDD) is a software design...

Learn More 10 1Mar 6 '22

PHP 8.1: more on new in initializers

I could not agree more with Brent when he says concerning the "new in initializers"[1] feature: PHP...

Learn More 6 2Jan 6 '22

PHP Memory Usage and Performance Improvements Tips

Memory usage and performance improvements make everybody happier, from end-user to cloud and...

Learn More 15 3Sep 9 '21

PostgreSQL – pg_upgrade from 10 to 12

I have some PostgreSQL databases running pretty well but we need to keep our software updated. This...

Learn More 16 0Mar 31 '20

PHP Test Coverage Using Bitbucket and Codacy

Wikipedia: In computer science, code coverage is a measure used to describe the degree to which the...

Learn More 6 0Feb 21 '20

Environment Variables in Angular

Need to use different values depending on the environment you’re in? If you’re building an app that...

Learn More 11 0Feb 21 '20

High-performance Fibonacci numbers generator in PHP

Based on the article High-performance Fibonacci numbers generator in Go I wrote my version using PHP....

Learn More 4 0Apr 1 '20