When developing modern APIs, there a few options to choose from. REST is not a standard but instead style. Trust is constantly broken between the API and client. gRPC and GraphQL provide standards but require complex tooling.
Achieving a consistency in data, as well as a great developer experience seemed impossible until now. tRPC exist to provide type safety end to end, ensuring the contract for the API boundary can be trusted by default. Join me in learning how to build typesafe APIs with tRPC and TypeScript and staying cutting edge with the tooling to do it.
Tools learned:
- typescipt
- trpc
- create-t3-app
Interview:
What is the focus of your work these days?
In the past couple of months I've been working on building an open source platform to get people excited about contributing, but also helping companies to finance open source, and most recently have been building APIs to support that work.
What's the motivation behind your talk?
The motivation behind this talk is that we were exploring building an API for the product that I was working on, and there's a lot of tools out there. It's been a while since I've built brand new APIs, so I've been hearing about tRPC for a while from friends and other engineers that I've worked with, so I decided to take the plunge, do some research, and this talk itself is the culmination of all that research.
What is the target audience?
The target audience is front-end or full stack devs that are working in JavaScript or TypeScript and looking for what's next or what's new about building APIs. So if you're working on a front-end app, this will be valuable to you because you'll know how to build your own API without waiting for a back-end team. If you are a back-end engineer, and you want to help support front-end engineers, you'll also have a good understanding of how you could support this with end-to-end type safety.
What are the main takeaways from your session?
I would say that the entire approach of TypeScript has changed in the last year with these new updates and how ergonomic it's become. I think if you haven't tried TypeScript, definitely try it out now and hopefully this talk will get you interested in that. But also tRPC is only a couple of years old, so this is now the time. It's really early. There's still lots of missing documentation, which I'll mention in my talk, but really I would love for people to walk away excited about working with this technology and helping support the community in open source and creating documentation, examples, etc.
Speaker
Brian Douglas
Co-founder & CEO @saucedopen, previously led Developer Advocacy by showcasing newest features @Github
Brian Douglas is the founder and CEO of Open Sauced where he works on increasing the knowledge and insights of open-source communities. In the past he’s lead Developer Advocacy at GitHub by fostering a community of early adopters through content creation showcasing the newest Github features.
Brian has a passion for open-source and loves mentoring new contributors through Open Sauced, the platform that empowers the best developers to work in open-source.