Browsing Category
Software
12345 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
📜 Novu’s Communication Manifest: Lighting the Path to our Future 💡
TL;DR As part of our second offsite, the team at Novu created a set of principles to help…
My Smart Working Experience: Pros and Cons
I’m doing smart working in a full remote company for a couple of years. These are the pros…
Add License Headers to Your Code Files: NWA – A More Powerful License Statement Management Tool
Introduction As developers, we often need to ensure that our code complies with the appropriate licenses to protect…
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…