top of page
Search
The Tech Platform
Jan 5
Choosing the Right JavaScript Framework: A React vs Vue vs Angular Comparison
Ever wondered why JavaScript frameworks are a crucial element in web development? JavaScript frameworks are essential tools in web...
The Tech Platform
Jun 16, 2023
Building Angular Apps with MySQL: A Step-by-Step Guide
Web applications enable us to interact with dynamic content, perform complex tasks, and provide seamless user experiences. Angular, a...
The Tech Platform
May 29, 2023
Building Dynamic PWAs in Angular and ASP.NET Core with a Multi-Tenant Project
Progressive Web Apps (PWAs) have revolutionized web development by providing a seamless user experience with offline capabilities and...
The Tech Platform
Mar 9, 2023
How to integrate with Angular using ASP.NET Web API?
Integrating ASP.NET Web API with Angular involves building a web service using ASP.NET Web API that can be consumed by an Angular...
The Tech Platform
Jul 18, 2022
State Management in Angular with NgRx
Angular State Management is a user interface programming technique, that is in fact, state management in Angular. It may also be referred...
The Tech Platform
Jul 11, 2022
Checking Orleans with the PVS-Studio analyzer
Introduction Orleans is a cross-platform framework for creating scalable cloud applications. This software is developed by Microsoft, and...
The Tech Platform
Jul 7, 2022
What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...
The Tech Platform
Jun 16, 2022
Detecting Idle Users in Your Angular App
Occasionally the applications we work on need to react in a particular way if the user is inactive for a certain amount of time. For...
The Tech Platform
Jun 8, 2022
The QueryList
The QueryList is the return type of ViewChildren and contentChildren . QueryList stores the items returned by the viewChildren or...
The Tech Platform
Jun 1, 2022
When to Use Angular ControlValueAccessor and What’s the Difference Without It?
ControlValueAccessor provides the ability to use FormControl with any component that implements this interface. This gives a lot of...
bottom of page