Stop Memorizing Package Managers: Meet `i`, The Ultimate Abstraction Layer
If you are a developer or a Linux enthusiast who frequently switches between distributions or operating systems, you know the pain. One day you are on Ubuntu typing sudo apt install, the next you are …
Speed Up Windows 10/11: Set Background Services to Manual (On‑Demand)
In this part of the debloat series, we’ll tune Windows services so they don’t run all the time, but still start automatically when needed. Instead of aggressively disabling everything, …
Take Back Your Data: How to Disable Telemetry in Windows 10 & 11 (Safely)
Windows 10 and 11 constantly send telemetry and diagnostic data back to Microsoft to “improve the experience”, but many users see it as unnecessary tracking and bandwidth waste. In this …
Stop Bing Clutter: How to Remove Web Results from Windows 11/10 Start Menu
If you’ve ever searched for a file or app from the Windows Start Menu only to get web results from Bing, you’re not alone. Microsoft’s Start Menu tries to be helpful by showing …
15 Techniques I Rely On Daily as a Senior Software Engineer
Early in my career, I thought seniority was measured by lines of code or how many obscure languages I knew. I optimized for speed and cleverness. But over time, the focus shifted. Today, my job …
RegExp vs String Manipulation in Go language
I wrote a tool to abstract all package managers such as apt, snap, and flatpak, so I can use it as the interface instead of dealing with the specific package manager of the Linux distribution …
How many Zsh scripts distributed via Homebrew ?
What is Zsh ? 🔗 Zsh, also known as the Z shell, is a Unix shell that functions as both an interactive command-line interpreter and a powerful scripting language. Created by Paul Falstad in 1990, it …
How many R programs distributed via Homebrew ?
What is R language ? 🔗 R is a free, open-source programming language and software environment designed primarily for statistical computing, data analysis, and graphical visualization. It is widely …
How many deno scripts distributed via Homebrew ?
What is Deno ? 🔗 Deno (pronounced “dee-no”) is a secure, modern runtime for JavaScript, TypeScript, and WebAssembly, co-created by Ryan Dahl, who also developed Node.js. Built on the V8 …
How many Fish scripts distributed via Homebrew ?
What is Fish ? 🔗 The fish (Friendly Interactive SHell) shell is a command-line interface for Unix-like operating systems designed with a focus on user-friendliness, interactivity, and usability. …