Explore >> Select a destination


You are here

blog.miguelgrinberg.com
| | devremote.io
14.1 parsecs away

Travel
| | Prisma is a modern, open-source data access layer that provides a flexible and intuitive way to work with databases. It allows you to interact easily with your data by providing a clean, declarative API and robust tools for building complex queries. This article will explore how to set up Prisma
| | programminghistorian.org
12.6 parsecs away

Travel
| | [AI summary] The text provides an in-depth explanation of creating a web API using Python and Flask, with a focus on a Distant Reading Archive project. It walks through the implementation of an API that retrieves data from an SQLite database, allowing filtering by book author, publication year, or ID. The API's functionality is demonstrated through examples of real-world applications such as data visualizations and Twitterbots. The text also discusses API design principles, including RESTful architecture, query parameter handling, and error management.
| | peteris.rocks
12.8 parsecs away

Travel
| | Explanation of everything you can see in htop/top on Linux
| | brunoscheufler.com
31.6 parsecs away

Travel
| When you build a service focused around a GraphQL endpoint, you might think of testing strategies that can make use of it. After all, your resolvers will contain large parts of the actual business logic, otherwise, exposing an API wouldn't be useful, would it?...