top of page
Search

The Tech Platform
Oct 18, 2021
.Net 5 Web API with Ocelot - Multiple Auth Schemes JWT
Ocelot its a great package which provide resources to build Api gateways. If you aren’t familiarized with this concept, check this link...


The Tech Platform
Sep 29, 2021
How to Perform Named Entity Recognition (NER) in Python
Due to all the potential special cases and other issues, attempting to set up a system for recognizing named entities (NER) can be quite...

The Tech Platform
Sep 28, 2021
Bad-request vs Unprocessable-entity
Introduction One of the most important aspects of a great API is the way in which it responds to its clients. How it returns the expected...

The Tech Platform
Sep 14, 2021
Use of Custom API in Power Automate Flow
since Microsoft is moving away from Dynamics 365 CRM Workflows to Power Automate Flows, we should too. So, in this blog, we will see how...


The Tech Platform
Sep 11, 2021
Get the Sitemap URL for an HTML Document in Node.JS
Need to retrieve the sitemap link URL from your HTML document? We’ve got you covered. In this brief tutorial, we will demonstrate how you...

The Tech Platform
Aug 18, 2021
A scratch guide to API versioning in ASP.NET Core
If I call an API with a URL of https://mybandapi.com/api/bands/4, I’ll get the following response: { "id": 4, "name": "The Eagles, man" }...

The Tech Platform
Aug 13, 2021
DtoMapper — Data Transfer Object Pattern implementation in Java
When designing modern scalable server applications, we most often use a multi-layered architecture relying on best patterns and...

The Tech Platform
Aug 6, 2021
What is FastAPI? What are the important Feature of FastAPI.
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. Uses:...

The Tech Platform
Jul 30, 2021
How to query with GraphQL?
Getting too much data than what is needed, getting less data than we want, querying multiple endpoints for required data. These are some...


The Tech Platform
Jul 14, 2021
Let’s Build a CRUD Website with HTML, CSS, JavaScript and an External API
In this article, we will give you a tutorial for creating a web application with just only basic HTML, CSS and JavaScript (based on...
bottom of page