A practical angle on SQLite.
A hands-on comparison of keyword search vs. vector search using SQLite's FTS5 and sqlite-vec, with real examples showing when each approach…
A practical angle on TypeScript.
How I used a dedicated thread, sync channels, and oneshot responses to run rust-bert inference in a Tauri app without freezing the frontend.
A step-by-step walkthrough of how I built offline, ML-powered semantic search for my note-taking app using rust-bert, sqlite-vec, and Tauri.
A practical angle on Astro.
It is usually not considered an issue to have hard coded api keys that are meant to be exposed in the client side like in the case of analyt…
MacOS comes with a default SQLite that doesn’t allow you to load extensions.
A practical angle on JavaScript.
There will be cases when you need to make multiple API calls and you want to respond after they have all completed and with the status of wh…
A practical angle on CSS.
Margins are effectively side effects. They affect the positioning of elements outside of their scope, meaning they break encapsulation. As s…