Artwork

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

Achieve Repeatable Builds Of Your Software On Any Machine With Earthly

54:01
 
اشتراک گذاری
 

Manage episode 319706901 series 2970445
محتوای ارائه شده توسط Tobias Macey. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط Tobias Macey یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal

Summary

It doesn’t matter how amazing your application is if you are unable to deliver it to your users. Frustrated with the rampant complexity involved in building and deploying software Vlad A. Ionescu created the Earthly tool to reduce the toil involved in creating repeatable software builds. In this episode he explains the complexities that are inherent to building software projects and how he designed the syntax and structure of Earthly to make it easy to adopt for developers across all language environments. By adopting Earthly you can use the same techniques for building on your laptop and in your CI/CD pipelines.

Announcements

  • Hello and welcome to Podcast.__init__, the podcast about Python’s role in data and science.
  • When you’re ready to launch your next app or want to try a project you hear about on the show, you’ll need somewhere to deploy it, so take a look at our friends over at Linode. With the launch of their managed Kubernetes platform it’s easy to get started with the next generation of deployment and scaling, powered by the battle tested Linode platform, including simple pricing, node balancers, 40Gbit networking, dedicated CPU and GPU instances, and worldwide data centers. Go to pythonpodcast.com/linode and get a $100 credit to try out a Kubernetes cluster of your own. And don’t forget to thank them for their continued support of this show!
  • Your host as usual is Tobias Macey and today I’m interviewing Vlad A. Ionescu about Earthly, a syntax and runtime for software builds to reduce friction between development and delivery

Interview

  • Introductions
  • How did you get introduced to Python?
  • Can you describe what Earthly is and the story behind it?
  • What are the core principles that engineers should consider when designing their build and delivery process?
  • What are some of the common problems that engineers run into when they are designing their build process?
    • What are some of the challenges that are unique to the Python ecosystem?
  • What is the role of Earthly in the overall software lifecycle?
    • What are the other tools/systems that a team is likely to use alongside Earthly?
    • What are the components that Earthly might replace?
  • How is Earthly implemented?
    • What were the core design requirements when you first began working on it?
    • How have the design and goals of Earthly changed or evolved as you have explored the problem further?
  • What is the workflow for a Python developer to get started with Earthly?
    • How can Earthly help with the challenge of managing Javascript and CSS assets for web application projects?
  • What are some of the challenges (technical, conceptual, or organizational) that an engineer or team might encounter when adopting Earthly?
  • What are some of the features or capabilities of Earthly that are overlooked or misunderstood that you think are worth exploring?
  • What are the most interesting, innovative, or unexpected ways that you have seen Earthly used?
  • What are the most interesting, unexpected, or challenging lessons that you have learned while working on Earthly?
  • When is Earthly the wrong choice?
  • What do you have planned for the future of Earthly?

Keep In Touch

Picks

Closing Announcements

  • Thank you for listening! Don’t forget to check out our other show, the Data Engineering Podcast for the latest on modern data management.
  • Visit the site to subscribe to the show, sign up for the mailing list, and read the show notes.
  • If you’ve learned something or tried out a project from the show then tell us about it! Email [email protected]) with your story.
  • To help other people find the show please leave a review on iTunes and tell your friends and co-workers

Links

The intro and outro music is from Requiem for a Fish The Freak Fandango Orchestra / CC BY-SA

  continue reading

389 قسمت

Artwork
iconاشتراک گذاری
 
Manage episode 319706901 series 2970445
محتوای ارائه شده توسط Tobias Macey. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط Tobias Macey یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal

Summary

It doesn’t matter how amazing your application is if you are unable to deliver it to your users. Frustrated with the rampant complexity involved in building and deploying software Vlad A. Ionescu created the Earthly tool to reduce the toil involved in creating repeatable software builds. In this episode he explains the complexities that are inherent to building software projects and how he designed the syntax and structure of Earthly to make it easy to adopt for developers across all language environments. By adopting Earthly you can use the same techniques for building on your laptop and in your CI/CD pipelines.

Announcements

  • Hello and welcome to Podcast.__init__, the podcast about Python’s role in data and science.
  • When you’re ready to launch your next app or want to try a project you hear about on the show, you’ll need somewhere to deploy it, so take a look at our friends over at Linode. With the launch of their managed Kubernetes platform it’s easy to get started with the next generation of deployment and scaling, powered by the battle tested Linode platform, including simple pricing, node balancers, 40Gbit networking, dedicated CPU and GPU instances, and worldwide data centers. Go to pythonpodcast.com/linode and get a $100 credit to try out a Kubernetes cluster of your own. And don’t forget to thank them for their continued support of this show!
  • Your host as usual is Tobias Macey and today I’m interviewing Vlad A. Ionescu about Earthly, a syntax and runtime for software builds to reduce friction between development and delivery

Interview

  • Introductions
  • How did you get introduced to Python?
  • Can you describe what Earthly is and the story behind it?
  • What are the core principles that engineers should consider when designing their build and delivery process?
  • What are some of the common problems that engineers run into when they are designing their build process?
    • What are some of the challenges that are unique to the Python ecosystem?
  • What is the role of Earthly in the overall software lifecycle?
    • What are the other tools/systems that a team is likely to use alongside Earthly?
    • What are the components that Earthly might replace?
  • How is Earthly implemented?
    • What were the core design requirements when you first began working on it?
    • How have the design and goals of Earthly changed or evolved as you have explored the problem further?
  • What is the workflow for a Python developer to get started with Earthly?
    • How can Earthly help with the challenge of managing Javascript and CSS assets for web application projects?
  • What are some of the challenges (technical, conceptual, or organizational) that an engineer or team might encounter when adopting Earthly?
  • What are some of the features or capabilities of Earthly that are overlooked or misunderstood that you think are worth exploring?
  • What are the most interesting, innovative, or unexpected ways that you have seen Earthly used?
  • What are the most interesting, unexpected, or challenging lessons that you have learned while working on Earthly?
  • When is Earthly the wrong choice?
  • What do you have planned for the future of Earthly?

Keep In Touch

Picks

Closing Announcements

  • Thank you for listening! Don’t forget to check out our other show, the Data Engineering Podcast for the latest on modern data management.
  • Visit the site to subscribe to the show, sign up for the mailing list, and read the show notes.
  • If you’ve learned something or tried out a project from the show then tell us about it! Email [email protected]) with your story.
  • To help other people find the show please leave a review on iTunes and tell your friends and co-workers

Links

The intro and outro music is from Requiem for a Fish The Freak Fandango Orchestra / CC BY-SA

  continue reading

389 قسمت

همه قسمت ها

×
 
Loading …

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

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

 

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

در حین کاوش به این نمایش گوش دهید
پخش