Browsing Category
Software
12422 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
Arrays multidimensionais
O array unidimensional é o mais usado em programação. Arrays multidimensionais (duas ou mais dimensões) não são raros.…
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…