Nx is a set of powerful, extensible dev tools which help you scale your app and coordinate better with your team. With Nx, your team (or teams!) can work on a monorepo, which will manage multiple frontend and backend applications, all in the same workspace. Nx offers a CLI which will also help you manage your build process, your tests, and is so smart that it will analyse your codebase and only build or test code that has not been tested or built before. In this presentation, we will answer questions like “what is a monorepo”, “how can Nx improve the developer experience” (whether of an individual or of a team), “what tools does Nx offer”. At the risk of sounding cheesy, welcome to the future of integrated app development!
An introduction to Prisma and a look at how it solves common problems when working with relational databases. For developers that embrace rapid development, working with relational databases comes with a lot of challenges. But it’s possible to optimize for developer experience without compromising on reliability with Prisma – an open-source end-to-end type-safe database toolkit for TypeScript and Node.js. In this talk, we'll introduce Prisma and learn how it enables rapid and type-safe development while addressing common problems in data-centric applications.