top of page
Search


Memory Management in Operating System
Memory Management is the process of coordinating and controlling the memory in a computer, Blocks are assigning portions that are...
The Tech Platform
Feb 17, 2022

Best Open-Source Kubernetes Monitoring Tools and Security Tools
Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both...
The Tech Platform
Feb 8, 2022

Hexagonal Architecture: Principles and Layers of Hexagonal Architecture.
Hexagonal architecture is a model or pattern for designing software applications. The idea behind it is to put inputs and outputs at the...
The Tech Platform
Feb 7, 2022

YAML (Yet Another Markup Language): How It Works? Which is Better - YAML or JSON
YAML (Yet Another Markup Language) is a data serialization language that is often used for writing configuration files. Depending on whom...
The Tech Platform
Feb 7, 2022

Simple Steps to Convert an ASP.NET Core with Angular App to a Desktop App
In this blog, we are going to walk through how to convert an ASP.NET Core with Angular (2 to 9+) web application to a desktop app. We are...
The Tech Platform
Feb 4, 2022

The JavaScript Event Loop: Explained
The JavaScript event loop is a fundamental concept in JavaScript that enables asynchronous programming. JavaScript itself executes all...
The Tech Platform
Jan 20, 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 11, 2022

4 Major Benefits of Using AutoML over Hand Coding
Everywhere you look, companies are identifying ways to use data to improve or resolve business problems. Automated machine learning...
The Tech Platform
Jan 10, 2022

Entity Framework Performance Tips & Tricks
In this article we’ll go through simple things to keep in mind while using Entity Framework to improve the performance of our code....
The Tech Platform
Dec 30, 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 24, 2021
bottom of page