Explore >> Select a destination


You are here

blog.miguelgrinberg.com
| | programminghistorian.org
2.9 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.
| | codejourney.blog
2.8 parsecs away

Travel
| | In the previous post, I talked a lot little bit about the history of the HTTP protocol and how it works. Let's dive a little bit deeper into the whole networking world. I mentioned APIs and tried to explain what they are and what they are used for (hopefully it is a bit clearer now)...
| | initialcommit.com
3.9 parsecs away

Travel
| | Learn Node.js and the Express framework with this beginner's guide. By creating RESTful web services, declaring API endpoints, sending status codes, redirects, and API security best practices.
| | schadokar.dev
37.7 parsecs away

Travel
| Setup serverless framework and create a hello function using the serverless template and deploy it on the cloud.