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 !

Avo Is a Framework for Creating Ruby on Rails Admin Panels

1:07:55
 
اشتراک گذاری
 

Manage episode 296731310 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, Adrian Marin goes over building a Ruby on Rails admin framework. It’s hosted on Heroku and has been available since late 2020.

Adrian talks about building a Rails engine, using Stripe Checkout, building the admin out with Hotwire Turbo, using View Component, creating a very automated CI / CD pipeline to publish the gem and much more.

Topics Include

  • 6:38 – Motivation for using Ruby on Rails
  • 8:57 – The gem does phone home on a 1 hour interval
  • 11:33 – The gem is using Hotwire Turbo but the product site is not
  • 13:10 – Handling billing with Stripe’s Checkout page and a few Rails gems
  • 16:43 – Publishing a Rails engine with its own assets
  • 21:10 – Using Hotwire Turbo to build the admin dashboard
  • 26:30 – What it was like migrating the app from Vue to Turbo
  • 31:49 – Using View Component to help improve Rails partial performance
  • 39:21 – Postgres is being used as the database and Redis for caching
  • 42:30 – What is Hotjar, how it’s being used and extracting features
  • 46:36 – From Notion to Linear to using GitHub to help manage the project
  • 49:44 – Using Heroku for hosting and what delayed job is being used for
  • 54:55 – What it’s like deploying the site and the gem
  • 1:01:19 – Performing database backups? Maybe, maybe not!
  • 1:03:57 – Best tips? Start building and launch as soon as possible
  • 1:06:06 – The gem has an open source version that’s very usable
  • 1:07:03 – Check out https://avohq.io/ and Adrian is on Twitter

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 296731310 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, Adrian Marin goes over building a Ruby on Rails admin framework. It’s hosted on Heroku and has been available since late 2020.

Adrian talks about building a Rails engine, using Stripe Checkout, building the admin out with Hotwire Turbo, using View Component, creating a very automated CI / CD pipeline to publish the gem and much more.

Topics Include

  • 6:38 – Motivation for using Ruby on Rails
  • 8:57 – The gem does phone home on a 1 hour interval
  • 11:33 – The gem is using Hotwire Turbo but the product site is not
  • 13:10 – Handling billing with Stripe’s Checkout page and a few Rails gems
  • 16:43 – Publishing a Rails engine with its own assets
  • 21:10 – Using Hotwire Turbo to build the admin dashboard
  • 26:30 – What it was like migrating the app from Vue to Turbo
  • 31:49 – Using View Component to help improve Rails partial performance
  • 39:21 – Postgres is being used as the database and Redis for caching
  • 42:30 – What is Hotjar, how it’s being used and extracting features
  • 46:36 – From Notion to Linear to using GitHub to help manage the project
  • 49:44 – Using Heroku for hosting and what delayed job is being used for
  • 54:55 – What it’s like deploying the site and the gem
  • 1:01:19 – Performing database backups? Maybe, maybe not!
  • 1:03:57 – Best tips? Start building and launch as soon as possible
  • 1:06:06 – The gem has an open source version that’s very usable
  • 1:07:03 – Check out https://avohq.io/ and Adrian is on Twitter

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 در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.

 

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