Creative Bracket

Tag - apis

Write your first Web Scraper

In this tutorial, we will write a web scraper to query the Hacker News homepage for a list of the latest articles with their URLs. We will produce a JSON string containing our results based on the scraped data. We will...

Build Web APIs with Aqueduct #1

A couple of months ago I wrote a series of articles based on the Aqueduct framework for Dart. We developed a RESTful API serving up a list of reading materials from a PostgreSQL database. In this series of videos, we...