Sanket's Blog

A personal blog where I share my thoughts and experiences.

[Draft] Bean's Satirical Journey for Perfect Coffee

Bean awoke to the activation of his vibe-coded application, Latte Vibes. It was meant to dispense perfection. Today's coffee tasted like raw static, a bitter assault on his senses. He checked the settings: one and a half spoons of sugar logged. This was the programmed calibration; he knew it was correct. August 22, 2026

Css Light and Dark Theme

Dark themes provide significant benefits for user experience and accessibility, particularly for users who experience eye strain from bright displays This document details a robust approach to implementing theme switching in Rust web applications without relying on heavy UI frameworks. March 28, 2023

Python Coroutine

Consider the problem of maintaining a running sum of integers, which we will refer to as the Summer problem (a nod to the season). We will demonstrate how co-routines work by trying to implement running sum. March 08, 2023

Debugging Guide for Vim Errors

Vim's default configuration presents significant debugging challenges due to its minimalistic design. While plugins substantially enhance Vim's capabilities, they can introduce complex error scenarios that require systematic troubleshooting techniques. This guide provides a structured approach to diagnosing and resolving Vim-related issues. April 25, 2022

Weird S3 List Permission

S3's file storage system employs a flat namespace architecture, where all objects are stored as key-value pairs without hierarchical folders. While most interfaces simulate folder hierarchies using / as a path delimiter, this abstraction can introduce security risks when designing access policies for list operations. June 20, 2021
<< First< PrevNext >Last >>

Search