An in-depth walkthrough of a Python curses-based application for manually marking Quranic verse boundaries in MP3 files, persisting marker state, and exporting split files. The article covers architecture, UI decisions, undo/redo, guided marking, and export pipelines, with an honest evaluation...... Read More
All tags » automation
1-7 / 27 articles
A deep dive into a Python tool that combines, purges, minifies, and redeploys CSS bundles for Pelican themes using a recipe-based pipeline. Learn how it records every build step, automatically replays the entire chain, and drops the result into the output folder – no full site rebuild required.... Read More
A complete walkthrough of a production‑grade Neovim configuration. Covers the modular directory layout, bootstrapping with lazy.nvim, per‑filetype engineering, custom Lua automation functions, programmable snippets, a deterministic colour stack, and a hand‑picked plugin dashboard. Every design...... Read More
A practical engineering framework for designing LLM agent prompts as deterministic, version-controlled specifications. This article breaks down prompt architecture into composable layers — tone specification, structural constraints, output format enforcement, and metadata extraction — treating...... Read More
This article dissects the keymaps and commands layer of a production Neovim configuration. It shows how every keybinding and user command is deliberately wired to custom functions, how the ranger file manager is integrated, and how buffer‑wrapping utilities provide seamless file‑format...... Read More
This article dissects the LuaSnip integration inside a Neovim configuration, showing how dynamic snippets, external file injection, and auto‑numbering environments turn text expansion into a programmable, context‑aware engine. All snippet files are examined line by line.... Read More
This article dissects the custom Lua functions that power the everyday operations of a production Neovim setup. From asynchronous Python and LaTeX runners to a searchable command history and register viewer, it shows how to embed IDE‑like utilities directly into the editor without plugins.... Read More