Category

web-development

3Articles
tRPC: End-to-End Type-Safe APIs in TypeScript Without Codegen

tRPC: End-to-End Type-Safe APIs in TypeScript Without Codegen

The line between the frontend and the backend has always been a place where types go to die. In a normal REST setup you define the shape of a request and a response on the server, then you write those

RESTful API vs. GraphQL: Which API is the Right Choice for Your Project?

RESTful API vs. GraphQL: Which API is the Right Choice for Your Project?

TL;DR When deciding between RESTful and GraphQL APIs for a data analysis and display application, it is important to consider the advantages and disadvantages of each. RESTful APIs have been aroun

Get Started with Building ReactJS and Docker: A Complete Guide

Get Started with Building ReactJS and Docker: A Complete Guide

Introduction Docker is a powerful tool that allows developers to create, deploy, and run applications in a portable and scalable way. It uses containerization to encapsulate all the dependencies a