Browsing Category
Software
12435 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
Cool VSCode Extensions that that I’ve discovered
Recently, I revisited a React side project that I had abandoned last year. In doing so, I discovered…
TIL: How to declutter sites with uBlock Origin filters
I originally posted this post on my blog a long time ago in a galaxy far, far away.…
Access Google Cloud Storage from AWS Lambda using Workload Identity Federation
In this post we will look at how to access Google cloud storage from AWS Lambda functions using…
Extracting the Sender from a Transaction with Go-Ethereum
When working with Ethereum transactions in Go, extracting the sender (the address that initiated the transaction) is not…
Implementing MLOps with GitHub Actions
Machine Learning Operations (MLOps) is an essential practice for deploying, managing, and monitoring machine learning models in production.…
Everything You Need to Know About CSS Backgrounds
We can do some cool things with CSS background property such as creating a hero image or using…
Build a type-safe and event-driven Uptime Monitor in TypeScript
TL;DR This guide shows you how to build and deploy a type-safe, event-driven, uptime monitor in TypeScript. To…
MY PROGRAMMING JOURNEY
Hello everyone,I’m James emeka and I’ll be sharing with you my experiences as a Tech student learning programming.…
HKIIT Students use Gemini Pro Vision to develop AI Screen Reader
Enhancing Accessibility: GDSC-Hong Kong Institute of Information Technology (HKIIT) aids visually impaired individuals to see all web images…
Kotlin Coroutine mechanisms: launch v. async
Examining join, await, coroutine behavior through playful examples Art by lavnatalia This series serves as spin off from Programming…