Technical
Although since 2018 my professional focus has shifted toward management roles such as SA, BA, PM, and Product Owner, I’ve kept my technical curiosity alive by continuing to write code and experiment outside of formal work. This section documents my personal explorations in backend work, debugging, system architecture, and modular approaches to development.
- Backend experiments: minimal setups, VMs, and service integrations.
- Debugging: layout audits, browser quirks, and cross‑device troubleshooting.
- System architecture: exploring modular design and explicit structure.
- Exploration coding: hands-on work with Ruby, Go, JS, and static site generators.
My focus here isn’t only efficiency and scalability, but also clarity in every line of code and in the way systems are structured. The articles below are personal exploration notes proof that coding remains part of my identity, even as my main career path has moved toward management.
Live Portfolio Tunnel Status
This link points to a live demo of my portfolio, served directly from my local development environment via Cloudflare Tunnel. When the indicator is green, the server is online and the link is active. If the indicator is red, the server is offline and the link is temporarily disabled.
Technical - Articles
2025-11-28
Exploring a simple backend workflow using Laravel to test API endpoints and document results.
2025-11-26
Running Odoo 19 in Docker with PostgreSQL, coding locally, and adding a custom Employee menu.
2025-11-24
Building custom layouts in WordPress through code, not drag‑and‑drop, and integrating WooCommerce.
2025-11-20
An overview of Flutter, its architecture, strengths, weaknesses, and role in modern app development.
2025-11-18
Demonstrating security awareness through HTTP headers in a Go-based portfolio project.
2025-11-12
A case study on connecting a Pelican frontend and Python REST API backend to the web using Cloudflare Tunnel.
2025-11-06
An initial experiment running a Pelican frontend and Python REST API backend in a modular local setup.