Browsing Category
Software
12254 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
Retro: Working with the Playwright Framework
Welcome to a Simple Introduction to Playwright In this introductory piece, I explore the basics of the Playwright…
How I Manage to Do Everything I Love: Time Blocking Tips and Personal Insights
Ever feel like your life is juggling flaming torches while riding a unicycle? Time blocking might be the…
Memory-efficient mass data transfer between Excel and database using Apache POI, Spring Event, Async Threads
Create an Excel file with millions of rows of data from the database with minimal impact on heap…
Dynamic Vs. Static NFTs: Key Use Cases and Examples
Non-fungible tokens (NFTs) offer a unique way to represent the ownership and value of digital assets on the…
Python *args and **kwargs
[python]: In Python, *args and **kwargs are used to pass a variable number of arguments to a function.…
Creative ways to use Array.map()
Hello fellow developers! Have you ever wondered about the various ways to use the array.map() function to achieve…
The Future of Software is Couture: Tailoring Technology to Individual Needs
Software development is at a crossroads. The one-size-fits-all approach is fading, replaced by a future where software is…
How To Tell An Amateur Programmer From a Professional
You are always learning new programming languages or frameworks. I think all of us have fallen victims to…
Azure Storage – On-Behalf-Of token and audit log
📮 Contact 🇧🇷 🇺🇸 🇫🇷 Twitter LinkedIn Setting Up Front-End and Back-End Applications with Azure Blob Storage Access…
Software Design and Architecture: Understanding Their Roles and Challenges in Development
Well, I’m starting to read the excellent book “Clean Architecture: A Craftsman’s Guide to Software Structure and Design”…