Automating infrastructure provisioning, configuration, and application deploymentprovision(packer, terraform) -> configuration(ansible) -> deployment(github actions)Jul 30, 2022·5 min read
Hashnode: A home for my blogwordpress -> JAMstack(hugo, gatsby, ghost) -> wordpress(again) -> hashnodeJun 5, 2022·8 min read
Implementing redis serialisation protocolThis is a follow-up post from Building redis with CodeCrafters. When I first started the redis challenge, I did the quick and dirty way of bypassing the redis serialisation protocol in order to make things work. Redis serialisation protocol implement...May 29, 2022·1 min read
Building redis with CodeCraftersA follow-up to this article can be found here CodeCrafters is an amazing community built by Paul Kuruvilla that contains project challenges for real-world software systems that are used widely(redis, git, docker, SQLite). Each project comes in the fo...Mar 19, 2022·3 min read
Learning a system programming language: RustI have spent the past few weeks learning Rust through the official book: The rust programming language, and enjoyed the experience. It is written by Steve Klabnik, one of the former contributors of Rust. I started learning Rust in 2019, left it, and ...Feb 18, 2022·3 min read
Project venturebites: A portal for asia tech startup eventsEarlier this year(2021), I worked on Venturebites with a friend, which is a portal for tech startup events in Asia. I was actively working on it for 2 months to get the system up and running. As of today, it is not under active development. Here are ...Jun 5, 2021·9 min read