Browsing Category
Software
12413 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
Dockerizing your Java Spring Boot application with Maven, along with a PostgreSQL database
Dockerizing a Spring Boot application involves creating a Docker image that contains your application and its dependencies. This…
#62 - Search for A Specified String across The Whole Table
Problem description & analysis: We have two Excel sheets, and there are same-structure tables in the two sheets.…
Understanding Git’s -m and -am Options: Simplifying Your Commit Workflow
Git is a powerful version control tool used by developers worldwide, but getting the hang of its many…
Supercharge your applications queries with caching
Have you ever wondered how some websites seem to load information almost instantly, even when dealing with massive…
Introduction to DevOps
What is DevOps? DevOps is a set of practices, tools, and a cultural philosophy that aims to automate…
Provide context to GitHub Copilot Chat
Context is key. This is true across all forms of communication, including with generative AI assistants like GitHub…
Understanding Asynchronous Programming in JavaScript: Beginner’s Guide to the Event Loop
Have you ever wondered why some pieces of JavaScript code seem to run out of order? The key…
10 Things I Wish I Knew Before I Started Coding.
Coding is exciting, but it’s not as straightforward as some people make it out to be. It’s a…
Fair Royalties for Generative AI: The Shapley Royalty Share Framework
This is a Plain English Papers summary of a research paper called Fair Royalties for Generative AI: The…
Let’s Read – Eloquent Ruby – Ch 11
Perhaps my personal favorite recommendation for learning to program Ruby like a Rubyist, Eloquent Ruby is a book…