Artwork

Nội dung được cung cấp bởi Nick Janetakis and Nick Janetakis - Full stack developer. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Nick Janetakis and Nick Janetakis - Full stack developer hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.
Player FM - Ứng dụng Podcast
Chuyển sang chế độ ngoại tuyến với ứng dụng Player FM !

PriceTable Mixes in Sales Automation, Project Management and Invoicing

1:00:12
 
Chia sẻ
 

Manage episode 293220335 series 2589818
Nội dung được cung cấp bởi Nick Janetakis and Nick Janetakis - Full stack developer. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Nick Janetakis and Nick Janetakis - Full stack developer hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.

In this episode of Running in Production, Ege Ersoz goes over building a project management service using Phoenix and Elixir. It runs on Gigalixir along with Heroku and has been up and running since early 2019.

Ege talks about using Elixir for the last few years, upgrading to use Phoenix contexts, building a monolithic app with an API back-end / VueJS front-end, building his own Stripe billing module, what it’s been like using Gigalixir and more.

Topics Include

  • 1:24 – What it was like using Elixir back in early 2019
  • 4:55 – Motivation for using Phoenix and Elixir
  • 6:37 – Phoenix Channels and Elixir GenServers are being used a bit
  • 10:14 – It’s a monolithic app with mostly an API back-end using VueJS on the front-end
  • 13:34 – Going through the process of upgrading to use Phoenix contexts
  • 18:19 – Interesting packages in Ege’s mix file that helped him build his app
  • 23:00 – The front-end assets are managed with Webpack, Vuetify is being used too
  • 26:47 – Separation of concerns was the main reason for making an API back-end
  • 29:43 – Stripe is being used to accept payments with no 3rd party Stripe library
  • 32:27 – PostgreSQL is the primary database and it’s all hosted on Gigalixir
  • 36:38 – The Gigalixir bill is about $200 a month including a staging environment
  • 39:49 – The deployment process from development to production
  • 42:07 – Offloading PDF generation to a micro-service
  • 43:38 – Gigalixir is handling automated database backups
  • 45:44 – UptimeRobot monitors the app and reports back if it’s down
  • 47:05 – Getting rid of subdomains for each user account / tenant and multi-tenancy
  • 51:34 – Moving from Timber to Logflare for application logs
  • 54:26 – Transactional emails are sent using SendGrid
  • 55:57 – Best tips? Having a trustworthy co-founder has been incredibly important
  • 59:12 – Check out https://pricetable.io/ and you can email Ege directly too

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 tập

Artwork
iconChia sẻ
 
Manage episode 293220335 series 2589818
Nội dung được cung cấp bởi Nick Janetakis and Nick Janetakis - Full stack developer. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Nick Janetakis and Nick Janetakis - Full stack developer hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.

In this episode of Running in Production, Ege Ersoz goes over building a project management service using Phoenix and Elixir. It runs on Gigalixir along with Heroku and has been up and running since early 2019.

Ege talks about using Elixir for the last few years, upgrading to use Phoenix contexts, building a monolithic app with an API back-end / VueJS front-end, building his own Stripe billing module, what it’s been like using Gigalixir and more.

Topics Include

  • 1:24 – What it was like using Elixir back in early 2019
  • 4:55 – Motivation for using Phoenix and Elixir
  • 6:37 – Phoenix Channels and Elixir GenServers are being used a bit
  • 10:14 – It’s a monolithic app with mostly an API back-end using VueJS on the front-end
  • 13:34 – Going through the process of upgrading to use Phoenix contexts
  • 18:19 – Interesting packages in Ege’s mix file that helped him build his app
  • 23:00 – The front-end assets are managed with Webpack, Vuetify is being used too
  • 26:47 – Separation of concerns was the main reason for making an API back-end
  • 29:43 – Stripe is being used to accept payments with no 3rd party Stripe library
  • 32:27 – PostgreSQL is the primary database and it’s all hosted on Gigalixir
  • 36:38 – The Gigalixir bill is about $200 a month including a staging environment
  • 39:49 – The deployment process from development to production
  • 42:07 – Offloading PDF generation to a micro-service
  • 43:38 – Gigalixir is handling automated database backups
  • 45:44 – UptimeRobot monitors the app and reports back if it’s down
  • 47:05 – Getting rid of subdomains for each user account / tenant and multi-tenancy
  • 51:34 – Moving from Timber to Logflare for application logs
  • 54:26 – Transactional emails are sent using SendGrid
  • 55:57 – Best tips? Having a trustworthy co-founder has been incredibly important
  • 59:12 – Check out https://pricetable.io/ and you can email Ege directly too

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 tập

كل الحلقات

×
 
Loading …

Chào mừng bạn đến với Player FM!

Player FM đang quét trang web để tìm các podcast chất lượng cao cho bạn thưởng thức ngay bây giờ. Đây là ứng dụng podcast tốt nhất và hoạt động trên Android, iPhone và web. Đăng ký để đồng bộ các theo dõi trên tất cả thiết bị.

 

Hướng dẫn sử dụng nhanh