Browsing Category
Software
12362 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
Build an Inventory and Order Management App with Google Sheets and ToolJet
Efficient supply chain management is vital for businesses aiming to optimize operations and drive productivity. When it comes…
Scaling Databases: A Developer’s Journey
In the vast world of software development, navigating the world of databases is quite an adventure. There are…
Introduction to JavaScript Array Methods
Introduction Arrays are a fundamental data structure in JavaScript, enabling developers to store and manipulate collections of elements…
My Experience At AWS Community Day Malaysia 2023
Hey there, cloud enthusiasts! 🌤️☁️ Guess what? On 22nd July 2023, the much-awaited first ever AWS Community Day…
Python Networking: Servers
Note: I’ve added table of contents to previous installments so they’ll hopefully be easier to navigate. Thanks to…
Microservice architecture – Benefits, how to implement, challenges, etc.
Microservice Architecture Microservice architecture is an architectural style that structures an application as a collection of loosely coupled…
Best Practices for Naming Classes in HTML and CSS Files
Be Descriptive and Intentional: Class names should be descriptive and convey the purpose of the element they represent.…
Potential of Data Analytics : AWS Glue and AWS Athena
Introduction In today’s data-driven world, businesses are generating vast amounts of data at an unprecedented rate. Extracting valuable…
Open-Source Site Builder – Simpllo
Hello Coders! This article presents Simpllo, an Open-source Site Builder that allows anyone to design, download, and deploy…
Never forget ACID again!!
We often forget how ACID properties function individually since these are the core of Relational Databases it is…