🏠
Home
Tags
Archive
About
RSS- Gotcha!
Collection of programming gotchas I have personally encountered. And made me confused.
– 1 minute read - Keep It Sane
This is a list of issues that I’ve dealt with at least once. The list would serve as a shortcut to save me time from trying to google the solution again and again. It’s like index of things that had bitten me in the past.
– 3 minute read - Steal Like an Artist
I was visiting a library in my block this morning, and stumbled upon a book authored by Austin Kleon in 2012, titled “Steal Like an Artist” (you can find it online in Amazon, Book Depository, etc.). Upon skimming few of its pages, I already felt like I want to finish the book soon.
– 10 minute read - PPI-IIUM Producation 2018: Finding Passion in University
Earlier this week, I received an invitation from Persatuan Pelajar Indonesia (PPI) –– an Indonesian Students Society at my campus (IIUM, Malaysia), to become a speaker of a sharing session event titled “Producation”. The event will be held at IIUM this coming Friday, March 30.
– 6 minute read - Using Bettercap (v2.0) Proxy
What is Bettercap? If you are into networking tools for ARP spoof, sniffing, and other MITM-like utilities, you’ve probably heard about ettercap1. Bettercap, which sounds similar to ettercap, is a networking tool like ettercap. Some people like to relate the name “Bettercap” as better ettercap.
– 4 minute read - A Night with Kubernetes
Kubernetes Logo.
What is Kubernetes? Dealing with lot of applications that are containerized (ie. via docker) and installed across regions can cause headache; from restarting containers, deploying to multiple nodes, scaling, etc. Kubernetes is a tool to help us deal with such situation by putting those containers in a cluster.
– 7 minute read - GraphQL + SQLBoiler Generator
This note as a continuation of my journey with Go template. Based on the knowledge of what template package can do, we’ll generate a resolvers code from a given sqlboiler model struct to to satisfy graphql implementation of neelance/graphql-go.
– 3 minute read - My Take on Go Template
In programming, string interpolation is common. Using ES6 (JavaScript), string interpolation can be done like this:
– 3 minute read - Hello Hugo!
Another experiment on how/where I write things I like to write (Duh).
***
So, I’ve been through the path of Wordpress, Tumblr, Ghost, and recently, Gitbook. Each has its own merits and drawbacks. However, I see something interesting from Hugo, that I didn’t see in my previous adventures with other writing tools.
– 5 minute read Redirecting buymeacoffee.com… Redirecting to buymeacoffee.com…
– 1 minute read