top of page
Search
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...
The Tech Platform
Jul 13, 2021
Micro APIs with OpenFaaS and .NET
Serverless functions are becoming increasingly popular, but not everything fits into that model. And although it is possible to create an...
The Tech Platform
Jul 13, 2021
Send multi-part content to an API from a .NET Core API (.NET 5.0)
Scenario — You are developing a web API that takes form data in its post method. And from that API, you need to call another API that...
The Tech Platform
Apr 6, 2021
Python Frameworks and REST API
In this article, I perform a comparative study on building a basic REST API using major Python-based frameworks — Django, Flask, and...
The Tech Platform
Mar 27, 2021
Comparing API Architectural Styles: SOAP vs REST vs GraphQL vs RPC
Two separate applications need an intermediary to talk to each other. So, developers often build bridges — Application Programming...
The Tech Platform
Mar 25, 2021
How to avoid fat controllers in ASP.NET Web API
In this article, you will learn about the Fat controllers in ASP.NET web API and how to avoid it. What is Fat controller? A fat...
The Tech Platform
Mar 18, 2021
Improving API Documentation With AWS Lambda
As a serverless service, AWS Lambda lets you run code without having to set up supporting infrastructure. Simple API calls, like I was...
The Tech Platform
Mar 17, 2021
Implementing an Effective Architecture for ASP.NET Core Web API
Abstract ASP.NET Core 3.1 is a cross-platform web framework that can be deployed to Windows, macOS, Linux or even to Containers. It’s the...
The Tech Platform
Mar 8, 2021
How to create a Client for your API — .NET Core
Nowadays, the creation of APIs is a very common solution when we want to make some features of our system available for other components....
The Tech Platform
Feb 18, 2021
How to Extract the Text from PDFs Using Python and the Google Cloud Vision API
This winter, I discovered that Wellesley College, where I am currently a senior studying Media Arts and Sciences, has an archive of over...
bottom of page