1. Home
  2. blog

Blog


ESP32 and Termux

  • blog
  • embedded
  • termux
  • esp32
  • micropython
  • fun

Documenting my journey in trying to use my ESP32 on my phone through Termux

JavaScript Obfuscation Through File Stream Side-Channel

  • blog
  • security
  • web
  • obfuscation
  • fun

Obfuscating JavaScript code in webpages using file stream side-channel techniques.

Python Generic Return Types

  • blog
  • python
  • rust
  • types

How to implement generic return types in Python, for RPCs and other use cases

Understanding and Preventing Race Conditions in Web Applications

  • blog
  • python
  • security
  • fastapi
  • databases

Spot and fix race conditions in Python, FastAPI, and PostgreSQL to prevent data corruption and security issues