Artwork

Nội dung được cung cấp bởi Jason Charnes, Chris Oliver, Andrew Mason, Jason Charnes, Chris Oliver, and Andrew Mason. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Jason Charnes, Chris Oliver, Andrew Mason, Jason Charnes, Chris Oliver, and Andrew Mason 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 !

Continuous Delivery and Continuous Self-Improvement

49:27
 
Chia sẻ
 

Manage episode 417497839 series 2336598
Nội dung được cung cấp bởi Jason Charnes, Chris Oliver, Andrew Mason, Jason Charnes, Chris Oliver, and Andrew Mason. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Jason Charnes, Chris Oliver, Andrew Mason, Jason Charnes, Chris Oliver, and Andrew Mason 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, Jason, Chris, and Andrew reflect of their experiences of developing software, focusing on aspects such as the Fast and Furious franchise, writing in Ruby, React development, and grappling with OAuth 2.0 issues.
They dive into testing, specifically the challenges of maintaining a meaningful test suite and the revelations from addressing test suite problems.
A discussion on containerization touches on Docker and CI setup frustrations, while also exploring web accessibility standards and the potential of Web Components, specifically through the new Web Awesome project.
The conversation takes us through various technical and personal insights, highlighting the continual learning and adaptation inherent in software development. Press download to hear much more!
Panelists:
Jason Charnes
Chris Oliver
Andrew Mason
Links:

  continue reading

Chương

1. Continuous Delivery and Continuous Self-Improvement (00:00:00)

2. Andrew talks about his transition from writing React back to Ruby and his interactions with a coworker who helped him improve his JavaScript and React skills. (00:01:05)

3. We hear about Andrew’s frustrations with understanding OAuth and using OmniAuth gems without tests, humorously suggesting an alternative authentication method involving driver’s licenses. (00:02:44)

4. Jason discusses his experiences and concerns with handling personal data and API keys, emphasizing the need for secure and manageable systems. (00:03:52)

5. The guys extensively discuss the challenges and strategies related to testing software, including continuous integration (CI), the impact of test suites on development, and different approaches to running tests. (00:05:36)

6. Chris expresses his frustration with Docker, particularly with debugging issues related to user permissions and Dockerfile configurations. (00:14:43)

7. Chris mentions recent fixes to Ruby and compatibility issues with Docker on Intel Macs, particularly problems with Node and Tailwind causing segmentations faults. (00:16:02)

8. Jason discusses his preference for running tests locally due to the simplicity and speed, despite the growing size of his codebase. (00:17:09)

9. Chris explains his work on automating Ruby gem publishing with GitHub actions using OAuth for secure, immediate updates. (00:18:02)

10. Chris touches on the benefits of reproducible builds, which help ensure that software remains consistent and secure across different environments. (00:19:52)

11. Andrew shares his thoughts about OrbStack and having issues with Docker working locally, and mentions containerization is a great pattern and he loves it. (00:22:23)

12. Jason shares something he wants to do for pagination. Chris proposes “reverse attacking” as a novel method to deal with cyber-attacks. (00:25:03)

13. Jason discusses using Ahoy to track visits and events in his Rails apps and explores adding geocoding to those requests. (00:29:19)

14. Jason elaborates on the complexities of handling different types of domain configurations directing to his service. He’s aiming to consolidate these to simplify management and improve security. (00:32:57)

15. Chris and Jason discuss updates in Ruby on Rails, focusing on new features, upcoming releases, and the integration of modern web technologies like Hotwire and Tailwind. (00:38:01)

16. Chris discusses the challenges of working with Hotwire, noting that it lacks a regular update cadence compared to Rails. (00:40:22)

17. Jason brings up a comparison of site accessibility, noting that React scored highly due to its robust component system, whereas Rails scored lower. (00:43:45)

18. Chris expresses enthusiasm for the integration of web components into Rails applications, hoping they will bridge accessibility gaps without needing to rely solely on React. (00:45:16)

276 tập

Artwork
iconChia sẻ
 
Manage episode 417497839 series 2336598
Nội dung được cung cấp bởi Jason Charnes, Chris Oliver, Andrew Mason, Jason Charnes, Chris Oliver, and Andrew Mason. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Jason Charnes, Chris Oliver, Andrew Mason, Jason Charnes, Chris Oliver, and Andrew Mason 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, Jason, Chris, and Andrew reflect of their experiences of developing software, focusing on aspects such as the Fast and Furious franchise, writing in Ruby, React development, and grappling with OAuth 2.0 issues.
They dive into testing, specifically the challenges of maintaining a meaningful test suite and the revelations from addressing test suite problems.
A discussion on containerization touches on Docker and CI setup frustrations, while also exploring web accessibility standards and the potential of Web Components, specifically through the new Web Awesome project.
The conversation takes us through various technical and personal insights, highlighting the continual learning and adaptation inherent in software development. Press download to hear much more!
Panelists:
Jason Charnes
Chris Oliver
Andrew Mason
Links:

  continue reading

Chương

1. Continuous Delivery and Continuous Self-Improvement (00:00:00)

2. Andrew talks about his transition from writing React back to Ruby and his interactions with a coworker who helped him improve his JavaScript and React skills. (00:01:05)

3. We hear about Andrew’s frustrations with understanding OAuth and using OmniAuth gems without tests, humorously suggesting an alternative authentication method involving driver’s licenses. (00:02:44)

4. Jason discusses his experiences and concerns with handling personal data and API keys, emphasizing the need for secure and manageable systems. (00:03:52)

5. The guys extensively discuss the challenges and strategies related to testing software, including continuous integration (CI), the impact of test suites on development, and different approaches to running tests. (00:05:36)

6. Chris expresses his frustration with Docker, particularly with debugging issues related to user permissions and Dockerfile configurations. (00:14:43)

7. Chris mentions recent fixes to Ruby and compatibility issues with Docker on Intel Macs, particularly problems with Node and Tailwind causing segmentations faults. (00:16:02)

8. Jason discusses his preference for running tests locally due to the simplicity and speed, despite the growing size of his codebase. (00:17:09)

9. Chris explains his work on automating Ruby gem publishing with GitHub actions using OAuth for secure, immediate updates. (00:18:02)

10. Chris touches on the benefits of reproducible builds, which help ensure that software remains consistent and secure across different environments. (00:19:52)

11. Andrew shares his thoughts about OrbStack and having issues with Docker working locally, and mentions containerization is a great pattern and he loves it. (00:22:23)

12. Jason shares something he wants to do for pagination. Chris proposes “reverse attacking” as a novel method to deal with cyber-attacks. (00:25:03)

13. Jason discusses using Ahoy to track visits and events in his Rails apps and explores adding geocoding to those requests. (00:29:19)

14. Jason elaborates on the complexities of handling different types of domain configurations directing to his service. He’s aiming to consolidate these to simplify management and improve security. (00:32:57)

15. Chris and Jason discuss updates in Ruby on Rails, focusing on new features, upcoming releases, and the integration of modern web technologies like Hotwire and Tailwind. (00:38:01)

16. Chris discusses the challenges of working with Hotwire, noting that it lacks a regular update cadence compared to Rails. (00:40:22)

17. Jason brings up a comparison of site accessibility, noting that React scored highly due to its robust component system, whereas Rails scored lower. (00:43:45)

18. Chris expresses enthusiasm for the integration of web components into Rails applications, hoping they will bridge accessibility gaps without needing to rely solely on React. (00:45:16)

276 tập

Todos los episodios

×
 
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