Rust Isn’t Always the Answer: FFmpeg’s Bold Defense of C Post date September 8, 2025 Post author By Rahul Beniwal Post categories In C#, rust, rust-vs-cpp
No More Hidden Bugs: Why Rust Requires Strict Boolean Checks Post date August 18, 2025 Post author By Rahul Beniwal Post categories In if, if-condition, rust, software-development
Modern Python Development with pyproject.toml and UV Post date February 12, 2025 Post author By Rahul Beniwal Post categories In pyproject, python, software-development, uv
Building a Distributed Rate Limiter With Python Post date February 10, 2025 Post author By Rahul Beniwal Post categories In rate-limiting, software-development, system-design-concepts, system-design-interview
Timeless Lessons from a 1983 System Design Masterpiece. Post date December 31, 2024 Post author By Rahul Beniwal Post categories In programming, programming-fundament, software-development, system-design-interview
Let’s implement JSON-RPC (JSON Based Remote Procedure Calls) from scratch Post date November 8, 2024 Post author By Rahul Beniwal Post categories In backend-development, python, python-programming, software-development
Understanding Big-Endian and Little-Endian: A Complete Guide Post date October 24, 2024 Post author By Rahul Beniwal Post categories In c-programming, computer science, python
Why 0.1 + 0.2 != 0.3 in Python: Floating-Point Precision Explained Post date October 8, 2024 Post author By Rahul Beniwal Post categories In floating-point-number, python, python-programming, software-development
30 Programming Jargons You Must Know — With Python Examples. Post date October 3, 2024 Post author By Rahul Beniwal Post categories In python, python-programming, software engineering, software-development
Crafting Python ORM: Advanced Meta Programming Techniques. Post date October 3, 2024 Post author By Rahul Beniwal Post categories In django, python, python-programming, software engineering, software-development
18 Programming Concepts You’ve Never Heard of (But Should!) Post date September 19, 2024 Post author By Rahul Beniwal Post categories In JavaScript, programming, programming-concepts, python, software-development
Is OOP Dead? Examining Rust and Go’s Approach to Programming Post date September 16, 2024 Post author By Rahul Beniwal Post categories In object-oriented, oop, programming, python, software-development
Speeding Up Python Dependency Management: A 10x Improvement Guide Post date September 12, 2024 Post author By Rahul Beniwal Post categories In dependencies, performance, pip, python, uv
Rust vs C: Who Will Be Python’s Future Performance Partner Post date September 8, 2024 Post author By Rahul Beniwal Post categories In cpython, python, python-vs-rust, rust
Getting Started with Cython: Boosting Python Performance Post date August 1, 2024 Post author By Rahul Beniwal Post categories In cython, performance, python
Mastering Git log Post date July 18, 2024 Post author By Rahul Beniwal Post categories In git, version-control
Understanding the IEEE 754 Double-Precision Floating-Point Representation Post date July 16, 2024 Post author By Rahul Beniwal Post categories In floating-points, ieee, python
Database Sharding 101 With Python. Post date July 14, 2024 Post author By Rahul Beniwal Post categories In database, python, sharding, system-design-concepts