If youβve been writing Go code for a while, youβve probably come across range loops. Theyβre elegant, concise, and incredibly handy for iterating over slices, maps, and channels. But did you know that their behavior can sometimes be counterintuitive, leading to subtle bugs in your code? In thi...
Navigating the Softwareβ£ Developmentβ€ Journey: Aβ Comprehensive Overview In today’s technologically driven βworld, β’software plays a pivotal role β£in virtually every βaspect of our lives. From the apps we useβ€ to βcommunicateβ’ with friends and family to the β’comple...
Over-optimized loops hurt the eyes TL;DR: Don’t optimize loops without a clear need and concrete real-world evidence Problems Table of Contents Problems Solutions Context Sample Code Wrong Right Detection Exceptions Tags Level AI Generation AI Detection Conclusion Related Reading Solutions Kee...
Finding the right resources is essential if you’re on a journey to becoming a skilled web developer or full-stack engineer. GitHub is a goldmine for such resources, with repositories that cover everything from basic HTML and CSS to advanced topics like full-stack MERN development and Python we...
This article outlines how to transition from singletons to dependency injection in a SwiftUI app with minimal effort. If you’re here, you likely already know that you should avoid singletons with various of reasons like: Hidden Dependencies: Classes rely on singletons without explicit indicato...
I have been writing code professionally for more than five years now. For the first four years, I never cared about the size of my pull requests (PRs). However, in the last year, I transitioned from submitting massive PRs with thousands of lines of changes to breaking them down into smaller, more ma...
Multi-tenancy is a critical aspect of contemporary software architecture. It assists in overcoming significant difficulties, particularly for SaaS software.Β Multi-tenancy impacts various application layers, ranging from the database to the front-end. Authentication is one of the sectors significant...
Hello π Table of Contents Hello π WTF Are Macros? π Unveiling the Magic πͺ We Can Do Better: Mixins 𧩠The Poor IDE π₯² And So It Ends.. How often have you wished for a method that doesn’t exist on collections or string helpers? You start chaining methods, only to hit a wall when...
What is a Directory and Why Do You Need One? Table of Contents What is a Directory and Why Do You Need One? What is a Directory? Why Should You Care as a Maker? My Directory Portfolio The Plan Owning a directory = owning a free infinite marketing channel. I build at least 1 new […]...
Whenever I hear about a contribution to an open-source project, I always think it’s a big deal. Earlier this year, I wanted to contribute to an open-source project, but I couldn’t because I didn’t know how to use my skills to contribute. I reached out to a senior developer for guid...