RSSAmplifier

Blog

Code & Craft

Hey there! 👋 Welcome to Code & Craft, my corner of the internet where I share everything I've learned (and am still learning) about building better softwar

drgos.comRSS feed ↗4 posts

Latest posts

FileFusion: The Go-Powered CLI for Smart File Concatenation and LLM Optimization

I want to learn Go, and what better way to do it than building a couple of projects. Let’s start easy, with a CLI that does some parallel processing?" That was the thought that sparked FileFusion. Well, that and the realization that my LLM is perform...

Browser Quest: Finding the Perfect Alternative to Arc Browser

You know that feeling when you're ready for a change, but you're not quite sure what you want? That's where I found myself with Arc Browser. Don't get me wrong – Arc is innovative and beautiful, but sometimes you need to explore what else is out ther...

The Anatomy of the Perfect Git Commit: A Guide to Best Practices

In the ever-evolving world of software development, the ability to effectively manage and track changes in code is crucial. This is where good Git hygiene comes into play. Git it's not just a tool; it's a fundamental part of modern software developme...

Implementing Git Hook-Style functionality in Your Terminal

Introduction The power of the terminal lies in its flexibility and the ability to customize it to fit our unique workflows. Drawing inspiration from Git hooks, a powerful feature in Git that triggers custom scripts at certain points in its execution ...