Browsing Category
Software
12326 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
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…
What Defines a Software Developer? Navigating Beyond Technical Expertise
Defining any profession is a complex task, and the domain of software development is no exception. It requires…
PDF generation with Gotenberg
Gotenberg is a Docker-based stateless API for PDF generation from HTML and Markdown files. To get started, configure…