Personal blog and engineering notes
Hi, I'm Dhemy
I'm a software engineer and customer data expert focused on turning raw data into meaningful, actionable insights. I work across the full customer data lifecycle, from clean data capture to behavior-aware models and decisions.
Certificates
Credentials and professional learning milestones.
Testimonials
Latest Posts
Fresh writing you can read in a few minutes.
Write pure functions and eat your vegetables
Pure functions are a fundamental concept in functional programming. A pure function returns the same output for the same input...
Plan, Code, Review: How I Use AI Agents Without Losing Control
I have been integrating AI agents into my workflow as a developer. The most useful mental model so far is...
A Simple Currying Refactor: Remove Pass-Through Arguments
Like I said at the beginning of this series, I wanted refactoring existing code to use currying and partial application...