top of page
Search
The Tech Platform
Jul 29
Boosting Web Performance: Introducing MapStaticAsset in ASP.NET Core
Every user expects websites to load quickly and search engines favor speedy pages in their rankings. The developers will optimize every...
The Tech Platform
Feb 7, 2022
How to Create TypeScript Aliases?
Open your tsconfig.json file. Set baseUrl value (under compilerOptions) as “src” instead of “.” Add “paths” under compilerOptions. Start...
The Tech Platform
Jan 31, 2022
Web Development : Layers and Life Cycle of Web Development
Web development refers to the building, creating, and maintaining of websites. It includes aspects such as web design, web publishing,...
The Tech Platform
Jan 3, 2022
Adding ESLint to an Angular Micro Frontend architecture
In this post I’ll share the basic rundown of the things we had to do in order to get the linter up and running. 1. Transition from TSLint...
The Tech Platform
Sep 14, 2021
How to Configure Angular Modules Loaded by the Router
ABP Framework Angular UI has some built-in modules, each of which is a separate npm package. Every package has an exported module that...
bottom of page