GGrepTipsingreptips.hashnode.dev·Dec 16, 2025 · 4 min readOpen Closed PrincipleIn modern software development where requirements shift faster than sprints, the biggest cost isn’t writing code, it’s changing it. Every modification to existing logic carries risk: a new feature shouldn’t break last quarter’s production fix. Yet to...00
GGrepTipsingreptips.hashnode.dev·Aug 28, 2025 · 3 min readGit repo with encrypted contentI have a private repo on GitHub where I sync the text I use every day: notes, code, drafts, etc. Even though the repo is private, sometimes i need to store sensitive information that I’d like to keep secure. Ideally, I want to continue using Git as u...00
GGrepTipsingreptips.hashnode.dev·Aug 12, 2025 · 3 min readSimple CI/CD with Github ActionsLet's start with the simplest CI/CD to automate the processes that were described here. For CI/CD there are many options in the market that can be used as a self-hosted services, like Jenkins, Github Actions, Gitlab CI, Drone CI, Woodpecker CI. And m...00
GGrepTipsingreptips.hashnode.dev·Jun 4, 2025 · 2 min readCI/CD - Integrating and Deploying ContinuouslyWe build an API, it's working well in our machine but we want to host the app in another machine that will serve the API to others, what do we need? what first comes to our mind is Continuous Integration / Continuous Deployment.But first and foremost...00
GGrepTipsingreptips.hashnode.dev·Feb 4, 2025 · 2 min readReverse Proxy my musicI will document here how i use a reverse proxy to share my personal music streaming service with a friendly url. Even though the installation of navidrome is simple, the article main purpose is to be a reference on how to make internal network resour...00