Avatar
Postgres: ORDER BY custom text order

Found this scenario where I wanted to (out of pure laziness) sort records by specific order of a column’s possible values. I looked around and to my surprise I found a way to do it.

Read more →
Notes on building mechanical keyboards

The keyboard in the picture is my Planck EZ. I explored about building keyboards (and will hopefully do this someday).

~ This is a rabbit hole ~

Read more →
Reading list
Read more →
Traction

– This post is a work in progress. These are my notes from reading the Traction book

Read more →
Notes on creating screencasts
These are some useful learnings when recording screencasts/videos.
Read more →
Using Core Data Lab

Sometime ago I bought this app called Core Data Lab. The app helps inspect CoreData stores created by my mac apps. This is very handy when building Mac apps (probably iOS apps too).

Read more →
Making HTTP POST request in Swift using URLSession

or “How to POST a form in Swift using URLSession”

These examples will be using httpbin.org to test our request.

Read more →
Encoding and Decoding JSON in Swift

aka “How to decode response from a JSON API”

Read more →