Browsing Category
Software
12321 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
Protecting sveltekit routes from unauthenticated users
While developing a SvelteKit app, I found myself contemplating the intricacies of authentication, specifically regarding the proper storage…
A counter that listen keyboard events 🕹️
How to make a dynamic number counter so that when you press the up arrow, a number is…
Git commands that every coder should know
Git commands that are really common and everyone should know: git init git clone git add git commit…
5 Docker Extensions to make your development life easier
Docker Extensions are fairly new to the tech domain, and many people haven’t explored this. I thought this…
IP Address
Well here comes the major question in the entire IT industry , What is an IP Address and…
Flutter University: Best Flutter Handbook Out There
Building the ultimate resource for Flutter developers. Wish I had this when I started learning Flutter 3 years…
Replace Your Authentication System with Face Recognition using FACEIO’s fio.js, & Tailwind.css
In the realm of web development, user authentication has traditionally been dominated by username and password combinations. However,…
Disrupting the Status Quo: PR-Agents Reimagined
The Emergence of PR-Agents In the tapestry of software development, the role of PR-Agents is a relatively new…
How to become a better web developer in 2024
Introduction Web development is a highly in-demand and popular skill these days. So if you’re at a crossroads…
Using Blueprint to Organize Flask Apps
Introduction Large applications can become complex and difficult to manage due to the presence of numerous components and…