Browsing Category
Software
11728 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
Tricksters of JavaScript
I use this word “Tricksters” because, when I was learning JavaScript and I learn it watching YT videos,…
IDURAR Open Source Code Alternative to SalesForce 🎉Got 2000 Stars on GitHub 🌟
We are thrilled to announce that idurar-erp-crm, our open code source ERP CRM system built on the MERN…
How To Write Better and Quality Code
Code quality is a critical aspect of software development, encompassing various practices and principles aimed at producing clean,…
useRef helps you to avoid re-rendering of the component
useRef can store any mutable data that you want to persist between renders. It helps you to avoid…
Python Secure Password Management: Hashing and Encryption #️⃣🔐✨
When building an application that validates user passwords or needs to store tokens for future use it is…
What’s New in StateAdapt 2.0.0: adapt rework
Three weeks ago, StateAdapt released a new major version. The main changes here is a rework of the…
I built a Snake Game in React
TL;DR: I built this classic “Snake Game” using React, HTML Canvas, and TypeScript. No third-party libraries are used.…
[Beginner Friendly] Transform Your Web App with Formbricks Surveys: A Must-Know Guide🔥🔥🔥
Welcome 👋 to this blog. In this blog we will learn how to integrate Formbricks Surveys within your…
A Missed Modifier, A Race Against Time: The Genesis of a Handy Online Smart Contract Editor
Navigating the thrilling yet challenging realm of Solidity can sometimes throw curveballs our way. One such unexpected moment…
How to set up and turn off Find My Device on Android
An Android app, short for “Android application,” is a software program designed to run on devices that use…