top of page
Search
The Tech Platform
Aug 17, 2023
How to Convert XML to JSON File in Python
XML and JSON are two different ways to represent the data. Though both are used to structure and share data, they each have unique...
The Tech Platform
Jul 26, 2023
What is JSON Used for?
In web development and data exchange, JSON (JavaScript Object Notation) has been used as a fundamental and widely adopted data...
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
Feb 13, 2023
How to build Microservice with FastAPI
In this article, we will give you a step-by-step guide to build Microservice with FastAPI. Microservices is an architectural style that...
The Tech Platform
Dec 5, 2022
12 Best API Monitoring Tool
API Monitoring refers to the practice of monitoring Application Programming Interfaces, most commonly in production, to gain visibility...
The Tech Platform
Dec 2, 2022
How to Secure Service Mesh?
In this article, we will be discussing the Microservice Mesh which includes: What is a Service Mesh? Advantages of Service Mesh...
The Tech Platform
Dec 1, 2022
APIs vs Microservices: The Difference
Here we will give you a brief introduction to APIs and Microservices and also learn what are the Similarities and the Difference between...
The Tech Platform
Oct 17, 2022
Data Protection in ASP.NET Core
In web development, keeping sensitive data safe is a top priority. ASP.NET Core recognizes this need and offers a powerful solution – the...
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...
The Tech Platform
Aug 30, 2022
What is API key? Why it is Important?
An application programming interface (API) key is a code used to identify and authenticate an application or user. API keys are available...
bottom of page