Introduction to Minimal APi in .Net 6 Minimal APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to include only the mi 5/27/2023 Share
Ordering, Grouping by Key and Sum An Array of Objects in JavaScript I was recently required to group an array of objects by key and sum the amount so that there will be no duplicates. For clarity, given an array of ord 11/06/2022 Share
#react, #react-native Context API vs Redux React is a data-driven component UI in which data is passed from parent to child as props. This makes development easy but becomes problematic when yo 10/20/2022 Share
#javascript, #typescript JavaScript Distinct Record : How to Get Distinct Record From Array In some cases during development, there may be a need to return unique records from a JavaScript array with duplicate records. Let's take a look a 10/20/2022 Share
React Native Typescript: Building React Native Login, Register and Dashboard Screen with Tailwind CSS and Typescript In this article, I will show you step by step process of building three React Native screens - Login, Register, and Dashboard using Typescript , Reac 8/07/2022 Share
#asp-net-core, #c-sharp How to Encrypt and Decrypt Connection Strings and Other Configuration Information in ASP.NET 6.0 One of the various ways application configuration can be performed using configuration providers in ASP.NET Core is by using appsettings.json file, w 7/30/2022 Share
#asp-net-core, #featured How to Access Configuration Settings (IConfiguration) in Static Class ASP.Net Core 6.0 Recently, I had a scenario that required resolving dependency injection in a static class within ASP.Net Core 6.0 application. The Problem We need to in 7/30/2022 Share
#asp-net-core, #featured ASP.Net Core Web API tutorial: Building a secure book review RESTful API with ASP.Net Core 6 and JWT Part 1 Introduction ASP.Net Web API allows us to build a RESTful API. It uses HTTP protocol to communicate between clients and servers to serve data. In this 7/28/2022 Share
#asp-net-core, #c-sharp Upload File To Azure Blob Storage using client library v12 for .NET Source Code Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstr 4/09/2022 Share