Pinnedsogue·Jun 5, 2023Crafting an NSwag C# Client for Your .NET WebAPI: A Comprehensive GuideDeveloping RESTful services has become second nature to most .NET developers, especially with the advent of ASP.NET Web API. However…
Pinnedsogue·Aug 9, 2023Transitioning from Moq to NSubstitute in .NET Unit TestingUnit testing is an integral part of modern software development. For years, Moq has been a popular choice in the .NET ecosystem for…
sogue·Jun 11, 2025Transforming Microservices Development with .NET Aspire: A Real-World ImplementationHow we modernized our enterprise microservices architecture and achieved seamless local development, enhanced observability, and…
sogue·Oct 22, 2024Stop Using AutoMapper in C#: Here’s Why Manual Mapping is the Smarter ChoiceAutoMapper has become the go-to tool for object-to-object mapping in C#. It’s hailed as a time-saver and a way to reduce boilerplate code…A response icon6A response icon6
sogue·Sep 11, 2023Unlocking API Design Secrets: Patterns You Can’t Miss, Illustrated with Java and Spring Boot!A high-quality API demands more than just understanding your data and its consumers; it requires the knowledge of effective design…
sogue·Aug 8, 2023Forecasting SOL-USD: A Technical Deep Dive Predicting a $70 SolanaToday, I’m diving deep into SOL-USD, a token that has caught the eyes of many. We’re exploring its journey over the past months and making…
sogue·Jul 28, 2023Diving into Dollar-Cost Averaging with EthereumOver the past decade, the blockchain revolution has given rise to a plethora of cryptocurrencies, one of the most notable being Ethereum…
sogue·Jul 28, 2023An Analysis of Dollar-Cost Averaging in BitcoinSince its creation in 2009, Bitcoin has experienced tremendous growth, attracting attention from investors worldwide. One of the strategies…
sogue·Jul 13, 2023Introducing the Code Interpreter in ChatGPT: A New Way to Perform Real-Time Financial Analysis…The OpenAI’s ChatGPT is a powerful AI model that can generate human-like text based on the input it’s given. It can be used for a variety…