TechTalk
  • Home
  • About
Automated Calorie Tracking

Automated Calorie Tracking

Jul 4, 2021 11 min read raspberrypidiethardwaretflitecalories
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.
Read Now Read Later
Lezwon Castelino
By: Lezwon Castelino
Extending Python with C Extension Modules

Extending Python with C Extension Modules

Jun 19, 2021 6 min read pythoncextensionmoduleperformance
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.
Read Now Read Later
Lezwon Castelino
By: Lezwon Castelino
Build your own Event Loop in Python

Build your own Event Loop in Python

May 28, 2021 10 min read eventlooppythonasynccallbacksconcurrency
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.
Read Now Read Later
Lezwon Castelino
By: Lezwon Castelino
Decoding Einsum with Python loops: A Practical Guide

Decoding Einsum with Python loops: A Practical Guide

May 18, 2021 4 min read
This is a practical guide to understanding Einsum operations by implementing them using Python loops.
Read Now Read Later
Lezwon Castelino
By: Lezwon Castelino
Charles Proxy: Debug your Android traffic

Charles Proxy: Debug your Android traffic

May 15, 2021 3 min read androiddebuggingnetworkcurlapi
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.
Read Now Read Later
Lezwon Castelino
By: Lezwon Castelino
Newer Posts
Page 2 of 2
Powered by Ghost
TechTalk