#featured, #javascript Managing React Native State with Zustand and AsyncStorage State management is a crucial aspect of any robust React Native application. Two powerful tools that can be utilized for this purpose are react-native 11/09/2023 Share
#axios, #http Mastering Axios Interceptors: Streamlining HTTP Requests for Effortless Data Handling In the world of web development, managing HTTP requests and handling data efficiently are pivotal tasks. Axios, a popular promise-based HTTP client fo 11/05/2023 Share
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
#javascript 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
#javascript, #react 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
#javascript, #react-native 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