Browsing Category
Software
11719 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
Calculate the coordinates of the current cursor in a text area
Knowing the position of the cursor within a text area can be incredibly useful in a variety of…
Open Source Impact: Reflecting on 2023 Contributions
Reflect on your open-source contributions in 2023 and tell us about your experiences. Why do you contribute? Follow…
Java monitoring: Exploring Cryostat 2.4 features on OpenShift
Orignally posted at Red Hat Developers Red Hat’s latest build of Cryostat 2.4, designed specifically for the Red…
ZooKeeper Chronicles: Navigating EOFException and the Enigma of 0-Length Files
In the realm of technology, ZooKeeper plays a crucial role in maintaining order within distributed systems. However, much…
TDD is a personal practice
I know TDD. I know what real TDD is. I know how to do it right, whatever that…
Building a cloud backend in Go using REST and PostgreSQL
TL;DR This guide shows you how to build and deploy and Go backend for a URL Shortener. It’s…
How to fix error: invalid character in entity name in RSS feeds
I use a GitHub action to update my GitHub profile README with my latest blog posts. For over…
React Navbar on Scroll Change – Background Color ,Padding, More – React JS
Introduction When it comes to creating a visually appealing user interface, the navigation bar plays a crucial role.…
Run Go + HTMX in the Cloud with Acorn
Introduction In a recent article, I demonstrated how babyapi, a library I created, makes it easy to write…
Using Google Cloud Vertex AI Code Chat to automate programming test scoring
Problem Traditionally, educators create unit tests to automatically score students’ programming tasks. However, the precondition for running unit…