Admir MujkicinBootcamp3 Simple API Optimizations That Are UnderratedDuring my career working and designing APIs for different projects, I’ve picked up several optimization techniques. Most are theoretical…5d ago5d ago
Admir MujkicinBootcampWhy I Stopped Using Else in CodeOne change that can make a big difference in the readability and maintainability of C# code is avoiding the else keyword. This might seem…Nov 52Nov 52
Admir MujkicinBootcampSay Goodbye to Boolean FlagsEveryone knows domain models is at the heart of software. That being said, there is a lot to go wrong with the design process. One…Sep 33Sep 33
Admir MujkicWhere to Store Connection String SecurelyStoring connection strings securely is important to protect your applications, especially when working with cloud services like Azure SQL…Aug 30Aug 30
Admir MujkicinBootcampWhy Software Architects Should Get Their Hands DirtyAs a software architect, I’ve observed that the role is often perceived as a high-level, strategic position, detached from the daily coding…Aug 29Aug 29
Admir MujkicinBootcampWhy I Believe No-Code Platforms Are a TrapImagine next, you have an amazing app idea, but you do not know how to code it. Fortunately, in this day and age you do not necessarily…Aug 29Aug 29
Admir MujkicProgressing from 0 to 1 is challenging, but striving for perfection is even rarerSoftware development is like traveling through uncharted territories. Every step forward, from the initial idea to a functional product…Jun 2Jun 2
Admir MujkicUnderstanding Class Performance in C#Performance cost of class structures is important when it comes to software development. This article presents the outcomes of benchmark…May 20May 20
Admir MujkicScaling Azure SignalR Services for High-Concurrency ApplicationsSignalR is a library for ASP.NET developers that reduces the complexity of creating real-time web functionality to integrate it into…Apr 24Apr 24
Admir MujkicMiddleware in .NET 8The development of ASP.NET Core simplified the development process by adding the concept of middleware to replace older technologies such…Apr 18Apr 18