Explore >> Select a destination


You are here

www.bentasker.co.uk
| | programminghistorian.org
3.8 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.
| | davidyat.es
4.2 parsecs away

Travel
| | Ive been peripherally aware of the IndieWeb movement for a few years now mostly because they seem to like RSS almost as much as I do but Ive only recently dug into it.
| | www.taniarascia.com
4.3 parsecs away

Travel
| | Recently, I wanted to create and host a Node server, and discovered that Heroku is an excellent cloud platform service that has free hobby...
| | nguyenhuythanh.com
18.6 parsecs away

Travel
| I named this post "Good" Practices, not "Best", since I believe that there is hardly a silver bullet that can be used to solve everything, technology oriented or not. The practices are good since they fit my case, and I hope that it would give you (or my future self) some useful insights. Monorepo Development Style Normally, we are used to Angular CLI's new command: ng new The style is normal for a "multi-repo" development style, where we split our projects into multiple repositories (Git repository to be precise).