Browsing Category
Software
12231 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
Introduction to Flutter: A Web Developer’s Perspective
As a full-stack web developer with experience in various web programming frameworks, I recently started learning Flutter. This…
Exploring Retrieval Augmented Generation (RAG): Chunking, LLMs, and Evaluations
Retrieval Augmented Generation (RAG) is a useful technique for using your own data in an AI-powered Chatbot. In…
What Is ASP.NET Core? An Overview of the Platform
ASP.NET Core is a modern framework made by Microsoft as part of the .NET ecosystem for building fast,…
Java Code Snippets:)
Syntax Access Modifiers: Public The classes, methods, or variables which are defined as public, can be accessed by…
Web-to-App Attribution Measurement Using Mogua
This article introduces how to quickly view the effectiveness of different marketing channels through the Mogua SDK and…
Simplify Your Workflow By Using Virtual Machine on Microsoft Azure
In today’s tech-driven world, efficiency and flexibility are key. Virtual machines (VMs) offer a powerful way to access…
My Day-1 in kalvium simulation work
Introduction to Digital Security: – Discussed the key issues in the sphere of digital security and protective measures…
From Parcel to Vite: A short story of a 100K LOC migration
We’ve migrated our three frontend projects from Parcel to Vite, and the process was… smooth. The backstory We…
Beautifying the HTMLImageElement not-loaded/errored status display, react component
background Browser’s native image not loaded status doesn’t look good, I’d like not to use it. I am…
Unlearning SOLID: My Path to More Nuanced Code Evaluation
Introduction If you are a software engineer, you have probably heard about the SOLID principles. They are a…