open to internships in full stack development
Jan 6 · 4 min read · In this blog, we’ll walk through a simple QR Code Generator built using Rust. The application takes user input from the command line and generates a QR code in SVG format. This project is useful for understanding how Rust handles external crates, use...
Join discussion
Dec 29, 2025 · 7 min read · All searching algorithms explained 1. Linear Search What it isLinear Search walks through the list one element at a time until it finds the target or gives up. Zero assumptions. Brute honesty. Algorithm (idea)Start from index 0.Compare each element ...
BBhavadharani commented
Dec 16, 2025 · 5 min read · 🧠 Bit Manipulation — The Complete Guide (From Basics to Interviews) Bit manipulation is one of those topics that looks scary, feels tricky, but is actually small, logical, and extremely powerful once the mental model clicks. This article covers ever...
Join discussion