@ara-ta3
Backend-focused Web Engineer | Scala × TypeScript | Designing robust, data-driven systems
Nothing here yet.
This is a brief memorandum of building a simple TODO application with TypeScript + Vite + React powered by Supabase. I walked through everything from spinning up Supabase locally to implementing the application UI. All source code is available at: ht...

Introduction During development, it's common to want to monitor file changes and automatically run a specific command when a change is detected.In this article, I’ll introduce a useful tool for that purpose: the entr command. What is the entr Command...

Introduction Claude Code Action is a feature that assists with code generation and editing via an AI assistant. By default, command execution is restricted for security reasons.This article serves as a memo on how to configure allowed_tools to enable...

Overview While getting more comfortable with Rust, I decided to try writing a simple CLI.I looked for a library that could elegantly handle commands and found clap.This post is a quick note on how to map CLI commands and options to enums using clap. ...
