How to Set up Django with Docker, PostgreSQL and React

Figuring out how to set up Django with Docker, PostgreSQL, and React can be a complex task, especially if you, like me, don’t really code much nowadays. The boilerplate effort around configuring these technologies is often the first thing I forget with each re-immersion. This article serves as a reminder for how to kickstart aContinue reading “How to Set up Django with Docker, PostgreSQL and React”

Web Scraping, Part 3: Scraping Case Study

In this post, we’re going to use what was covered on web scraping in the first two posts (#1 and #2) in this series for a web scraping case study: scraping contact details for all of the jewelers certified by the American Gem Society.  The AGS is an organization that “[helps] protect the jewelry-buying public from fraudContinue reading “Web Scraping, Part 3: Scraping Case Study”