Browsing Category
Software
11667 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
5 Handy Tools I Use as a Software Developer
5 Handy Tools I Use Every Day as a Software Developer As a software developer, my workflow revolves…
Introducing RealtimeAgent Capabilities in AG2
Authors: Mark Sze, Tvrtko Sternak, Davor Runje, Davorin Rusevljan TL;DR: RealtimeAgent is coming in the AG2 0.6 release,…
Git Performance: Optimizing Your Workflow with Shallow Cloning, Sparse Checkout, and More
Git Performance: Optimizing Your Workflow As your Git repository grows in size, managing and performing operations on it…
Coroutines, Distributed Cache, Resilience, and Replication in Kotlin — Making a VMA’s application
1. Introduction A coroutine is a concept that has been around since at least 1958. It was brought…
Build Real-Time Presence Features Like Figma and Google Docs in Your App in Minutes🚀🔥🧑💻
TL;DR Learn about the challenges and solutions for implementing collaborative features in your app. We built a real-time…
Best Practices for Developing Non-English APIs
OpenAPI (Swagger) is the most popular API design tool, and Postman is the most widely used tool for…
515. Find Largest Value in Each Tree Row
515. Find Largest Value in Each Tree Row Difficulty: Medium Topics: Tree, Depth-First Search, Breadth-First Search, Binary Tree…
Can You Serve Only Data to AI Crawlers?
What if AI crawlers could bypass downloading entire websites and only receive structured JSON data instead? Serving AI…
Installing WordPress with Nginx in Ubuntu
To install WordPress with Nginx on Ubuntu, follow these steps: 1. Update your system sudo apt update 2.…
Working with URLs in JavaScript
Written by Joe Attardi✏️ URLs are a critical piece of any web app. If your app makes requests…