Browsing Category
Software
12287 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
Creating a dynamic invoice using react-print-pdf
Designing the document First, let’s model the information we would like our invoice to showcase. Let’s model your…
Create a Random Joke using React app through API
In this guide, we’ll embark on a journey to build an interactive website that dynamically fetches and displays…
What you need to know about software requirements
Imagine that you have a client who asks you to create a web application that will provide him…
Build Your First Password Cracker
Disclaimer This article is solely for educational purposes. The techniques discussed herein should not be used for unlawful…
Secure your API with these 16 Practices with Apache APISIX – part 2
Last week, we listed 16 practices to help secure one’s APIs and described how to implement them with…
Rethinking Leap Years: Why Your Favorite Programming Language’s Approach May Be Flawed
A historical mistake and how you can solve it TL;DR: Most languages fail to find the correct behavior…
How to Keep a History of MQTT Data With Python
The MQTT protocol is a simple way to connect different sources of data to applications, which makes it…
I failed the AWS Solutions Architect Associate exam, so what?!
Today I finally took the exam for the AWS Solutions Architect Associate. It has been in my yearly…
Incremental migration to Angular’s new control flow syntax
Angular v17 introduced a new control flow syntax that is built into the framework. The new syntax is…
Model Inputs: Reactive Two-Way Binding
In Angular v17, the Angular team announced that signals graduated from the developer preview (except effects) as a…