HN user

mjhea0

1,132 karma

http://mherman.org

Posts686
Comments362
View on HN
github.com 6y ago

A curated list of things related to FastAPI

mjhea0
2pts1
github.com 6y ago

Awesome Flask – a curated list of things related to Flask

mjhea0
1pts0
testdriven.io 6y ago

Continuously Deploying Django to DigitalOcean with Docker and Gitlab

mjhea0
7pts0
testdriven.io 6y ago

Dockerizing Django with Postgres, Gunicorn, and Nginx – Updated

mjhea0
3pts0
testdriven.io 7y ago

Django vs. Flask in 2019: Which Framework to Choose

mjhea0
4pts2
battlepac.com 7y ago

Show HN: Battle Pac – Winner Take All Fundraising

mjhea0
1pts0
testdriven.io 7y ago

Deploying Django to Heroku with Docker

mjhea0
2pts0
testdriven.io 7y ago

CSS Grid: No Nonsense Layouts

mjhea0
58pts12
testdriven.io 7y ago

Production Django Deployments on Heroku – Just Updated

mjhea0
1pts0
mherman.org 7y ago

Dockerizing a Vue App

mjhea0
1pts0
mherman.org 7y ago

Dockerizing an Angular App

mjhea0
1pts0
mherman.org 7y ago

Dockerizing a React App

mjhea0
2pts0
testdriven.io 7y ago

Deploying a Flask and Vue App to Heroku with Docker and Gitlab CI

mjhea0
2pts0
testdriven.io 7y ago

Developing a Single Page App with Flask and Vue.js

mjhea0
1pts0
testdriven.io 7y ago

Developing an Asynchronous Task Queue in Python

mjhea0
1pts0
testdriven.io 7y ago

Dockerizing Django with Postgres, Gunicorn, and Nginx – Updated

mjhea0
1pts0
testdriven.io 7y ago

Faster CI Builds with Docker Cache

mjhea0
2pts0
testdriven.io 7y ago

Just Released a New Version of “Microservices with Docker, Flask, and React”

mjhea0
1pts0
testdriven.io 7y ago

React Hooks – A Deeper Dive Featuring UseContext and UseReducer

mjhea0
1pts1
testdriven.io 7y ago

Developing a Real-Time Taxi App with Django Channels and Angular (Updated)

mjhea0
1pts0
pybrowser.readthedocs.io 7y ago

Pybrowser – simplifies browser automation designed with the end user in mind

mjhea0
1pts0
talkpython.fm 7y ago

Running Django in Production

mjhea0
1pts0
testdriven.io 7y ago

Getting Telegram Notifications from Travis CI

mjhea0
2pts0
testdriven.io 7y ago

Production Django Deployments on Heroku

mjhea0
1pts0
testdriven.io 7y ago

Primer on React Hooks

mjhea0
3pts0
github.com 7y ago

Reckoner – Simplify Management and Installation of Multiple Helm Chart Releases

mjhea0
2pts0
testdriven.io 7y ago

Running Cypress Tests in Parallel

mjhea0
2pts0
testdriven.io 7y ago

Creating a Custom User Model in Django

mjhea0
2pts0
mherman.org 7y ago

Node, gRPC, and Postgres

mjhea0
3pts0
testdriven.io 7y ago

Modern Front-End Testing with Cypress

mjhea0
1pts0

Thanks!

I do load the GA and Stripe data asynchronously via XHR requests. The initial load does take quite a bit of time. After that, I cache the results to the database and load from there first so subsequent loads are much quicker.

Do you think htmx would help with this still?

Interesting.

Have any interest in expanding this into a blog post? I've been working on a similar post. Maybe we can compare notes. I'm at michael at testdriven dot io, if interested.

Most people are probably using scrapers and crawlers to collect data on sites that either don't have an open API or the API is difficult to use.

Examples:

Ancestry.com scraper - https://github.com/mjhea0/ancestry-scraper

Indeed job scraper - https://github.com/mjhea0/indeed-scraper

Craigslist housing scraper - https://github.com/mjhea0/craigslist-housing-scraper

https://github.com/ThaWeatherman/scrapers

What can you then do with the data?

Monitor competition or your own brand

Sentiment Analysis

Gather sales leads

Machine learning

Generate content (blog posts, building a custom job board) Find cheap flights

Moving from the legacy checkout to elements was complex since you do not mention in the docs that validation checks no longer get checked on the client and instead have to happen on the sever.

Check out Real Python (https://realpython.com), if you're looking to learn web development with Python and Django.

Note: I am the co-founder/author

Real Python takes an experiential, learning by doing approach so you build interesting projects. Happy to provide a discount. Email us - info at realpython dot com. Cheers!