Using WingLang for Advent of Code 2023

I have recently been using a new language called Wing and I chose to use it for the Advent of Code 2023.
If you are not familiar with WingLang, it is a new language designed for the cloud. It combines infrastructure and runtime in a single language, and it has a local simulator for quick feedback loop on your cloud resources. I highly recommend checking it out at winglang.io.

Read More

Intercept HTTPS Traffic On A Android Emulator

Sometimes we are in a situation where we want to see all the network traffic happening in a app. This can be quite troublesome and we therefor need a easy way of doing it.
In this article I will cover how to intercept HTTP/HTTPS traffic from a Android emulator by using a MITM (Man In The Middle) Proxy.

Read More