Just for fun! Questions will be visible after I’ve answered.
Loved reading your article on ipfs and torrent comparison. Will we see alternative to all things we use in web2 like http, etc. or things will overlap with each other.
Actually the way I view it is that HTTP will continue to be a foundational piece for a lot of new technologies and protocols.
1 year ago
What would be your favorite video game of all time?
Prince of *Persia! is one of the first games I remember. I also loved Mario Kart, Max Payne, and GTA.
3 years ago
Nice presentation @NextConf. What tools did you use for your presentation?
Mostly screenflow for screen and camera recording. Some assets were exported from Figma and Google Slides.
For recording video I used a Canon RP with a capture card for easy recording of both screen and video with Screenflow
3 years ago
I want to learn all of this, how I can do it?
3 years ago
What talk from NextJS Conf did you like most so far?
3 years ago
How did you build this AMA page?
This AMA page was built with Next.js, React Query, Prisma with The Prisma Data Proxy, MySQL, and Cloudinary for uploading and serving the audio.
3 years ago
What is zero-cost type safety?
Type safety with databases is a way to ensure that application code interacting with the database can only do so safely. Moreover, the return type for the query is always inferred for you, even when fetching relations.
For example, attempting to query a non-existent column will immediately raise a type error:
Prisma gives you type safety at zero cost by generating TypeScript types for you. That way, you dont have burden of manually defining types based on your database schema.
3 years ago
What developer tools do you like?
3 years ago