Browsing Category
Software
12374 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
Adding GPT to a web app. The real experience.
The goal of this article is to share my new perception of GPT’s role in SaaS. I will…
Howto turn a x86 binary executable back into C source code
Objective: turn a x86 binary executable back into C source code. Understand how the compiler turns C into…
What’s Your Approach to Data Migration & Database Versioning?
Let’s dive into the topic of data migration and database versioning in coding projects. When it comes to…
Demystifying Angular Route Guards: A Beginner’s Guide to Secure Navigation
When building a web application, chances are that you will have some routing involved at some points. However,…
How to build your own data platform. Episode 2: authorization layer. Data Warehouse implementation.
Introduction. This article is the second part of the episode about building an authorization layer for your data…
Authentication system using Golang and Sveltekit – Login and Logout
Introduction Having seen the beauty we made so far, let’s add more features so that registered and activated…
Speeding Up Page Load and Reducing the Amount of Time it Takes Using Responsive Images
Since there are many variables to take into account, including the image size, placement, display area, and user’s…
The day I discovered monorepo
Intro Hello fellow developers! If you’re like me, you may have spent some time working with microservices and…
React Native is Multi Threaded
TL;DR: React Native is multi-threaded! Disclaimer This blog represents my personal thoughts and ideas for achieving exceptional performance…
Tic-tac-toe Multiplayer Game
You can see the Demo from here 👇 https://tictactoe-multiplayer29.netlify.app For this project, I have used these libraries, ▶️…