According to the Zod , it's a TypeScript-first schema declaration and validation library. One might not need Zod, however. I think one…
Custom environment variables that is declared once and is available globally can increase the efficiency. Create React App (CRA) provides…
Template for ASP.NET MVC (.Net Framework 4.x.x) with React 17 with Typescript & Webpack 5. This is the follow-up post of this blog and blog…
Redux is a popular state management tool for React. Now, implementing Redux has become even easier and simple with the release of Redux…
Updated: Template for ASP.NET MVC (.Net Framework 4.x.x) with React 17 & Webpack 5. This is the follow-up post of this blog What's new in…
Due to COVID-19 crisis, most of the developers are working from home. It's obvious to have multiple monitors. However, there are also many…
Possibility of using MySQL (or MariaDB) with .Net Core opens an opportunity to use open-source & free database. Moreover, one can take…
Sometimes it is necessary to overcome browser restrictions(making AJAX requests to another domain). CORS (Cross Origin Resource Sharing…
Truncating multiple line text using pure CSS can be done, however, it has some caveats. There a JavaScript solution might be ideal in some…
A promise is an object that represents the completion (or failure in worst case) of an asynchronous operation and the operation value…
RazorEngine tries hard to delete the temporary files it creates, but it's not always possible, especially, if running from default AppDomain…
Substitute View of MVC or build front-end of Web API 2 with React JS. This template bundles, splits, minifies & injects scripts & styles on…