FBFayaz Bin Salaminfayazbuilds-n5f2t7.hashnode.dev·May 23 · 2 min readobsidotion: keeping your Obsidian vault and Notion database in syncthe problem nobody talks about: Obsidian and Notion don't talk to each other. i use Obsidian for private thinking — linked notes, local files, graph view. Notion for anything that involves other peopl00
FBFayaz Bin Salaminfayazbuilds-n5f2t7.hashnode.dev·May 18 · 2 min readportfolio-v2: a forkable React portfolio deploying to GitHub Pages for freei've maintained a lot of open source projects over the years — android libraries, rust CLIs, electron apps. the one that keeps surprising me with its reach is a React portfolio template. portfolio-v2 00
FBFayaz Bin Salaminfayazbuilds-n5f2t7.hashnode.dev·May 17 · 2 min readEasiestSqlLibrary: Android SQLite without writing a single raw queryif you've worked with SQLite on Android for more than a day, you know the drill. subclass SQLiteOpenHelper, write raw CREATE TABLE strings, manage ContentValues manually, wrangle cursors. it's a lot o00
FBFayaz Bin Salaminfayazbuilds-n5f2t7.hashnode.dev·May 16 · 3 min readrotato: a Node proxy that rotates LLM API keys on 429i've been building with LLMs for a while now, and the rate limit problem is genuinely tedious. you have three API keys, you're hitting 429s on the first one, and your code is either crashing or you're00
FBFayaz Bin Salaminfayazbuilds-n5f2t7.hashnode.dev·May 15 · 2 min readgoogle-calender-widget: a cross-platform Google Calendar desktop app (Windows/Mac/Linux)There's no official Google Calendar desktop app. If you want to check your schedule, you open a browser tab, navigate to calendar.google.com, and squint at whatever month it loaded last. Fine once. An00