Browsing Category
Software
11699 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
What is the difference between FP16 and BF16? Here a good explanation for you
Floating-Point Representation: FP16 (Half Precision): In FP16, a floating-point number is represented using 16 bits. It consists of…
Building a PostgreSQL Database for E-commerce
Designing a database for an e-commerce platform is essential for data management. This article provides a brief guide…
Guardrails AI, AAAL Pt.5
As I explored the landscape of adversarial robustness in LLMs, Guardrails AI stood out for its open-source approach…
Keeping User-Uploaded Files Malware-Free: What’s Your Approach – Idea Validation
It can be tricky to keep user-uploaded files like profile photos and documents in an app malware-free. I’m…
API Documentation With Swagger And Redoc – FastAPI Beyond CRUD (Part 21)
In this video, we explore API documentation with FastAPI, we look at how it automatically generates detailed API…
Replacing Switch Statements with ChainStrategy
Problem Statement This article is a quick introduction and example of implementing a strategy via the ChainStrategy library.…
Remote Workers, Beware: 5 Cybersecurity Pitfalls That Could Ruin Your Job (And How to Avoid Them!)
In the age of telework—cyber threats lurk behind every click, and your home office could be a hacker’s…
How to create a global package using Node.js
Creating a global package with Node.js allows you to use your custom scripts and tools from any directory…
Python – Assignment Operators
We will see about 4 assignment operations in Python as below, Less than Greater than Equals to Not…
Day 27 of 100 Days of Code
Sat, July 27, 2024 Today I’m finishing up the last project. On the one hand, I understand the…