Recent Posts

Basic Reverse Proxy Setup With Traefik

1 minute read

Make sure you point your domain to your home IP address. If you’re in need of dynamic DNS support, look into cloudflare or duckDNS. You can use something l...

Using Kotlin Extensions for Rx-ifying

4 minute read

Kotlin and Reactive Extensions (Rx) are the new hotness in Android development, and not without reason. Both technologies are loved for being concise, expres...

Using RecyclerView With Multiple Items

6 minute read

A simple pain point I always seemed to encounter when developing for Android is dealing with multiple items types in a ListView or a GridView. Luckily, Recyc...

Rebound for Android View Animations

6 minute read

So after seeing this post on reddit the other day, I decided I’d try and utilize Rebound for the link drawer in my Hacker News app. Currently, the app uses a...