Generating Secure Random Passwords in Azure Bicep TemplatesCurrently, there is no built-in functionality in Bicep to generate secure passwords at runtime. But we can solve this problem using Azure…Jan 29Jan 29
Published inITNEXTBoosting Developer Productivity with Azure Developer CLIUsing azd Templates for .NET and SQL Server DeploymentsJan 19Jan 19
Published inLevel Up Coding.NET Strategies to Reduce Code Branching with Declarative C# TechniquesWe can see a big difference between declarative and imperative programming as we explore different styles of programmingJan 151Jan 151
Published inITNEXTTerraform and Ansible on AzureBuilding robust infrastructure on cloud platforms like Azure can seem tough, but using Terraform to provision infrastructure and Ansible…Dec 23, 20241Dec 23, 20241
Published inLevel Up Coding.NET Strategies to Bypass Branching Madness: Tactics for Lean Domain Logic in C#How the use of middlewares, AOP, and model validation to refactor ASP.NET ControllersDec 23, 20241Dec 23, 20241
Published inLevel Up Coding.NET Strategies to Simplify Data Processing in C#: A Guide to Design PatternsLet’s dive into four design patterns that can help us simplify complex data processing tasks in C#.Dec 17, 2024Dec 17, 2024
.NET Strategies to Simplify Asynchronous Code in C#The Journey from Nested Callbacks to Elegant SolutionsDec 17, 2024Dec 17, 2024
.NET Strategies with Advanced Iteration Techniques for C# CollectionsWe aim to simplify complex control structures and minimize the need for complex branching logic in C#.Dec 13, 2024Dec 13, 2024
Published inLevel Up CodingNET Strategies to Flatten C# Loops with LINQ and BeyondIf you’ve ever been lost in the labyrinth of nested loops and branching statements, you know how complex and unreadable code can get. As…Dec 12, 2024Dec 12, 2024
Published inQuick CodeAdvanced .NET Technique: Custom AttributesREST API-like Controllers to Subscribe to PubSub MessagesDec 7, 2024Dec 7, 2024