Tag: howtos
All the articles with the tag "howtos".
-
Berkeley Packet Filter in Golang
Recently I stumbled upon a use case where I was looking to setup a Wireguard (udp) tunnel across two nodes behind different NATs. I wanted to implement something like UDP Hole Punching and came ac...
-
Using interfaces in Go
Exploring how to effectively use interfaces in Go — common patterns, pitfalls, and tips for developers coming from Java or C#.
-
Google Image Proxy
Continuing with app that I created as a project for the Udacity Android Nanodegree program, I faced a new challenge! The challenge was to load poster images from TMDb Image server inside my app!
-
Android Support Paging Library
Recently, I was working on a project for the Udacity Android Nanodegree program to develop an Android application for TMDb to list movies using the TMDb API.
-
Discourse Login on Android
Implementing user authentication for a Discourse-powered forum in an Android app using the session cookie approach.