The Event Loop helps you to execute tasks concurrently while maintaining minimal memory usage. This post teaches you how to build a simple non-blocking Event Loop from scratch.
Charles is a web debugging tool that can help analyze and alter your web requests as they are made. One of the best uses of it is to debug your Android App traffic and find the APIs that you are really interested in. This post shows you how to do just that.