Browsing Category
Software
11754 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
Understanding the Vigenère Cipher
About Vigenère Cipher The Vigenère cipher is a classic encryption technique that dates back to the 16th century.…
How to Deploy a React app to Heroku
Deploying a React app to Heroku is a straightforward process. Below is a step-by-step guide: Prerequisites: Ensure you…
React useLayoutEffect vs useEffect with examples
In this article, we are going to learn about useEffect vs useLayoutEffect. Introduction React Hooks: An Introduction Side…
Announcing Federated Credential Management (FedCM) Beta for Google Identity Services
Posted by Gina Biernacki, Product Manager Today, the Google Identity team is announcing a beta program for developers…
Infer keyword in TypeScript 📜
TypeScript’s infer keyword is your secret weapon for effortlessly deducing types, simplifying code, and unlocking the full potential…
Navigating Open Source: My Journey to Contributing and Getting My First PR Accepted in the freeCodeCamp Repository
In July, I participated in a “Build in Public” monthly challenge. My goal was to contribute to an…
Unleashing the Power of Generator Functions in JavaScript: Cooking Up Code Magic! 🎩
A Whimsical Coding Journey 🎢 🎉 Ahoy, devs! Are you ready for a coding roller coaster into JavaScript’s…
A deep-dive on a Progressive Web App implementation for a React-based App Platform (DHIS2)
At DHIS2, we’re a remote-first team of developers building the world’s largest health information management system. DHIS2 is…
What is the concept of DevSecOps?
DevSecOps, short for Development, Security, and Operations, is an evolving approach to software development that integrates security practices…
Strategies and Challenges While Migrating ASP.NET Applications to .NET Core 7
The release of .NET Core 7 has brought many exciting features and improvements, making many organizations consider migrating…