Artwork

محتوای ارائه شده توسط Nick Janetakis and Nick Janetakis - Full stack developer. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط Nick Janetakis and Nick Janetakis - Full stack developer یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !

Joyful Gifts Is an Automated Gift Giving Service

41:02
 
اشتراک گذاری
 

Manage episode 286813486 series 2589818
محتوای ارائه شده توسط Nick Janetakis and Nick Janetakis - Full stack developer. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط Nick Janetakis and Nick Janetakis - Full stack developer یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal

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

Links

📄 References
⚙️ Tech Stack
🛠 Libraries Used

Support the Show

This episode does not have a sponsor and this podcast is a labor of love. If you want to support the show, the best way to do it is to purchase one of my courses or suggest one to a friend.

  • Dive into Docker is a video course that takes you from not knowing what Docker is to being able to confidently use Docker and Docker Compose for your own apps. Long gone are the days of "but it works on my machine!". A bunch of follow along labs are included.
  • Build a SAAS App with Flask is a video course where we build a real world SAAS app that accepts payments, has a custom admin, includes high test coverage and goes over how to implement and apply 50+ common web app features. There's over 20+ hours of video.
  continue reading

108 قسمت

Artwork
iconاشتراک گذاری
 
Manage episode 286813486 series 2589818
محتوای ارائه شده توسط Nick Janetakis and Nick Janetakis - Full stack developer. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط Nick Janetakis and Nick Janetakis - Full stack developer یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal

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

Links

📄 References
⚙️ Tech Stack
🛠 Libraries Used

Support the Show

This episode does not have a sponsor and this podcast is a labor of love. If you want to support the show, the best way to do it is to purchase one of my courses or suggest one to a friend.

  • Dive into Docker is a video course that takes you from not knowing what Docker is to being able to confidently use Docker and Docker Compose for your own apps. Long gone are the days of "but it works on my machine!". A bunch of follow along labs are included.
  • Build a SAAS App with Flask is a video course where we build a real world SAAS app that accepts payments, has a custom admin, includes high test coverage and goes over how to implement and apply 50+ common web app features. There's over 20+ hours of video.
  continue reading

108 قسمت

كل الحلقات

×
 
Loading …

به Player FM خوش آمدید!

Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.

 

راهنمای مرجع سریع