HomePosts
Building a rust CLI for transferring data from android to mac

9th August, 2025

A Rust-powered CLI tool that lets you browse your Android device’s file system via ADB, select multiple files or folders, and securely transfer them to your Mac with real-time progress tracking. Built to fill the gap for a fast, reliable, and user-controlled alternative to clunky or insecure Android–Mac file transfer solutions.

Posture detection system with OpenCV and MediaPipe

2nd November, 2024

Prolonged sitting and poor posture can lead to serious health issues. This post explores how to build a real-time posture detection system using OpenCV and MediaPipe to promote better posture.

MD5 in javascript

26th March, 2022

MD5 is an algorithm that generates a 128-bit hash of some data, which is used to verify the integrity of data.

Placeholders for images

27th Feb, 2022

Placeholders reserve space for a future content, when loading larger images, placeholders for images plays an important role in better user experience.