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...
bottom of page