podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Cameron Dutro
Shows
Ruby Rogues
Ruby in the Browser: Exploring Web Performance, Reactivity, and Front-End Complexity - RUBY 636
Cameron Dutro is the Staff Software Engineer at GitHub. They dive deep into the world of web development and explore the latest trends, challenges, and innovations. In this episode, they have an enlightening discussion on the state of front-end development with a focus on Ruby and Rails. They delve into the use of web components, the limitations of existing technologies, and the potential for a new Ruby implementation, Garnet, to revolutionize front-end development. From the impact of Hotwire to the challenges of integrating front-end frameworks, this episode offers valuable insights and thought-provoking discussions for developers navigating the ever-evolving landscape of...
2024-05-08
1h 09
Code with Jason
209 - GitHub Primer with Katie Langerman and Cameron Dutro
On today's episode, Katie Langerman and Cameron Dutro of GitHub join me for a discussion of design systems, style guides and GitHub's design system Primer, view components, view-related logic, view testing, and how design changes can pass a system test and yet fail a common sense test. Primer.styleCameron Dutro.comComplementary podcastKatie Langerman on GitHubKatie Langerman on Twitter Katie Langerman on LinkedInCameron Dutro on GitHubCameron Dutro on MastodonCameron Dutro on LinkedIn
2024-01-14
50 min
Remote Ruby
Tech The Halls
[00:04:42] Jason and Andrew had an incident at work, they were bamboozled, and we find out what happened. [00:05:40] In other Ruby news, here is where the laughs begin…Andrew sent a picture to Jason declaring that an adult human hand can fit inside an eagle’s talon. Is this true?[00:07:30] We find out what did Andrew do with code this week that was so terrible, and Andrew gives us an example of something he’s had to do three times, and Chris explains his issue with physically printing a PDF to debu...
2022-12-23
40 min
Ruby Rogues
Ruby on Kubernetes Without the Headaches Using Kuby - RUBY 563
For years, the Rails community has been clamoring for Active Deployment, a magical out-of-the-box mechanism for deploying applications. Today on the show, Cameron Dutro shares how you can deploy Rails apps on Kubernetes with Kuby. De-stress your deployments today with these simple strategies.In this episode…Active deployments for Rails appsDocker containers and Kubernetes Controlling your environmentFlexible without vendor lock inBuilding images with KubyPlug in providersWhy Kubernetes for your appsMultinode set ups with KubyDeploying Kuby SponsorsTop End DevsCoaching | Top End DevsLinksRailsConf 2022 - Kuby: Active Deployment for Rails Apps by Cameron Dutro - YouTubegetkubyGitHub: camertronTwitter: @camertronLinkedIn: Camero...
2022-09-14
59 min
Ship It! Cloud, SRE, Platform Engineering
Rails Active Deployment
In this week’s episode Cameron Dutro, a software engineer at GitHub, Ship It listener and someone with an extraordinary attention to detail, joins us to talk about Kuby, a convention-over-configuration approach to deploying Rails apps. The question that we will be trying to answer is what happened to Rails Active Deployment. The path to that promise land is paved with good intentions, but it’s complicated. Join the discussionChangelog++ members save 5 minutes on this episode because they made the ads disappear. Join today!Sponsors:Shortcut – The first projec...
2022-03-09
1h 05
Changelog Master Feed
Rails Active Deployment (Ship It! #43)
In this week’s episode Cameron Dutro, a software engineer at GitHub, Ship It listener and someone with an extraordinary attention to detail, joins us to talk about Kuby, a convention-over-configuration approach to deploying Rails apps. The question that we will be trying to answer is what happened to Rails Active Deployment. The path to that promise land is paved with good intentions, but it’s complicated.
2022-03-09
1h 05
Ruby Rogues
RUX: JSX-Style Rails View Components - RUBY 517
Cameron Dutro joins the Rogues to discuss RUX, a system for managing your View Components in Rails in a similar way to how React uses JSX to manage its Component views.He discusses how it works, how it goes together, and what inspired it.PanelCharles Max WoodDarren BroemmerLuke StuttersValentino StollGuestCameron DutroSponsorsDev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialPodcastBootcamp.ioLinksGitHub | camertron/ruxPrimer Design SystemViewComponentGitHub | opal/opalMatestackReimagined Rails views using Matestack with Jonas JabariRuby 2.5 allows creating structs with keyword argumentsGitHub: Cameron Dutro ( camertron )Twitter: Кэмерон Дутро ( @camertron )PicksCameron- GitHub | camertron/erb2ruxCharles- PodcastBootcamp.ioCharles- JavaScript PicksCharles- Ready Player TwoCharles- Masters of D...
2021-10-06
1h 13
Remote Ruby
Kubernetes, JSX for Ruby, and more with Cameron Dutro
[00:03:38] Cameron fills us in on a project he’s working on called Kuby, and how he got started on it. [00:10:07] Cameron walks us through setting Kuby up for the first time.[00:13:33] Chris wonders how Kuby works with databases. Cameron tells us about another really cool project called KubeDB. [00:15:38] We learn how different things work in Kubernetes, such as SSH, Cron, and running Migrations.[00:19:21] Cameron talks about Kubernetes having its own Cron job system, and Chris tells us he can’t wait to dig...
2021-06-25
53 min
The Ruby on Rails Podcast
Episode 338: 339: kuby & Rails Deployments with Cameron Dutro
Cameron Dutro believes we need Active Deployment like we have Active Record and Active Storage. That's what kuby is - an easy way to deploy your Ruby on Rails application without getting your dev-ops black belt first. Links for this episode:Quip @ Salesforcefluther.comgetkuby / kuby-core: A convention over configuration approach for deploying Rails apps.Ruby Rogues: Rails Needs Active Deployment with Stefan Wintermeyerkirillian / shiplane: Convert your development docker-compose yaml filescamertron (Cameron Dutro) · GitHubCameron on Twitter (@camertron)Episode Introduction and Outro by Michael SpringerE...
2020-10-07
28 min
Code with Jason
056 - Rails Deployment using Docker and Kubernetes with Cameron Dutro
In this episode I talk with Cameron Dutro, software engineer at quip, about deploying Rails applications using Docker and Kubernetes. Cameron has built a tool called Kuby which helps with Rails/Kubernetes deployment.KubyCameron on Twitter
2020-08-04
45 min
Ruby Rogues
287 RR Hacking the Asset Pipeline with Cameron Dutro
00:40 - Introducing Cameron DutroLumosityCameron’s talk at Rails Remote ConfGithubTwitter2:15 - What is the Asset Pipeline?5:35 - Problems and limitations of the Asset Pipeline8:10 - Cameron’s biggest frustration with the Asset Pipeline14:45 - Doing it the Rails way, the Angular way, or the React way20:25 - Keeping your Webpack and Asset Pipeline separate: Working with Javascript and RailsBrowserify Railshttps://rails-assets.org31:45 - Creating your own preprocessor for putting a file format into the pipelineSprockets github link36:15 - Other issues with the Asset Pipeline40:00 - Causes behind problems with the Asset Pipeline42:05 - Hygiene of packages43:40 - Incorporating plugins into the...
2016-11-23
59 min
Ruby Rogues
267 RR Internationalization with Cameron Dutro
02:39 - Cameron Dutro IntroductionTwitterGitHubLumosity02:39 - Internationalization vs Localization 05:28 - How important is internationalization?13:54 - Internationalization and AccessibilityThe Tragedy of the CommonsDeveloper Ignorance/Indifference19:43 - ToolsTwitter Translation CenterRosettetxghTransifex24:48 - How can small companies internationalize?26:22 - CrowdsourcingContributor Covenant30:34 - People Have NamesPatrick McKenzie: Falsehoods Programmers Believe About NamesFalsehoods Programmers Believe About Phone NumbersCarina C. Zona: Schemas for the Real World @ RubyConf AU 201334:54 - GenderI18n, l10n, m10n: Abbreviations for Internationalization, Localization, and Minimization39:35 - Educational ResourcesRails Guides on InternationalizationICU - International Components for Unicodetwitter-cldr-rbCLDR - Unicode Common Locale Data Repository47:14 - UnicodeUnicode ConsortiumAditya Mukerjee: I Can Text You A Pile...
2016-07-06
1h 01