top of page
Search
The Tech Platform
Nov 21, 2022
Arrow Function vs Regular Function in JavaScript
JavaScript provides two main ways to define functions: arrow functions and regular functions. Both serve the purpose of executing a block...
The Tech Platform
Nov 16, 2022
2 Methods to find Prime Number in Java
Prime numbers are the numbers that are divided by 1 or the number itself and cannot be divided by any other number without leaving the...
The Tech Platform
Nov 16, 2022
Best Python IDE for Linux
Python IDEs play an important role in software development by providing developers with a comprehensive set of tools to write, test, and...
The Tech Platform
Nov 11, 2022
How to make your Python Code Run fast
Python is a high-level, general-purpose programming language and the most popular programming language in the world. This language is...
The Tech Platform
Nov 10, 2022
How to Select Rows and Columns in Panda?
This article will teach us how to select Rows and Columns in Panda using [], loc, iloc. Indexing in Pandas means selecting rows and...
The Tech Platform
Nov 9, 2022
Azure Application Insights in ASP.NET Core
Azure Application Insights is an extensible application performance management (APM) service that can be used to monitor performance,...
The Tech Platform
Nov 3, 2022
Introduction to ASP.NET Core
In this article, we will discuss the ASP.NET Core. How it is different from ASP.NET. Will learn why we should use ASP.NET Core. Here we...
The Tech Platform
Oct 21, 2022
Top 5 best IDE for Terraform
What is Integrated Development Environment (IDE)? IDE is a software application that provides facilities to computer programmers for...
The Tech Platform
Oct 20, 2022
What are Static files in ASP.NET Core? How to use it?
Static files, such as HTML, CSS, images, and JavaScript, are assets an ASP.NET Core app serves directly to clients by default. Static...
The Tech Platform
Oct 17, 2022
Creating an in-memory cache for .NET 6 Web API
Caching is the technique of storing frequently accessed data at a temporary location for quicker access in the future. ASP.NET Core...
bottom of page