Explore >> Select a destination


You are here

www.prisma.io
| | tech.trivago.com
3.3 parsecs away

Travel
| | trivago provides travelers with an extensive collection of hotels, empowering them to compare prices and uncover the best vacation deals. With so many exceptional options available, we have intr...
| | dusty.phillips.codes
3.3 parsecs away

Travel
| | Rescript is a delightful programming language pulling in the best elements of Javascript and functional languages without the worst bits of either. In this article, we create a graphql server in Rescript.
| | juffalow.com
3.5 parsecs away

Travel
| | A brief tutorial how to create a Node, TypeScript and GraphQL server from scratch with MySQL database. The ouput is a very basic GraphQL server, which you can run, send a simple query to it and get a response. The whole project is available on GitHub.
| | www.perrotta.dev
69.9 parsecs away

Travel
| JSON Schema is a powerful validation tool to enforce a given structure and/or data type in JSON and YAML files. Problem statement: Disallow aws.iam_role1, with the implicit goal of allowing aws.iamRole. Because naming and sticking to conventions is hard. Illustration: aws: iamRole: fooArn iam_role: barArn # <-- disallow