Sinopse
All ruby related podcasts from Devchat.tv, including: - Ruby Rogues - My Ruby Story - Ruby Rants
Episódios
-
256 RR Reading Code and The Architecture of Open Source Applications with Michael DiBernardo
20/04/2016 Duração: 01h03min01:42 - Michael DiBernardo IntroductionTwitter GitHub BlogWave 02:27 - The Architecture of Open Source Applications Series 08:24 - Demonstrating Concepts in 500 Lines of Code12:24 - Why Open Source? Patterns of Enterprise Application Architecture by Martin Fowler14:20 - Lessons Learned19:05 - Communication Issues22:41 - ReuseUdi Dahan: The Fallacy Of ReUse 28:52 - What should people gain from the book?34:12 - How to Read a Book Like This (Retention)37:48 - Soft SkillsWriting ExcusesPicks Udi Dahan: The Fallacy Of ReUse (David) Dan Luu: Normalization of deviance in software: how broken practices become standard (David) A Mind of Its Own: How Your Brain Distorts and Deceives by Cordelia Fine (Avdi) HolloLens Demo (Chuck) Build a Raspberry Pi-Powered DIY Amazon Echo (Chuck) How Buildings Learn: What Happens After They're Built by Stewart Brand (Michael) How Learning Works: Seven Research-Based Principles for Smart Teaching (Michael) Writing Excuses (Michael)Special Guest: Michael DiBernardo. Advertising Inquir
-
255 RR What's Missing? with Greg Wilson
13/04/2016 Duração: 57min01:59 - Greg Wilson IntroductionTwitter Blog02:37 - What’s Missing?05:48 - Disconnect Between Computer Scientists and Software Developers09:09 - How necessary are books?Ruby Rogues Episode #184: What We Actually Know About Software Development and Why We Believe It's True with Greg Wilson and Andreas Stefik15:18 - Being Part of a Process vs Starting a Process17:01 - Software Tools; SpreadsheetsLibreOffice28:45 - Language, Vocabulary, and Theory and The Software Craftsmanship Movement33:41 - Reinventing the Wheel36:24 - CrowdsourcingPicks Software Tools by Brian W. Kernighan and P. J. Plauger (Greg) Scratch (Greg) Techies (Greg) HTML element standards (Jessica) Feerless (Coraline) Félienne Hermans (Avdi) moonconf (Jessica)Special Guest: Greg Wilson. Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
-
254 RR Building/Scaling a Rails SaaS App with Derrick Reimer
06/04/2016 Duração: 06min02:25 - Julia Evans IntroductionTwitter GitHub Blog02:52 - Derrick Reimer IntroductionTwitter GitHub BlogDripSaaS = Software as a ServiceCodetree05:25 - SaaS Apps vs Other Web Development Projects06:18 - Scaling08:44 - Gathering Feedback12:01 - How has underlying technology helped and gotten in the way?PostgreSQL15:18 - Choosing Boring Technology20:49 - Scaling (Cont’d) CachingRedis29:07 - Strategies to Keep the Application Manageable31:41 - What makes technology boring and safe to use? Evaluating Technologies“Boringification”35:43 - Building Something Useful vs Building Something for Entertainment40:13 - PrioritizationPicks writegif (Derrick) RuboCop (Derrick) htop (Jessica) Java Concurrency in Practice (Julia) HOW TO PRONOUNCE GIF! (David) Teaching a local Ruby class (Avdi)Special Guests: Derrick Reimer and Julia Evans. Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--610
-
253 RR Phoenix and Rails with Chris McCord
30/03/2016 Duração: 01h09min01:57 - Chris McCord IntroductionTwitter GitHub BlogDockYardProgramming Phoenix: Productive |> Reliable |> Fast by Chris McCord, Bruce Tate, and Jose ValimMetaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!) by Chris McCord02:09 - The Phoenix Framework The Elixir Programming LanguageThe Erlang Programming Language02:46 - Ruby vs ElixirJosé Valim“Programming should be enjoyable.”syncWhatsAppMetaprogramming12:12 - Phoenix as a Framework; Similarity to Rails15:38 - ecto 16:45 - Performance 18:06 - Generating a Phoenix ProjectMix20:44 - Getting Started with Phoenix; Creating and Maintaining25:29 - Guidance and Decision Making Development and Documentation30:22 - Phoenix and JavaScript; Build ToolsBrunch37:22 - Phoenix and ElmChris McCord and Evan Czaplicki: Phoenix and Elm: Making the Web Functional @ Erlang Factory SF 2016 38:45 - MaintainabilityOTP Framework41:52 - Hosting PhoenixHeroku42:48 - Object-Oriented vs FunctionalThe Actor ModelSmalltalk50:29 - Debugging; ToolingUberAuth01:01:08
-
252 RR Feature Toggles with Pete Hodgson
23/03/2016 Duração: 57min02:07 - Pete Hodgson IntroductionTwitter GitHub BlogRuby Rogues Episode #176: Rails as an SOA Client with Pete HodgsonThe iPhreaks Show Episodes with Pete Hodgson03:13 - Feature Toggles, Flags, Bits, Etc.Trunk Based DevelopmentiPhreaks Show Episode #136: Efficient Engineering Practices for Software Projects with Neal Ford06:17 - Merge Hell 08:10 - Branches08:59 - Why not constantly rebase?Martin Fowler: FeatureBranch10:48 - Why use feature toggles?Martin Fowler: Feature Toggles12:29 - Making Code Configurable16:37 - Approaching Feature Toggles20:04 - A/B Testing 25:11 - Approaching Feature Toggles (Cont’d)snuffleambient-specrack-flags 34:37 - Implications for Testing36:12 - Toggle Interaction; Nesting of Features37:28 - Introducing Features Toggles to TeamsPushback40:43 - Managing Code Reviews with No Feature BranchesPicks Cryptic Ruby Global Variables and Their Meanings (Coraline) RailsBridge Installfest (Coraline) Concourse (Pete) Architectural Decision Records (Pete) Pete Hodgson: The Ultimate Traveler's C
-
251 RR Automating Code Reviews with Mindaugas Mozūras
16/03/2016 Duração: 41min02:04 - Mindaugas Mozūras IntroductionTwitter GitHub BlogVintedpronto 02:36 - Automating Code Reviews03:17 - What is a code review and why do it?03:39 - Styles of Code Reviews: What parts should be automated? 06:04 - pronto vs rubocopflay Brakemanmetric_fu flog 08:26 - Workflow10:14 - Runners11:42 - Feedback13:21 - Use Cases for Pronto14:28 - How has pronto changed your codebase?15:34 - Feelings and Code Reviews; Agreeing on Standards as a Team17:38 - Return ValuesRuby Rogues Episode #248: The Crystal Programming Language with Erik Michaels-Ober19:43 - Reviewing Pull Requests and Code Review Ethics 25:56 - Feature FlagsMartin Fowler: Feature Toggles iPhreaks Episode #136: Efficient Engineering Practices for Software Projects with Neal Ford 27:21 - Managing Open Source Projects and Communities30:37 - What’s next for pronto?Bitbucket SupportPicks Manic Panic Hair Dye (Jessica) Kenneth Reitz: MentalHealthError: an exception occurred. (Jessica) Frinkiac (Coraline) Erik Trautman: Why Learning to Code is So Damn
-
250 RR Programming Language Evolution and Design with Gilad Bracha
09/03/2016 Duração: 56min02:00 - Gilad Bracha IntroductionTwitter GitHub BlogDart JavaScript Jabber Episode #008: V8 and Dart with Lars Bak and Kasper LundDartium09:17 - Programming Language Evolution and DesignElmRuby Rogues Episode #212: Elm with Richard Feldman and Evan Czaplicki 10:47 - Capabilities and Language FeaturesNewspeak “Functional”12:46 - Actors16:41 - Live ProgrammingBret Victor on Live-Coding19:07 - SmalltalkREPL (Read–eval–print loop)Monkey patching29:01 - Designing a Language“Programming is an experience.”38:59 - Complexity42:41 - Newspeak (Con’t)45:58 - Smalltalk or Newspeak?SqueakPharoDolphin SmalltalkVisualWorks48:13 - How are programming languages like shrubberiesPicks Stroopwafels (Chuck) Staked: The Iron Druid Chronicles by Kevin Hearne (Chuck) Calamity (The Reckoners) by Brandon Sanderson (Chuck) Katrina Owen: Here be Dragons (Jessica) The Slow Party Parrot Emoji (Jessica) Umberto Eco (Gilad)Special Guest: Gilad Bracha. Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcir
-
249 RR The Normalization of Deviance with Dan Luu
02/03/2016 Duração: 01h06min02:00 - Dan Luu IntroductionTwitter GitHub Blog 05:33 - Dan Luu: Normalization of deviance in software: how broken practices become standard 08:59 - Yossi Kreinin: People can read their manager's mind 19:32 - The Letter ‘Z’ and Security25:13 - Notifications and Alerts31:24 - Fixing/Not Fixing Things; Feedback42:57 - How to Prevent Deviancy John Banja: The normalization of deviance in healthcare delivery 47:54 - Bruce F. Webster: The Wetware Crisis: the Thermocline of Truth 53:43 - Finding a Job That Doesn’t Have These Problems58:08 - Having Routines and Setting Aside TimePicks octohatrack (Coraline) Einstein's Relativity and the Quantum Revolution: Modern Physics for Non-Scientists (Avdi) Real-World Relativity: The GPS Navigation System (Jessica) Katrina Owen: Here Be Dragons (Jessica) random tweet (Dan) Profiling a warehouse-scale computer (Dan) Special Guest: Dan Luu. Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcas
-
248 RR The Crystal Programming Language with Erik Michaels-Ober
24/02/2016 Duração: 01h18min01:49 - Erik Michaels-Ober IntroductionTwitter GitHubRuby Rogues Episode #127: Erik Michaels-Ober 02:07 - The Crystal Programming Language and Statically Typed Programming LanguagesErik Michaels-Ober: An Introduction to Crystal @ PolyConf 15 06:54 - Type Inference Union TypesDuck TypingMonkey PatchingSandi Metz Blog Post on the Wrong Abstraction15:06 - Crystal vs Rust or Go 20:10 - LintingRubocop20:44 - Type Annotations and PerimetersKeyword Arguments22:53 - The History of Crystal and its Development as a LanguageCrystal DocsCrystal GitHub RepoThe Future of Crystal (Christmastime Blog Post)24:41 - Annotation and Return Value25:35 - Type Inferencing (Cont’d)28:24 - Crystal REPL (ICR) 32:15 - Getting Involved with Crystal and the Development of the LanguageCrystal to_proc40:08 - Threading and Concurrency44:28 - CrystalshardsCrystal Weekly49:30 - Use Cases and BenchmarksCrystal Standard Librarywc.cr01:03:15 - Compile Errors More on CrystalErik Michaels-Ober: Crystal Programming Language @ RubyC 2015 Interview
-
247 RR Parallella with Ray Hightower
17/02/2016 Duração: 01h02min02:02 - Ray Hightower IntroductionTwitter GitHub BlogWisdomGroupChicagoRubyWindyCityRailsWindyCityThings03:22 - ParallellaRaspberry Pi05:39 - Web Developers and The Hardware World12:38 - Does a hardware background inform software?18:42 - Learning and PlayingVerilog 22:22 - Concurrency and Parallelism The Most Energy Efficient Supercomputer on the Planet by Ray Hightower at Madison+ Ruby 2015 github.com/parallella/parallella-examples 32:48 - Getting Started with ParallellaParallella Quick Start Guide (with gotchas)COIK = Clear Only If Knownparallella.org/forums41:02 - Use Cases42:38 - IoT (Internet of Things)HealthKitHomeKitWatchKitPicks Refactoring Ruby with Monads (Coraline) Ruby Rogues Episode #120: Book Club: Understanding Computation with Tom Stuart (Chuck) Learning to play the piano (Jessica) Mogo Portable Seat (Chuck) Rob Pike: Concurrency Is Not Parallelism (Ray) Designing and Building Parallel Programs by Ian Foster (Ray)Special Guest: Ray Hightower. Advertising Inquiries: https://redcircle.com/bran
-
246 RR Clearwater with Jamie Gaskins
10/02/2016 Duração: 37min02:00 - IntroductionTwitter GitHub BlogOrderUpreadthesource: Clearwater with Jamie Gaskins 02:23 - ClearwaterClearwater Gitter ChannelOpalroda03:51 - How an App is Typically StructuredReactTodoMVC CodeTodoMVC Demo05:39 - Persistence and Wiring Up to the Backendgrand_central 06:49 - Why Clearwater Was Created08:26 - How does it compare to prevalent JavaScript frameworks?Clearwater — Ruby on the front end outperforms React.jsVirtual DOM ImplementationsRoadmap to 1.011:23 - What problem is Clearwater aiming to solve?14:30 - Debugging16:39 - Use Cases20:33 - The Future of Clearwater21:59 - Maintaining Clearwater24:39 - What is success?25:23 - Using Clearwater with a System Like Volt Picks Contributor Covenant (Coraline) Kaleidoscope (Coraline) LEGO Ideas - Lovelace & Babbage (Coraline) Freelance Remote Conf (Chuck) Ruby Remote Conf (Chuck) RushMyPassport (Chuck) Primula Cold Brew Glass Carafe Iced Coffee Maker (Jamie) JRuby (Jamie)Special Guest: Jamie Gaskins. Advertising Inquiries: https://redcircle.com/b
-
245 RR The Charles Max Wood Interview with Thom Parkin
03/02/2016 Duração: 37minThis week, we’re bringing to you a behind the scenes look at the man behind the mic and the guy who puts out over 5 hours worth of free audio content per week to support the development community: Charles Max Wood.Long-time listener, Thom Parkin, asked Chuck if he would sit down and do an interview with him to describe all the interesting things he’s been up to and his goals for the future. In this interview, Chuck gives listeners a behind-the-scenes look at all of his podcasts, the DevChat.tv platform, RailsClips, his remote conferences and his upcoming book that will focus on tips for getting hired as a developer. Special Guest: Thom Parkin. Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
-
244 RR Program Like You Give a Damn with Ara T. Howard at Rails Remote Conf 2015
27/01/2016 Duração: 47minThis episode is from Ara T. Howard’s talk at Rails Remote Conf 2015. You can watch the full, unedited presentation, Program Like You Give a Damn, on YouTube at your convenience. Check out All Remote Confs for next year’s remote conference lineup!Freelance Remote Conf will run from February 24th-26th. The speaker lineup is all but complete!Ruby Remote Conf will run from March 23rd-25th. Get your tickets or submit a CFP!Special Guest: Ara T. Howard. Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
-
243 RR Books That Aren't POODR
20/01/2016 Duração: 57min02:36 - http://www.amazon.com/gp/product/3642768199/ref=as_li_qf_sp_asin_il_tl?camp=1789&creative=9325&creativeASIN=3642768199&ie=UTF8&linkCode=as2&linkId=UTPZTXY2HXM5NO54&tag=chamaxwoo-20- https://en.wikipedia.org/wiki/Hermeneutics05:42 - http://pages.cs.wisc.edu/~remzi/Naur.pdf 07:55 - http://www.amazon.com/gp/product/1622030613/ref=as_li_qf_sp_asin_il_tl?camp=1789&creative=9325&creativeASIN=1622030613&ie=UTF8&linkCode=as2&linkId=XUQDR6SKKGNPHZL5&tag=chamaxwoo-20 13:14 - http://www.amazon.com/gp/product/1937785580/ref=as_li_qf_sp_asin_il_tl?camp=1789&creative=9325&creativeASIN=1937785580&ie=UTF8&linkCode=as2&linkId=W2LNYBF6WEDCTIPN&tag=chamaxwoo-20 14:32 - https://www.ng-book.com/2/ 16:09 - Paper Reading Group - http://blog.acolyer.org- https://speakerdeck.com/randommood/we-hear-you-like-papers 19:58 - http://www.amazon.com/gp/product/0345472322/ref=as_li_qf_sp_asin_il_tl?camp=1789&creative=9325&creativeASIN=0345472322&ie=UT
-
242 RR Migrating a Monolith to Microservices Via an Evolutionary Path with Mike Gehard
13/01/2016 Duração: 01h25min02:34 - Mike Gehard IntroductionTwitter GitHubPivotal03:23 - Monoliths 04:18 - Microservices 09:47 - Migrating a Monolith to Microservices Via an Evolutionary PathOrganizationThe Application Continuum: Evolving toward distributed systems15:21 - The Steps Along the ContinuumWhere do engines fit in?Service Boundary Definitions19:25 - Bounded ContextThe Ruby Rogues Episode #228: The Lotus Framework with Luca Guidi 21:52 - EvolutionConway’s LawUnbuilt Gems30:40 - Dependency on the Database35:15 - Testingpact Jepsen TestingPostmanMashery I/O Docs 51:16 - DeploymentPivotal Cloud Foundry52:47 - SecurityUAA55:15 - Advice for those getting startedSOA (Service-oriented Architecture)Component-Based Rails Applications Resources01:04:09 - Fault TolerancePicks LOWA Boots (Avdi) Pearl’s Peril (David) He Never Died (David) httplog (Coraline) Toxic Workers by Michael Housman and Dylan Minor (Coraline) The Unbeatable Squirrel Girl Vol. 1 by Ryan North (Jessica) Hamilton (Original Broadway Cast Recording) (Jessica) MyFitnessPal
-
241 RR What Makes a Great Developer with Phil Spitler
06/01/2016 Duração: 17minCheck out Ruby Remote Conf: coming to you live in March! Buy a ticket or submit a CFP! 02:17 - Phil Spitler IntroductionTwitter GitHub Blog03:20 - Panel opinions: What makes a good developer?07:26 - “Successful” vs “Great” DevelopersGrowth Mindset12:45 - Mentors: What to they epitomize?Maintainability14:37 - How do newbies find/identify mentors?17:45 - When Becoming Great Starts to Matter27:51 - How People “Arrive”; Necessary SkillsetsCode Archaeology30:51 - Bloc.io 36:44 - As a mentor, where do you draw the line?Ruby Rogues Episode #240: What Makes a Good Manager with Marcus Blankenship 40:57 - As an educator: How important is it to do hands-on work of your own?The Freelancers’ Show Episode #184: Goals and Productivity (unreleased at time of publication)Picks Rat-a-Tat Cat (Jessica) Sorry Not Sorry IPA (Jessica) Amazon Fire Kids Edition (Avdi) The Now Habit: A Strategic Program for Overcoming Procrastination and Enjoying Guilt-Free by Neil Fiore (Avdi) Intercom Central® 246 - Four Channels HOME Power-line In
-
240 RR What Makes a Good Manager with Marcus Blankenship
30/12/2015 Duração: 01h02min02:05 - Marcus Blankenship IntroductionTwitter Blog02:52 - Pain and Difficulties of Moving From Programming to ManagementIdentityCredibility10:50 - Image and Identity (Cont’d)ExpectationsRole Models19:16 - Management; Making the Move to ManagementAikido“Everybody deserves a good manager.”23:37 - How do you know if you have a bad manager?27:13 - Feedback; Tone of Communication33:54 - What should you do when you get promoted to a management position?Nix Production Code TasksMeet with Your People (Give Feedback) One-on-one Meetings with Team MembersZero Surprises Evaluation PolicyEvaluation FormsGoals and IncentivesReviews for Self-ReflectionGet Your Own Feedback48:25 - How do you know you are doing a good job?Skip-Level ReviewsGrowth of your team and membersSigns of Loyalty51:06 - What if you don’t want to move into a management role?Picks The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers by Ben Horowitz (Jessica) The Narrow Road to the Deep North by Richard Flanagan (Jessi
-
239 RR Swiss Army Rubyknife with Peter Cooper at Ruby Remote Conf 2015
23/12/2015 Duração: 46minThis episode is from Peter Cooper’s talk at Ruby Remote Conf 2015. You can watch the full, unedited presentation, Swiss Army Rubyknife, on YouTube at your convenience. Check out All Remote Confs for next year’s remote conference lineup!Ruby Remote Conf will run from March 23rd-25th 2016. Buy a ticket or submit a CFP!JS Remote Conf is running from January 14th-16th 2016. Check out the speaker lineup!Freelance Remote Conf will run from February 24th-26th. We’ve already got a great list of confirmed speakers. Stay tuned for more details!We, the Ruby Rogues panelists (And, Mandy!), wish you a very happy holiday season.Special Guest: Peter Cooper. Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
-
238 RR Refactoring
16/12/2015 Duração: 01h01minCheck out JS Remote Conf and submit a Ruby Remote Conf CFP! 02:26 - Refactoring (Definition) and Where People Fail03:55 - Tests and RefactoringHow do you decide when your codebase is untestable?10:59 - Managing Scope11:42 - Why We Refactor; The Value of RefactoringCoraline's Data-Driven Refactoring Talk17:13 - Refactoring Tools 20:40 - When Refactoring Gets Put Off; Establishing a Code Culture26:23 - Refactoring StrategiesExtract MethodExtract ClassIntroduce Explaining Variable37:38 - Performance Tradeoffs41:42 - Generative Testingapprovals 50:33 - Measurement53:08 - Examples and ResourcesMartin Fowler: Catalog of Refactorings Refactoring: Ruby Edition by Jay Fields Katrina Owen: Therapeutic Refactoring @ Cascadia Ruby Conf 2012Sam Livingston-Gray: Fluent Refactoring @ LoneStarRuby 2013Picks Longmire (Avdi) Clash of Clans (Chuck) Star Wars Commander (Chuck) Cleaning your office (Chuck) Hsing-Hui Hsu: Time flies like an arrow; Fruit flies like a banana: Parsers for Great Good @ RubyConf 2015 (Coraline) Betsy H
-
237 RR Rails + JavaScript + Functional Programming with Brad Urani
09/12/2015 Duração: 57minCheck out JS Remote Conf and All Remote Confs! 02:32 - Brad Urani IntroductionTwitter GitHub BlogProcore04:01 - Immutable/Persistent Data Structures; AdvantagesChanging the Unchangeable: The Hows and Whys of Immutable Data Structures @ RubyConf 2015 hamster07:30 - Tools for Debugging08:23 - Why do Rubyists care about things like Elm?09:39 - Persistent Data Structure Use Cases; Functional Programming12:07 - Testability13:51 - Where does “functional play a role in a typical CRUD app? Active Record, The Single Responsibility Principle (SRP)CallbacksObject-oriented Programming (OOP)“Nouns are objects; verbs are methods” - Corey Haines22:49 - Coworker Receptiveness of Ruby + JavaScript Style of ProgrammingCodebase Inconsistency?“Merit”26:41 - Service-oriented Architecture (SOA) vs Monolithic ApplicationsRemote Procedure Calls (RPC)Representational State Transfer (REST)30:21 - Monoliths as a Necessary Stage in the Development of a Mature ApplicationElixirThe Phoenix Frameworkecto33:23 - The Repository Pattern; Term