top of page
Search
The Tech Platform
Jun 29, 2022
REST vs gRPC vs GraphQL: The Key Difference
REST (Representational State Transfer) REST is one of the most used API technology among the three options. REST uses various HTTP verbs...
The Tech Platform
Feb 24, 2022
Building GraphQL API With .Net 5 — EF Core And Hot Chocolate
Introduction GraphQL is an open-source query language, originally developed by Facebook. It was in the year 2012 that Facebook chose to...
The Tech Platform
Feb 9, 2022
Directus with MSSQL and Docker
What is Directus? Directus is an open source data platform, which enables anyone in an organization — from developers to data scientists...
The Tech Platform
Sep 22, 2021
RESTful API development in .NET 5 with Protocol Buffers and Cybtans-CLI
The Cybtans Command Line Interface aka Cybtans CLI is a cross-platform Protocol Buffers compiler for the development of RESTful APIs with...
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 27, 2021
Getting started with GraphQL in Python with FastAPI and Graphene
What is GraphQL GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides...
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 12, 2021
An Introduction Tutorial To Apollo GraphQL Federation
In this article, we will see what is Apollo Federation and what kind of problem that federation is trying to solve with a real-time...
The Tech Platform
Mar 6, 2021
Solving the N+1 Problem for GraphQL through Batching
The n+1 problem means that the server executes multiple unnecessary round trips to datastores for nested data. In the above case, the...
The Tech Platform
Mar 6, 2021
Easy Configuration GraphQL Server with Apollo Server 2 and FireBase Cloud Functions (Google Cloud Fu
Using Google Cloud functions (or your favorite serverless computing provider) setting up a GraphQL Server has never been easier! I wanted...
bottom of page