Browsing Category
Software
11712 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
React UI Component Libraries every developer should know
When building React applications, choosing the right UI component library can significantly streamline development and enhance the user…
Tune in for Google I/O on May 14
Posted by Jeanine Banks – VP & General Manager, Developer X, and Head of Developer Relations Google I/O…
NestJS with API Gateway
NestJS is undoubtedly a popular framework for back-end development among NodeJs developers. It comes with a nice dependency…
Devin AI: The World’s First AI Software Engineer.
Devin AI: To Be Feared or Embraced? Scrolling through Twitter today, it feels like everyone’s buzzing about Devin,…
Five Syntax Highlighting Plugins for NextJS that aren’t Terrible 🎨
As a connoisseur of artisanal tech blogs myself, I’ve found myself lost in the world of syntax highlighters,…
Dining Philosophers Problem in Java
Introduction The Dining Philosophers Problem illustrates concurrency challenges, where philosophers seated at a table must pick up chopsticks…
All the tools I need to build a perfect AI app.
The world of AI has grown much in the past decade. AI is everywhere, from voice assistants to…
Using my new Raspberry Pi to run an existing GitHub Action
Recently, I mentioned how I refactored the script that kept my GitHub profile up-to-date. Since Geecon Prague, I’m…
The difficulty of SQL stems from relational algebra
In the field of structured data computing, SQL is still the most widely used working language, not only…
How many variations can be produced by obfuscating a single line of JavaScript code: ‘var a=1’?
Confusing code is a technique used to make it difficult to understand and reverse engineer, often employed to…