
Joyful Gifts Is an Automated Gift Giving Service
with Nick Janetakis and Jonathan Adly
Running in Production · Nick Janetakis
March 8, 202141m 2s
Show Notes
In this episode of Running in Production, Jonathan Adly goes over building a gift giving service with Django and Python. It’s hosted on Heroku’s hobby tier and has been up and running since November 2020.
Jonathan talks about shipping his first app, using Celery for background jobs, handling non-standard payment patterns with Stripe, not getting caught up with what everyone is saying to use for tech choices and trying to develop features based on using the app as a customer.
Topics Include
- 3:55 – With no prior programming experience an MVP was shipped in 6 part time months
- 6:25 – Motivation for choosing Django and Python
- 9:02 – Gift selection involves using a 3rd party API to provide this feature
- 10:02 – A lot of work is done with Celery, such as scheduling future gifts
- 12:09 – It’s mostly using Django templates with sprinkles of vanilla JavaScript
- 13:44 – Dealing with non-standard payment use cases with Stripe was a challenge
- 17:34 – It really is vanilla JavaScript with Halfmoon for the CSS
- 18:32 – A few Python and Django libraries that helped move things along
- 20:28 – PostgreSQL is the main database and Docker is being used too
- 23:52 – Switching from SendGrid to AWS’ SES for sending emails out
- 25:10 – Why Heroku was picked to host the application and using it with Docker
- 28:31 – Using Sentry for error reporting and Uptime Robot for health checks
- 30:57 – The deployment process from development to production
- 32:18 – How Stripe is being tested in development and database backups
- 36:14 – Best tips? Keep things simple and develop your app through your customer’s eyes
- 39:37 – You can find Jonathan on Twitter and check out https://joyful.gifts