Roy Derksforhackteamgethackteam.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...Discuss·53 likes·350 readsGraphQL
Temitayo Ogunsusifortemitayoogunsusi.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...Samuel Afolabi and 4 others are discussing this5 people are discussing thisDiscuss·15 likes·765 readsJWT
Elena Marinakiforelenamarinaki.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...Discuss·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...DiscussGraphQL
StefanforWunderGraphwundergraph.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...DiscussGraphQL
Tawaliou ALAOforTawal Dev Universetawaldevuniverse.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...Discuss·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...Discuss·37 readsDebuggingFeb
Elena Marinakiforelenamarinaki.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...Discuss·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...DiscussAPIs
Adeesh SharmaforAdeesh's Software Engineering Insightsadeesh.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...Discuss·120 readsReact
Dom FoleyforDom Foley Devdfoley.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...Discuss·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...Discuss·35 readsGraphQL
Roy Derksforhackteamgethackteam.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...Discuss·53 likes·350 readsGraphQL