top of page
Search
The Tech Platform
Jan 11, 2022
How to Update Data Without Rerendering an Entire Grid in Angular
Rerendering an entire Angular grid to updating a single record is very inefficient, and at times it can cause glitches due to the memory...
The Tech Platform
Jan 5, 2022
12 Mistakes Newbie Web Developers Make
We all made mistakes when we were new to web development. Mistakes are meant to be made because we can learn from them. This article will...
The Tech Platform
Dec 24, 2021
How to Migrate ASP.NET HTTP Handlers and Modules to ASP.NET Core Middleware
ASP.NET, a stalwart in web application development, has undergone significant transformations over the years. Among these changes, the...
The Tech Platform
Dec 23, 2021
How I made Google’s data grid scroll 10x faster with one line of CSS
Google Search Console is used to check indexing status and optimize visibility of our websites. You can also check which external...
The Tech Platform
Dec 21, 2021
JWT and Refresh Tokens in ASP.NET Core
In this article we’ll go through a simple example of how to implement JWT(Json Web Token) authentication and Refresh tokens in ASP.NET...
The Tech Platform
Dec 16, 2021
Certificate Based Authentication in ASP.Net core Web API
Certificate-based authentication is the use of a Digital Certificate to identify a user, machine, or device before granting access to a...
The Tech Platform
Nov 9, 2021
Node.js Server-Sent Events with Total.js framework
With the Total.js framework, you can create an HTTP route for Server-Sent Events, or you can connect easily to another server with...
The Tech Platform
Oct 29, 2021
How to Use Saga Pattern in Microservices
Using the microservices architecture has many benefits. It has become the norm for many large-scale applications. However, Microservices...
The Tech Platform
Oct 8, 2021
How to Properly Architect Your React App
Atomic Components For more detail, Click here. Atoms are your smallest building block. These are simple UI elements, like inputs,...
The Tech Platform
Sep 30, 2021
Introduction to Web Application
Web applications are software programs that are stored on a remote server and delivered over the internet through a web browser. They are...
bottom of page