Browsing Category
Software
11993 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
Rick Beato: Finally…Breaking Down Kansas LIVE
Finally…Breaking Down Kansas LIVE sees Rick Beato nerding out over his favorite Kansas track, peeling back stems, structure,…
Automatically change the theme in Ubuntu based on the time of day
Steps: Download the Gnome extension: Night Theme Switcher – https://nightthemeswitcher.romainvigier.fr/ or https://extensions.gnome.org/extension/2236/night-theme-switcher/ Create 2 bash scripts: day.sh with…
Keep Calm and Use Docker Volumes
Docker volumes provide a way to store and share data generated by and used within containers. Unlike a…
KEXP: Ezra Furman – Veil Song (Live on KEXP)
Ezra Furman rips through a live take of “Veil Song” at KEXP’s Seattle studio (recorded August 13, 2025),…
Speed up Docker image builds with cache management
Over the past few years I have been working in multiple IT projects where the Docker platform was…
Say hello to a new level of interactivity in Gemini CLI
We’re excited to announce an enhancement to Gemini CLI that makes your workflow more powerful a…
Introducing Veo 3.1 and new creative capabilities in the Gemini API
Google is releasing Veo 3.1 and Veo 3.1 Fast, an updated video generation model, in paid preview via…
A Linux server sandbox with a full IDE in-browser using WebAssembly
For developers who need to test a small app, check out a pull request, prototype a new API,…
Artificial Intelligence (AI) in Mobile Phones — How It’s Transforming Pocket Devices
It’s wild to think how far phones have come in the past 20 years. In 2000, the most…
The Linux Programming Interface – Time
In any type of program, we mostly are interested in two different time: Real (Calendar) time: This time…