|
You are here |
glama.ai | ||
| | | | |
www.marcogomiero.com
|
|
| | | | | SERIES: Building a backend with Ktor Part 1: Structuring a Ktor project Part 2: How to persist Ktor logs Part 3: How to use an in-memory database for testing on Ktor Part 4: How to handle database migrations with Liquibase on Ktor Part 5: Generate API documentation from Swagger on Ktor Part 6: How to schedule jobs with Quartz on Ktor Part 7: Moving from mobile to backend development with Ktor When a backend project exposes some APIs, there should also be a place where the clients of those APIs can see an... | |
| | | | |
www.perrotta.dev
|
|
| | | | | 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 | |
| | | | |
palantir.github.io
|
|
| | | | | TSLint documentation. A linter for the TypeScript language. | |
| | | | |
marcospereira.me
|
|
| | | In this post we summarize the math behind deep learning and implement a simple network that achieves 85% accuracy classifying digits from the MNIST dataset. | ||