Roy Derksgethackteam.hashnode.netยทNov 28, 2022FeaturedCan you compare GraphQL and tRPC?There have been many discussions on Twitter around "GraphQL versus tRPC" for building a modern backend for your application. GraphQL has become popular in recent years as the defacto successor to REST, while tRPC solves the problem of end-to-end safe...53 likesยท350 readsGraphQL
Temitayo Ogunsusitemitayoogunsusi.hashnode.netยทNov 26, 2022Implementing JWT Authentication with TRPC and ExpressWith the surge in APIs and their consumption among web companies globally, API security has become increasingly important. JWT authentication is a standard way of protecting APIs. It excels at validating the information sent over the wire between AP...15 likesยท765 readsJWT
Elena Marinakielenamarinaki.hashnode.netยทFeb 10, 2023GraphQL vs tRPCIntro Modern developers today have a great variety of technologies to achieve the same thing. As exciting as this is, it can also get overwhelming when choosing a stack for your next project. The tools to develop APIs fall into this category. Many ap...11 likesยท156 readsGraphQL
Stefanstefanatwundergraph.hashnode.netยทApr 23, 2023Is GraphQL dying? 2023 Trend Analysis of REST, GraphQL, OpenAPI, SOAP, gRPC and tRPCToday I've noticed a post on /r/webdev stating that GraphQL is trending down. Is this really the case, or are the numbers lying to us? Let's take a closer look at the data and see if this is really true. First, let's have another look at the original...GraphQL
Stefanwundergraph.hashnode.netยทApr 2, 2023Is GraphQL dying? 2023 Trend Analysis of REST, GraphQL, OpenAPI, SOAP, gRPC and tRPCToday I've noticed a post on /r/webdev stating that GraphQL is trending down. Is this really the case, or are the numbers lying to us? Let's take a closer look at the data and see if this is really true. First, let's have another look at the original...GraphQL
Tawaliou ALAOtawaldevuniverse.hashnode.netยทMar 4, 2023Some tips when using T3 Stack: Part 1In my last article, I introduced the side project that I'm building and the tools (stacks) I'm using. And explain why I choose T3 Stack to build the project. Good, in this article I'll share some tips I discovered using T3 Stack when building the pro...104 readstrpc
Jaideep Guntupallijaideepguntupalli.hashnode.netยทFeb 16, 2023The Great Email Debacle: How I Forgot to Update My Settings and Almost Lost My MindIt was just another regular day at the campus of Indraprastha Institute of Information Technology (IIIT) Delhi. I was working on a Next.js project with tRPC as the backend for my course project. I was implementing the email feature using nodemailer a...37 readsDebuggingFeb
Elena Marinakielenamarinaki.hashnode.netยทFeb 10, 2023GraphQL vs tRPCIntro Modern developers today have a great variety of technologies to achieve the same thing. As exciting as this is, it can also get overwhelming when choosing a stack for your next project. The tools to develop APIs fall into this category. Many ap...11 likesยท156 readsGraphQL
Vinit Parekhvinit17.hashnode.netยทFeb 1, 2023Know which API to use for your specific use-caseHello guys! I hope you are doing well and exploring the cool stuff in the tech world like me. I'm Vinit Parekh, in this article I'm going to discuss some types of APIs, specifically the pros and cons of those APIs so we can identify when to use those...APIs
Adeesh Sharmaadeesh.hashnode.netยทFeb 1, 2023Building an Express, tRPC and React monorepo setup with yarn workspaces, tailwind, zod and react-queryIntroduction In this article, we will see what tRPC is, what benefits it provides and how we can set up a monorepo project with an Express backend serving tRPC requests and a React client using tRPC to query and mutate data. In the demo, we will be b...120 readsReact
Dom Foleydfoley.hashnode.netยทJan 15, 2023Exploring new technologies with create-t3-app.Recently, I have used the T3 Stack to create a type-safe, full-stack Next.js web application. Before this project, I had no prior experience with any of these technologies, but thanks to create-t3-app, created by nexxel, the setup process was effortl...45 readsProgramming Blogs
Stefanstefanatwundergraph.hashnode.netยทDec 13, 2022The simplicity of tRPC with the power of GraphQLI'm a big fan of tRPC. The idea of exporting types from the server and importing them in the client to have a type-safe contract between both, even without a compile-time step, is simply brilliant. To all the people who are involved in tRPC, you're d...35 readsGraphQL
Roy Derksgethackteam.hashnode.netยทNov 28, 2022FeaturedCan you compare GraphQL and tRPC?There have been many discussions on Twitter around "GraphQL versus tRPC" for building a modern backend for your application. GraphQL has become popular in recent years as the defacto successor to REST, while tRPC solves the problem of end-to-end safe...53 likesยท350 readsGraphQL