top of page
Search


R vs Python: A Battle of Data Science Titans
In data science and machine learning, two programming powerhouses, R and Python, reign supreme. As two of the most popular and...

The Tech Platform
Feb 4, 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


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 31, 2022


How to send emails in .Net Core Web API
Sending emails is an integral part of web development and a better way to connect with your users and keep them up to date with...

The Tech Platform
Jan 27, 2022


Testing file upload with Swagger in ASP.Net core
Let’s assume you have an API which is used for uploading image to the backend and you wanted to test it when the UI is still in...

The Tech Platform
Jan 25, 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


Which language is best for Web Development?
Web development It refers to the building, creating, and maintaining of websites. It includes aspects such as web design, web publishing,...

The Tech Platform
Jan 17, 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


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


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 23, 2021
bottom of page