Berkeley Packet Filter in Golang
In this article, I explore how we can use the
classic Berkeley Packet Filter (cBPF) in Golang.
Using interfaces in Go
This article aims to cover interfaces and their usage in Golang.
It tries to explain where and how you should interfaces and how
to avoid common pitfalls while using them in Golang.
Google Image Proxy
This is an how-to that explains how you can use
Google’s public proxy to optimise and load images
in an Android app.
Android Support Paging Library
In this how-to, I’ve tried to explain how you can use
Android Support Paging Library to improve your app’s
performance while loading dynamic data.