Skip to main content

martin_chammah

software_engineer.barcelona
home blog portfolio notes about cv

Migrate NGINX & PHP-FPM to Coolify

Nov 4, 2024 • 8min read

A step by step guide on how I migrated my Wordpress from NGINX and PHP-FPM to Coolify

wordpress" "coolify" "docker" "self-hosting

Lucky Times

Oct 26, 2024 • 2min read

How I got lucky and got a macbook pro for free.

lucky" "hardware

Roman Numerals

Oct 26, 2024 • 2min read

A fun problem to practice general logic and problem solving.

leetcode" "javascript

Palindrome

Oct 24, 2024 • 2min read

It seems knowing the built in methods goes a long way.

leetcode" "javascript

Two Sum

Oct 23, 2024 • 6min read

My first attempt at leet code, and it was a mess, well not really right?.

leetcode" "javascript