Browsing Category
Software
11752 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
Use Github actions for Trunk Based Development to deploy AWS ECS Service
Trunk based development as a branching model is preferred compared to something like Git / GitHub Flow due…
How to use the useCallback hook in React
👋 Introduction React.js is a popular JavaScript library for building user interfaces, and it provides developers with a…
Is Data Struct about memory?
A principle that I try to follow is to think about obvious concepts. Since we are introduced to…
An Engineer’s Toolkit for continuous upskilling
Introduction Software engineering is ever-evolving. The best practices and tools available for developers today differ from those of…
Data Fetching with React Suspense
Introduction What is React suspense? Importance of data fetching in react apps Fetching Data with React Suspense Data…
Handling Pop-Up Windows in Selenium
Welcome! Today we’re going to look into the pop-up windows handling using Selenium. If you like this article…
Shell Scripting 101: Essential Commands for Every Developer
Shell Scripting 101: Essential Commands for Every Developer Diving into the universe of shell scripting? Welcome aboard! Shell…
Live Image editor w/ JavaScript: Canvas API and Tesseract.js(OCR)
One of my favorite charting libraries, chart.js is built around the canvas, The goat of ML and Deep…
Software-Defined Vehicle: The Potential and Reasons to Keep It in Check
Since the early days of the appearance of vehicles, people have constantly improved them. Naturally, along with improved…
Creating Interactive Country Maps with Flutter and google_maps_flutter
If you’re developing a Flutter application that requires displaying interactive maps with highlighted countries, you might be wondering…