Lezwon Castelino

Lezwon Castelino

Freelancer | Open Source Contributor | Ex- @PyTorchLightnin Core ⚡ | Solutions Hacker | 20+ Hackathons

Automated Calorie Tracking

Build a machine that automatically detects and logs your food on HealthifyMe using RaspberryPi and TFLite. The machine will automatically detect your food when placed on the weighing scale and log it with the weight to HealthifyMe.

Extending Python with C Extension Modules

Dynamic Typing in Python can significantly slow down processing due to type checks before operations. In this post, we will bypass these checks by using C Extension modules which will be called from Python.

Build your own Event Loop in Python

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 Proxy: Debug your Android traffic

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.