Browsing Category
Software
12340 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
Loop audio Godot
In this article, I’m going to show you one way to loop music in Godot! But first, we…
JSDoc in TS and JS
Two days ago, I wrote a post about JSDoc. The post was about using JSDoc for type checking,…
What’s in my bag for Experts Live Europe
I am very excited to attend Experts Live Europe, a community-driven IT conference focused on Microsoft cloud, datacenter,…
Demystifying Apache AGE and PostgreSQL: Your Guide to Understanding Database Systems
Introduction: Navigating the world of database systems can be a daunting task, especially when faced with terms like…
Top 5 Tips for Becoming a Proficient Programmer
Becoming a proficient programmer requires time, practice, and dedication. Here are the top five tips for beginners, drawn…
How to Design a SurrealDB schema and create a basic client for TypeScript
In the midst of a dynamic landscape of exciting new projects, one name shines bright — SurrealDB. It’s…
Save some bytes when using multiple themes in angular material components
Let’s say you have a theme file called dark.scss like below. // src/styles/themes/dark.scss @use "sass:map"; @use "@angular/material" as…
How Do You Find Balance? 🍵🌊
Welcome to Code Chatter, your go-to series for conversational coding insights. What makes this series of questions different…
Node(20.6.0) now supports built-in .env files
Hello javascript lovers too, for some time now the new version of node, more precisely version 20.6.0, has…
Optimizing Database Performance with Indexing in Apache AGE and PostgreSQL
In the world of databases, performance is paramount. Apache AGE, an extension of PostgreSQL designed for managing graph…