Programming Fundamentals - Control Flow
Master the structures that decide what your program does next — if/else, loops, switch, and the flow-control statements that shape every algorithm.
Crafting robust back-ends and intuitive front-ends from Bandung, Indonesia.
A selection of my most recent and impactful projects
No featured projects available. Check back soon!
Thoughts, tutorials, and insights from my development journey
Master the structures that decide what your program does next — if/else, loops, switch, and the flow-control statements that shape every algorithm.
A practical guide to error handling — exceptions, try/catch/finally, defensive coding, error types, result-style returns, and how to design programs that fail safely and recover gracefully.
A practical introduction to functional programming — pure functions, immutability, higher-order functions, map/filter/reduce, currying, composition, and how to think functionally in any language.