2020
2019
2018
- Pathfinder: Building Your Own Container OrchestratorA journey into building a simple container orchestrator for LXC when Kubernetes and Nomad didn't offer stable support.
- Clustering in LXD 3.0Exploring LXD 3.0's clustering capabilities, including migration from 2.x, setting up multi-node clusters, and understanding current limitations.
- Learning to LearnA practical approach to improving your learning agility through the APPEAR cycle: Absorbing, Persisting, and Reinforcing.
2017
- The Most Important ThingWhy testing is the most critical element in professional software development, with practical metrics for measuring testing effectiveness.
- Rethinking Software EngineeringExploring the distinction between programming and software engineering, with insights on building metaphorical castles in the air through collaborative design.
2013
- Interesting Tidbits about Reddot Ruby Conference (RDRC) 2013 - Day TwoRecap of day two presentations at RDRC 2013, featuring insights from Jose Valim, Alexey Gaziev, Steve Klabnik, and other notable Ruby developers.
- Interesting Tidbits about Reddot Ruby Conference (rdrc) 2013 - Day OneHighlights from day one of the Reddot Ruby Conference in Singapore, featuring insights from Aaron Patterson, Luismi Cavallé, and Jim Weirich.
- Talks about AngularJS and Rails at id-ruby June 2013 meetupAnnouncement for my talk on Rails and AngularJS integration at the June 2013 Indonesia Ruby community meetup in Jakarta.
- Integrating Rails and AngularJS, Part 3: REST and Angular ResourceDeep dive into using Angular's $resource for RESTful API communication between your Rails backend and AngularJS frontend.
- Integrating Rails and AngularJS, Part 2: Model-View-Win, Controllers and RoutesExamining Google's MVW pattern and implementing controllers and routes in a Rails and AngularJS integrated application.
- Integrating Rails and AngularJS, Part 1: StructureThe first in a series exploring how to architect applications with Rails backend and AngularJS frontend, focusing on overall project structure.