Teko Sulaiman

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.

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

Backend API Testing with Laravel

2025-11-28

Exploring a simple backend workflow using Laravel to test API endpoints and document results.

Custom Employee Module in Odoo 19 with Docker

2025-11-26

Running Odoo 19 in Docker with PostgreSQL, coding locally, and adding a custom Employee menu.

Developer‑Mindset Layouting in WordPress with WooCommerce

2025-11-24

Building custom layouts in WordPress through code, not drag‑and‑drop, and integrating WooCommerce.

Flutter Google Cross-Platform Framework

2025-11-20

An overview of Flutter, its architecture, strengths, weaknesses, and role in modern app development.

Security Headers Showcase in Go Portfolio

2025-11-18

Demonstrating security awareness through HTTP headers in a Go-based portfolio project.

Deploying a Modular Portfolio via Cloudflare Tunnel

2025-11-12

A case study on connecting a Pelican frontend and Python REST API backend to the web using Cloudflare Tunnel.

Running a Modular Web Project Locally Portfolio Case Study

2025-11-06

An initial experiment running a Pelican frontend and Python REST API backend in a modular local setup.