POPULARITY
John Epperson and Luke Stutters discuss developer tools - whether those are the IDEs or Text Editors we use, the gems/libraries we include in our projects, or the OS we make use of. We talk about How we decide to replace our tools, and we talk about a number of tools that we use, the ones that we like and the ones that we wish had better replacements. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks John- Turbo, the speed of a single-page web application without having to write any JavaScript (https://turbo.hotwired.dev/) John- Use Stimulus in your Ruby on Rails app (https://github.com/hotwired/stimulus-rails) John- Ever:J Clothing line (https://www.evesandgray.co.uk/2020/04/17/everj-clothing-modern-mens-outerwear-for-the-spring/) Luke - 2022 State of Software Engineers (https://hired.com/2022-state-of-software-engineers/) Luke- GitHub - ankane/pgsync (https://github.com/ankane/pgsync) Luke- Panels and System Monitoring - Victron Energy (https://www.victronenergy.com/panel-systems-remote-monitoring)
John Epperson and Luke Stutters discuss developer tools - whether those are the IDEs or Text Editors we use, the gems/libraries we include in our projects, or the OS we make use of. We talk about How we decide to replace our tools, and we talk about a number of tools that we use, the ones that we like and the ones that we wish had better replacements. Sponsors Top End Devs Raygun | Click here to get started on your free 14-day trial Coaching | Top End Devs Picks John- Turbo, the speed of a single-page web application without having to write any JavaScript John- Use Stimulus in your Ruby on Rails app John- Ever:J Clothing line Luke - 2022 State of Software Engineers Luke- GitHub - ankane/pgsync Luke- Panels and System Monitoring - Victron Energy
Andy Maleh joins the show today to share his opensource desktop development library app for Ruby, Glimmer. Enjoy hearing about why and how Andy created Glimmer, specific applications for implementation, comparison to other apps, DSL framework, using widgets within Glimmer, feature additives, testing, and various compatibilities. In this episode… What is Glimmer and how does it work The story on why Andy built Glimmer The DSL framework Using widgets in Glimmer Distribution for Glimmer Missing features in Glimmer Compatibility with RubyMotion How to test with Glimmer Sponsors Top End Devs (https://topenddevs.com/) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Code Master Blog: Glimmer (https://andymaleh.blogspot.com/search/label/Glimmer) Glimmer DSL for SWT Video Tutorial 1 - Hello, World! - YouTube (https://www.youtube.com/watch?v=Mi5phsSdNAA&list=PLSN9HhZ_0-n741vRa_dL-M81cLbqD_kem) GitHub: AndyObtiva/glimmer (https://github.com/AndyObtiva/glimmer) Picks Charles- Pandemic Iberia (https://boardgamegeek.com/boardgame/198928/pandemic-iberia) Charles- Podio (https://www.podio.com/) Charles- Make.com (https://www.make.com/en) Charles- GlobiMail (https://podio.com/extensions/3) Charles- RightSignature (https://rightsignature.com/) Charles- TopEndDevs | Conferences (https://topenddevs.com/conferences) Dave- StickerMule (https://www.stickermule.com/) John- Avocados (https://californiaavocado.com/) John- GitHub: ankane/pretender (https://github.com/ankane/pretender) Luke- PwnFunction - YouTube (https://www.youtube.com/c/PwnFunction) Special Guest: Andy Maleh.
Is it a class? Is it a hash? No, it's Ruby Struct! Brooke Kuhlmann joins the Rogues to explore this often-overlooked object. We extend simple structs with refinements, use pattern matching to compress complex logic and close the door on OpenStructs. Brooke talks about the challenges and rewards of introducing busy teams to advanced techiques, software craftsmanship and the transformational philosophy of alchemists.io (https://www.alchemists.io/). Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Ruby Refinements | Alchemists (https://www.alchemists.io/articles/ruby_refinements/) Refinements | Alchemists (https://www.alchemists.io/projects/refinements/) Class: Pathname (Ruby 2.6.3) (https://ruby-doc.org/stdlib-2.6.3/libdoc/pathname/rdoc/Pathname.html) dry-rb - dry-monads v1.3 - Introduction (https://dry-rb.org/gems/dry-monads/1.3/) What's New in Python 2.6 (https://docs.python.org/3/whatsnew/2.6.html#pep-343-the-with-statement) GitHub - troessner/reek (https://github.com/troessner/reek) Software Craftsmanship and Code Retreats with Corey Haines (https://hanselminutes.com/308/software-craftsmanship-and-code-retreats-with-corey-haines) Master the Object Oriented Mindset in Ruby and Rails - avdi.codes (https://avdi.codes/moom/) Picks Brooke- Polished Ruby Programming (https://www.amazon.com/Polished-Ruby-Programming-maintainable-high-performance-ebook/dp/B093TH9P7C) Brooke- Everdell (https://boardgamegeek.com/boardgame/199792/everdell) Luke- WarnerBros.co.uk | Fantastic Beasts: The Secrets of Dumbledore | Movies (https://www.warnerbros.co.uk/movies/fantastic-beasts-secrets-dumbledore) Luke- Ruby Pattern Matching by Brooke Kuhlmann of the Alchemists Collective - YouTube (https://www.youtube.com/watch?v=A3CvJYyWNEc) Valentino- GitHub - thisredone/rb (https://github.com/thisredone/rb) Valentino- What About A Plain Text Web - Earthly Blog (https://earthly.dev/blog/text-mode/) Valentino- A morse themed arcade rhythm game (https://twitter.com/perbyhring/status/1508716634382512137) Special Guest: Brooke Kuhlmann.
It's not every day that you learn a new approach to error handling for Ruby. Today Abiodun Olowode shares her insights with railway oriented programming (ROP), a functional programming technique that allows sequential execution of functions, not necessarily synchronous. The key concept is that each function can only accept and return Container of either Success or Failure. They also dive into the topic of dry monads, the gems that helps you achieve railway oriented programming in that it helps bind your methods together and give you a success or failure result. In this Episode… What is railway oriented programming (ROP) Examples of ROP and dry monads Limitations of dry monads How to test your configurations Dry schema implications What is the developer culture like in Nigeria, Africa? Links Railway Oriented Programming In Rails Using Dry-Monads - Honeybadger Developer Blog (https://www.honeybadger.io/blog/railway-programming-dry-monads/) Picks Abiodun- Bridgerton (https://www.netflix.com/title/80232398) Charles- Scythe: Invaders from Afar (https://boardgamegeek.com/boardgame/199727/scythe-invaders-afar) Charles- Hover.com (https://www.hover.com/) Charles- Podio.com (https://podio.com/) Luke- A new bootable USB solution Luke- Front end load library (https://pqina.nl/filepond/) Special Guest: Abiodun Olowode .
GraphQL is a flexible, strongly-typed query language. It's useful because it gives front-end developers the ability to query the database without many changes to the back-end. In this episode, David Sanchez explains how to design and build GraphQL APIs in Rails. In this Episode… What is GraphQL and how do you get started with it? What are the advantages and disadvantages of GraphQL? What is REST and how do you integrate in your workflow? Common misconceptions with GraphQL What is GraphiQL and how does it differ from GraphQL? How to use max_depth in your queries. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links GraphQL APIs in Rails (https://www.honeybadger.io/blog/graphql-apis-for-rails/) Codeando (https://codeando.dev/) Twitter: David Sanchez ( @SanchezDav90 ) (https://twitter.com/SanchezDav90) Picks David- GraphQL APIs in Rails (https://www.honeybadger.io/blog/graphql-apis-for-rails/) Luke- Build something new and fun at your local MakerSpaces (https://makerspaces.make.co/) Valentino- RubyConf 2021 video favorites playlist (https://www.youtube.com/playlist?list=PLbHJudTY1K0f0oMhWtY-UyzOb7tUlaHps) Valentino- A Wordle alternative called Hurdle (https://www.arkadium.com/games/hurdle/) Special Guest: David Sanchez.
David Heinemeier Hansson (DHH) creator of Ruby on Rails joins the Rogues to discuss the successor to the asset pipeline and webpacker that's coming in the next version of Ruby on Rails. He talks through the differences between the asset pipeline, webpacker, and propshaft and talks about the reasons you may or may not want to use each solution. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Links David Heinemeier Hansson (DHH) (https://dhh.dk/) David Heinemeier Hansson (https://world.hey.com/dhh) Picks Charles- Dice Forge | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/194594/dice-forge) Charles- BoardGameGeek – Gaming Unplugged Since 2000 (https://boardgamegeek.com/) Charles- railsremoteconf.com is coming soon (http://railsremoteconf.com/) Dave- Drifting Ruby: Ruby on Rails Screencasts for Web Developers (https://www.driftingruby.com/) David- Social Warming - Oneworld Publications (https://oneworld-publications.com/social-warming.html) David- Mailbrew - Your personal email digest (https://mailbrew.com/) John- CoffeeScript (https://coffeescript.org/) John- GitHub: importmap-rails (https://github.com/rails/importmap-rails) John- 15 Year Old Whisky (https://www.glenscotia.com/products/15-year-old-single-malt-scotch-whisky) Luke- Rework: Build Half a Product, Not a Half-Assed Project (https://podcasts.apple.com/us/podcast/build-half-a-product-not-a-half-assed-project/id1264193508?i=1000551891446) Valentino- Women Streamers, Programmers and Game Developers Valentino- PacketAI: World's first Autonomous Monitoring Solution (https://packetai.co/) Special Guest: David Heinemeier Hansson.
Ever feel like your code isn't “Stylish” enough? Us too. In this episode, the Rogues sit down Benito Sandoval, the author of the Ruby tool Styler that'll help you customize your UI and keep things running smoothly. “My goal was to create something that allowed you to compose classes and use them in your templates.” - Benito Sandoval In This Episode 1) How to STOP relying on the tail-end and customize your UI using Styler 2) Why Styler is an excellent solution compared to defining classes yourself 3) The TRUTH about partials and when to/not to use them Sponsors Top End Devs (https://topenddevs.com/) Coaching | Top End Devs (https://topenddevs.com/coaching) Links Styler, a tool to compose css classes with ruby (https://bhserna.com/styler-a-tool-to-compose-css-classes-with-ruby.html) The source code of the tool (https://github.com/bhserna/styler/) A little post that introduces a list of examples with styler and tachyons (https://bhserna.com/styler-tachyons-examples.html) The actual list of examples with styler and tachyons (https://styler-tachyons-examples.bhserna.com/) The code of the list of examples that also uses styler (https://github.com/bhserna/styler_tachyons_examples) Picks Benito- Utopia (https://www.utopiainc.com/) Benito- Action Scopes in Rails Charles- Taco Cat Goat Cheese Pizza (https://boardgamegeek.com/boardgame/253664/taco-cat-goat-cheese-pizza) Charles- Death on the Nile (https://www.imdb.com/title/tt7657566/) Charles- topenddevs.com (https://topenddevs.com/) for upcoming meetups! Luke- Ruby Conf 2013 - REPL driven development with Pry by Conrad Irwin (https://www.youtube.com/watch?v=D9j_Mf91M0I) Luke- Blynk IoT platform (https://blynk.io/) Valentino- Taking our Ruby & Kafka stack to the next level (https://technology.doximity.com/articles/taking-our-ruby-kafka-stack-to-the-next-level) Valentino- Ruby Together (https://rubytogether.org/) Special Guest: Benito Serna.
If you think all audits suck, think again. In this episode, the Rogues sit down with Jeremy Smith, a developer and writer who's ready to show us the RIGHT way to implement audit logs in Rails. “I want to be cautious about how much I bring into a code base. As gems grow, they accumulate more functionality.” - Jeremy Smith In This Episode 1) Why you NEED audit logs in Rails this year (and how to keep your clients happy with them) 2) Jeremy's recommendation for top-notch audit gems 3) The answer to “Build it or Buy it?” to keep your code (and your business) tidy Check out Jeremy's work: Audit Logging in Rails 2 Sponsors Top End Devs (https://topenddevs.com/) Coachong | Top End Devs (https://topenddevs.com/coaching) Picks Charles- 7 Wonders Duel | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/173346/7-wonders-duel) Charles- Encanto | Disney Movies (https://movies.disney.com/encanto) Charles- Airmeet (https://www.airmeet.com/) Jeremy- The Trusted Advisor (https://amzn.to/36bciBy) Jeremy- Brian Lovin (https://brianlovin.com/) Jeremy- How I Built a Date Picker - Decoding (https://decoding.io/2022/01/how-i-built-a-date-picker/) Luke- Clean Agile by Robert C. Martin | Audiobook | Audible.com (https://www.audible.com/pd/Clean-Agile-Audiobook/B08X7D3YFR?source_code=GO1DH13310082090OZ&ds_rl=1262685&ds_rl=1263561&ds_rl=1260658&gclid=CjwKCAiA4KaRBhBdEiwAZi1zzkl2upvhlcZS1ckhZThjcKCZ8M5puFXiMbcekIKA8foM8xkVCqRUxhoChZ8QAvD_BwE&gclsrc=aw.ds) Luke- Effective Testing with RSpec 3 (https://amzn.to/3Kz8b0P) Valentino- Github Codespaces is Great, but Mutagen is Better (https://technology.doximity.com/articles/github-codespaces-is-great-but-mutagen-is-better) Valentino- Light up your WFH meetings with HomeKit (https://technology.doximity.com/articles/light-up-your-wfh-meetings-with-homekit) Special Guest: Jeremy Smith.
Interested in state machines? We're not sure you should be…but it depends. In this episode, the Rogues discuss the merits of state machines and how to know if you actually need one…or if you just need to do some soul searching. They lay out the KEY to organizing your code, how automobile analogies will help you simplify your situation, and what to know about callbacks, records, and controllers this year. In This Episode 1) Why you probably don't need a state machine (with SOME exceptions) 2) How remembering “the car and its oil level” keeps you from overcomplicating your situation 3) The BEST tools for organizing your code and reducing headaches 4) Do's and don'ts of callbacks, records, and controllers in 2022 (hint: go slow and steady!) Sponsors Top End Devs (https://topenddevs.com/) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Charles- Calico | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/283155/calico) (Great to play with your kiddos!) Charles- Invest time and money in your local economy Dave- Airthings CO2 (https://www.airthings.com/en/business/co2-alert) Dave- AlgenAir (https://algenair.com/) Luke- MacBook M1 Luke- Wire touch turn off hack Luke- Uninstall Polkit Luke- Join your local professional developers' society! (ACM in the States) Valentino- 99 Bottles of OOP - 2nd Edition (https://sandimetz.com/99bottles) Valentino- ELEGOO Saturn MSLA 3D Printer (https://www.elegoo.com/products/elegoo-saturn-4k-mono-lcd-3d-printer) Valentino- GitLab V2.35 (https://gitlab.com/0xck/trex-core/-/tags/v2.35)
Rails 7 is HERE and we're pumped. In this episode, the Ruby Rogues discuss all things migration, including the BEST method for a safe move, why you NEED to learn about “Turbo Frames” to streamline your Rails 7 experience, and everything you need to know about gems to help you stay on track. In This Episode 1) The CORRECT way to migrate to Rails 7 (and the best tools to get the job done) 2) Why learning “Turbo Frames” will make your Rails 7 experience WAY easier 3) The BIGGEST perks of Rails 7 (and why you'll feel inspired using them!) 4) How to get your gems up and running in Rails 7 WITHOUT slowing you down Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Dave- Right Angle USB-C extension adaptor Dave- ASUS 14in USB-C powered monitor John- Rails Dev John- Amazon for building your own PC John- PCPartPicker (https://pcpartpicker.com/) Luke- Cruiser 3D Printer Luke- Tinkercad | Create 3D digital designs with online CAD (https://www.tinkercad.com/) Valentino- Developer Conference Agenda 2022 Valentino- 12x6 LCD Panel
If you feel like Ruby could use a makeover, you're not alone. In this episode, the Rogues sit down with Kevin Newton, a Ruby aficionado who's got some exciting news about Ruby in 2022. They talk about how “prettier Ruby” will make you pivot in your approach, how YJIT is going to make Ruby “crazy fast” this year, and the GIANT reason why rewriting in C is becoming less common than in Ruby. “There's always gonna be the purist in the back of your head…and then you have your deadline. Just write the dang parser!” - Kevin Newton In This Episode 1) Why Kevin's “prettier Ruby” will change how you use the language (and how to integrate it this year 2) The BIG differences between hand rolled dissent over parse generators (and why there's NO single answer!) 3) How YJIT is going to make Ruby “crazy fast” as it gets smoothed out 4) The BIG reason why more and more programmers are going to rewrite things IN Ruby and not C (we're surprised too!) Sponsors Top End Devs (https://topenddevs.com/) Coaching | Top End Devs (https://topenddevs.com/coaching) Links GitHub: Kevin Newton ( kddnewton ) (https://github.com/kddnewton) Picks Dave- DEWALT Multi-Tool (https://amzn.to/3oBW1Ma) Dave- Hotwire: HTML Over The Wire (https://hotwired.dev/) John- Myths and Legends Podcast (https://www.mythpodcast.com/) John- 16 Year Old Scotch Whisky Double cask - Aberlour (https://www.aberlour.com/en/our-whisky/16-year-old-scotch-whisky/) Luke- REMOTE RUBY: David Heinemeier Hansson on Rails 7.0, Hotwire, and the future of Rails (https://share.transistor.fm/s/06cd24ea) Luke- RubyConf 2021 - Vertical Assignment in Ruby by Kevin Kuchta (https://www.youtube.com/watch?v=vi_uVTd25LI) Kevin- Ruby implementation in C++ YouTube videos Kevin- Idiosyncratic Ruby (https://idiosyncratic-ruby.com/) Valentino- GitHub : wordle (https://github.com/JonathanWThom/wordle) Valentino- Table Tennis on Oculus (https://www.oculus.com/experiences/quest/1995434190525828/) Special Guest: Kevin Newton.
You keep hearing the phrase “Top End Dev”, but in the real competitive world, what does it take to be the best of the best? In this episode, the Rogues get real and lay it all out, including the real way to test your chops in the marketplace, the big “C” to break out of your comfort zone, and why joining the top 5% comes down to THIS step. In This Episode Why becoming Top End comes down to THIS approach (hint-hint: don't cram the night before!) Want to test your chops? Darren says that doing THIS is the REAL test of your skills How to leverage the big “C”s to break out of your comfort zone (and no, none of them stand for “code”!) Feedback and failure are crucial, but there's an art to them—keep THESE points in mind and get better faster Sponsors Doximity (https://workat.doximity.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Top End Devs (https://topenddevs.com/) Picks Charles- Pandemic: The Cure | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/150658/pandemic-cure) Charles- New developments at Top End Devs! Darren- Freelance writing for complicated topics (check out his Twitter: @BroemmerThe for more info) Darren- The Animator's Survival Kit (http://www.theanimatorssurvivalkit.com/) Luke- Nori Keyboard Luke- Crafting Interpreters (https://amzn.to/3APcvFD) Valentino- Rethinking Computer Science Education (https://medium.com/@chancancode/rethinking-computer-science-education-319a60709b30) Valentino- Rwag Automated API Documentation talk by Sarah Reid (https://www.youtube.com/watch?v=y7cNkomQt54)
Well, comments may not be satanic, but they CAN be a nuisance if not used carefully. In this episode, the Ruby Rogues sit down with Matheus Richard to discuss why he isn't a fan of comments. They unpack the WHY behind “use code, not comments”, tools to help you sort through variables and avoid “shotgun surgery”, and an alternative to magic numbers, TODOs, and notes. “Use code, not comments.” - Matheus Richard In This Episode To code or comment? Matheus breaks down HOW to know which will be best Matheus and Luke debate on how helpful comments REALLY are (and why one may not prepare you for the other) The team talks tools to determine what will help you sort through variables and avoid “shotgun surgery” Hate magic numbers, TODOs, and notes? Matheus offers a solution to your woes (hint-hint: stop procrastinating) Sponsors Doximity (https://workat.doximity.com/) Top End Devs (https://topenddevs.com/) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks Charles- Forbidden Island | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/65244/forbidden-island) Charles- Forbidden Desert | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/136063/forbidden-desert) Charles- DigitalOcean® App Platform (https://www.googleadservices.com/pagead/aclk?sa=L&ai=DChcSEwj9k4Lgw8_1AhXCZIsKHcy7AFwYABAAGgJ0bQ&ae=2&ohost=www.google.com&cid=CAASE-RoktjGx2ei7-W8nYC5k8vguhw&sig=AOD64_2_k5lz-4Eb2GcYEsqbZ052QnvGUg&q&adurl&ved=2ahUKEwjT2Pvfw8_1AhUSL6YKHTqKDQ8Q0Qx6BAgCEAE) Charles- Podcast bootcamp is coming back! Email at chuck@topenddevs.com Luke- The History of Philosophy (https://amzn.to/3ICzUN7) Luke- “What is a Monad?” Matheus- Rectangle for MacOS (https://rectangleapp.com/) Matheus- Crafting Interpreters (https://craftinginterpreters.com/) Special Guest: Matheus Richard.
If you're wondering how to make sense of all these frameworks, you've come to the right podcast. In this episode, the Rogues dive DEEP into the pros and cons of Stimulus, Hotwire, Turbo, React, Rails, and more; why certain communities are divided amongst each other (and how to fix it); and what tools you NEED to try in 2022. In This Episode This tendency in the Rails community that reveals why users are slow to try Hotwire What Charles learned from comparing React vs. Stimulus at his old job (and how Rails came to the rescue) Why those in the Java community are seeing React as a “blackhole that's sucking up everything” (and why some of the Rogues disagree) Up and coming frameworks that you NEED to consider this year This ONE separation in Ruby that's creating division in its community (and how we can fix it) Luke asks the REAL question: What can we do to reduce our JavaScript footprint? Sponsors Doximity (https://workat.doximity.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/platform/apm?utm_medium=podcast&utm_source=rubyrogues&utm_campaign=devchat&utm_content=apm) Top End Devs (https://topenddevs.com/) Picks Charles- Vue component Stimulus post by Jared Reed Charles- Okta (https://www.okta.com/) Charles- Gods Love Dinosaurs | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/316622/gods-love-dinosaurs) Charles- King of Tokyo | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/70323/king-tokyo) Charles- “Let's be understanding of each other. Reach out.” John- Stimulus components (https://stimulus-components.netlify.app/) John- Cal.com | Open Scheduling Infrastructure (https://cal.com/) Luke- Luke's very own Turbo protocol Valentino- RubyExplorer (https://www.rubyexplorer.xyz/) Valentino- Ruby Conf 2021 videos on YouTube
Ready to COMMAND your command line? Then listen up! In this episode, the Ruby Rogues sit down with Adam Gordon Bell, a software developer and host of the CoRecursive podcast. The guys discuss the tools that every developer MUST know in 2022, what users of Jekyll and Ruby can expect this year, and why Adam believes that JQ will save you hours from Google and Stack Overflow. “I remember when I used to chase the “shiny new thing”, but now, I want to find the tools that last.” - Adam Gordon Bell In This Episode The tools that every developer MUST know in 2022 What Adam learned from chasing the “shiny new thing” (and how you can avoid making the same mistake) What people using Jekyll and Ruby can expect this year (spoiler: Elixir may make an appearance) Why Adam believes JQ will save programmers from digging through Google and Stack Overflow The “Grammarly for markdown files” that'll help you speed up your flow and keep things neat and tidy Sponsors Doximity (https://workat.doximity.com/) Top End Devs (https://topenddevs.com/) Coaching | Top End Devs (https://topenddevs.com/coaching) Links CoRecursive Podcast - The Stories Behind The Code (https://corecursive.com/) The Original Remote Developer With Paul Lutus (https://corecursive.com/remote-developer/) Understanding AWK (https://earthly.dev/blog/awk-examples/) 6 Command Line Tools for Productive Programmers (https://earthly.dev/blog/command-line-tools/) An Introduction to JQ (https://earthly.dev/blog/jq-select/) Picks Adam- GitHub: auchenberg/volkswagen (https://github.com/auchenberg/volkswagen) Charles- Family Business | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/170/family-business) Charles- The Expanse (https://amzn.to/3nii36b) Charles- Text Charles! (801) 877-3787 Dave- 6ft Butcher Block Dave- Grommet Hole USB Hub (https://amzn.to/338N2uk) Luke- The Art of UNIX Programming (https://amzn.to/33wpgIQ) Luke- Having a good chair Valentino- mess with dns! (https://messwithdns.net/) Valentino- Wizard Zines (https://wizardzines.com/) Valentino- Evil Martians (https://evilmartians.com/) Valentino- Thanos JS (https://thanosjs.org/) Special Guest: Adam Gordon Bell.
If you're on the search for a robust, lightning-fast solution in your programming language, listen up. The roundtable sits down with Máximo Mussini, a software developer who's passionate about integrating Ruby and Vte.js together to create something that's both razor-sharp and freakishly easy to use. The lads discuss how powerful http2 is becoming, the easiest way to slash loading times and be more strategic with your page building, and why you NEED Vite.js's incredible integration tools to stop playing around and get your pages up and soaring. “This set of new tools brings an on-demand mentality, which has a lot of benefits.” - Máximo Mussini In This Episode: How http2 is changing the game with Javascript How Vite.js and Ruby are slashing reload times and keeping programmers in their flow Why you need Vite's incredible integration capabilities to include any packages or files you can imagine The #1 benefit of Vite.js that's changing how programmers are able to code, integrate packages, and get their applications up and running Roundtable Picks! Máximo's: GitHub - ElMassimo/jumpstart-vite: ⚡️ Jumpstart a new Rails app with Vite.js + Turbo + Stimulus, and more https://chat.vitejs.dev/ 1 John's Pathfinder: Wrath of The Righteous - https://wrath.owlcatgames.com/ Pick: StimulusJS - https://stimulus.hotwired.dev/ Valentino's ES modules: A cartoon deep-dive – ES modules: A cartoon deep-dive - Mozilla Hacks - the Web developer blog Women on Rails Newsletter – https://womenonrails.substack.com/ Rails 7 adds inorderof to queries – Rails 7 adds ActiveRecord::QueryMethods#inorderof to return query results in a particular sequence | Saeloun Blog Monads explained with cats – https://twitter.com/TartanLlama/status/1460608706048106501 Luke's BCS and Chartered Engineer status https://www.bcs.org/ Rage clicks - what do they tell you about user behavior? - Understand your customers | Mi
If you're on the search for a robust, lightning-fast solution in your programming language, listen up. The roundtable sits down with Máximo Mussini, a software developer who's passionate about integrating Ruby and Vte.js together to create something that's both razor-sharp and freakishly easy to use. The lads discuss how powerful http2 is becoming, the easiest way to slash loading times and be more strategic with your page building, and why you NEED Vite.js's incredible integration tools to stop playing around and get your pages up and soaring. “This set of new tools brings an on-demand mentality, which has a lot of benefits.” - Máximo Mussini In This Episode: How http2 is changing the game with Javascript How Vite.js and Ruby are slashing reload times and keeping programmers in their flow Why you need Vite's incredible integration capabilities to include any packages or files you can imagine The #1 benefit of Vite.js that's changing how programmers are able to code, integrate packages, and get their applications up and running Roundtable Picks! Máximo's: GitHub - ElMassimo/jumpstart-vite: ⚡️ Jumpstart a new Rails app with Vite.js + Turbo + Stimulus, and more https://chat.vitejs.dev/ 1 John's Pathfinder: Wrath of The Righteous - https://wrath.owlcatgames.com/ Pick: StimulusJS - https://stimulus.hotwired.dev/ Valentino's ES modules: A cartoon deep-dive – ES modules: A cartoon deep-dive - Mozilla Hacks - the Web developer blog Women on Rails Newsletter – https://womenonrails.substack.com/ Rails 7 adds inorderof to queries – Rails 7 adds ActiveRecord::QueryMethods#inorderof to return query results in a particular sequence | Saeloun Blog Monads explained with cats – https://twitter.com/TartanLlama/status/1460608706048106501 Luke's BCS and Chartered Engineer status https://www.bcs.org/ Rage clicks - what do they tell you about user behavior? - Understand your customers | Mi
Vlado Cingel recounts his story where he needed common table expressions within SQL for a project he was working on and wrote a patch to AREL and ActiveRecord which he submitted to the Rails Core. Since it hasn't been accepted, he's supporting it as a gem. Vlado explains what Common Table Expressions (CTEs) are, how they work, and where they're used. Panel John EppersonLuke StuttersValentino Stoll Guest Vlado Cingel Sponsors Top End DevsRaygun | Click here to get started on your free 14-day trialCoaching | Top End Devs Links GitHub | vlado/activerecord-cteOrganising complex SQL queries in RailsGitHub: Vlado Cingel ( vlado ) Picks John- Digital Storm: Custom Gaming Computers & Gaming PCsLuke- Pitch PerfectValentino- Ruby TogetherValentino- Ruby CentralValentino- The Ruby VM a speedrun - Penelope PhippenVlado- The Wood Whisperer Guild - Online Woodworking SchoolVlado- Polished Ruby Programming Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Vlado Cingel.
Vlado Cingel recounts his story where he needed common table expressions within SQL for a project he was working on and wrote a patch to AREL and ActiveRecord which he submitted to the Rails Core. Since it hasn't been accepted, he's supporting it as a gem. Vlado explains what Common Table Expressions (CTEs) are, how they work, and where they're used. Panel John EppersonLuke StuttersValentino Stoll Guest Vlado Cingel Sponsors Top End DevsRaygun | Click here to get started on your free 14-day trialCoaching | Top End Devs Links GitHub | vlado/activerecord-cteOrganising complex SQL queries in RailsGitHub: Vlado Cingel ( vlado ) Picks John- Digital Storm: Custom Gaming Computers & Gaming PCsLuke- Pitch PerfectValentino- Ruby TogetherValentino- Ruby CentralValentino- The Ruby VM a speedrun - Penelope PhippenVlado- The Wood Whisperer Guild - Online Woodworking SchoolVlado- Polished Ruby Programming Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Vlado Cingel.
Kingsley Chijioke wrote an article breaking down the way that Ruby finds methods and determines which version of a method to run. The Rogues approach the internals of Ruby and discuss the implications of how this comes together and where the listeners may have seen this and point out any gotchas that arise. Panel Charles Max WoodDarren BroemmerDave KimuraLuke StuttersValentino Stoll Guest Kingsley Chijioke Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tv Links Understanding Ruby Method LookupTwitter: Obinwanne ( @kinsomicrote ) Picks Charles- Coaching | Top End DevsCharles- The Laws of WealthDarren- Masters of DoomDarren- How this art school from 1919 has influenced Ruby on Rails?Dave- OctoPrintDave- Ruby on Rails 7.0Kingsley- The Art of Doing Science and Engineering Luke- GitHub | sferik/active_emojiLuke- GitHub | tom-lord/regexp-examplesValentino- Polyphony Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Kingsley Chijioke.
Kingsley Chijioke wrote an article breaking down the way that Ruby finds methods and determines which version of a method to run. The Rogues approach the internals of Ruby and discuss the implications of how this comes together and where the listeners may have seen this and point out any gotchas that arise. Panel Charles Max WoodDarren BroemmerDave KimuraLuke StuttersValentino Stoll Guest Kingsley Chijioke Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tv Links Understanding Ruby Method LookupTwitter: Obinwanne ( @kinsomicrote ) Picks Charles- Coaching | Top End DevsCharles- The Laws of WealthDarren- Masters of DoomDarren- How this art school from 1919 has influenced Ruby on Rails?Dave- OctoPrintDave- Ruby on Rails 7.0Kingsley- The Art of Doing Science and Engineering Luke- GitHub | sferik/active_emojiLuke- GitHub | tom-lord/regexp-examplesValentino- Polyphony Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Kingsley Chijioke.
Ulysse Buonomo ran into an issue in the application he works on where the Heroku applications were taking up more and more memory. He began tracking down memory growth in the applications to keep the applications fast and keep the bills small. Panel Charles Max WoodDarren BroemmerJohn EppersonLuke StuttersValentino Stoll Guest Ulysse Buonomo Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialLevel Up | Devchat.tv Links Tracking a Ruby memory leak in 2021My developer's notesKlaxit Tech Blog - MediumGitHub: Ulysse Buonomo ( BuonOmo ) Picks Charles- Caliban's War Charles- Lost Ruins of ArnakCharles- Steampunk RallyCharles- Coaching | Top End DevsDarren- Watch Squid Game | Netflix Official SiteDarren- Camaleon CMSJohn- CalendlyJohn- GeyserMCLuke- Ulysse 31Luke- Pitch PerfectLuke- SINATRA::COOKIESUlysse- Valentino- GitHub | amatsuda/routes_lazy_routesValentino- New tool: an nginx playgroundValentino- Multiplayer/Chat | Minecraft wiki Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Ulysse Buonomo.
Ulysse Buonomo ran into an issue in the application he works on where the Heroku applications were taking up more and more memory. He began tracking down memory growth in the applications to keep the applications fast and keep the bills small. Panel Charles Max WoodDarren BroemmerJohn EppersonLuke StuttersValentino Stoll Guest Ulysse Buonomo Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialLevel Up | Devchat.tv Links Tracking a Ruby memory leak in 2021My developer's notesKlaxit Tech Blog - MediumGitHub: Ulysse Buonomo ( BuonOmo ) Picks Charles- Caliban's War Charles- Lost Ruins of ArnakCharles- Steampunk RallyCharles- Coaching | Top End DevsDarren- Watch Squid Game | Netflix Official SiteDarren- Camaleon CMSJohn- CalendlyJohn- GeyserMCLuke- Ulysse 31Luke- Pitch PerfectLuke- SINATRA::COOKIESUlysse- Valentino- GitHub | amatsuda/routes_lazy_routesValentino- New tool: an nginx playgroundValentino- Multiplayer/Chat | Minecraft wiki Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Ulysse Buonomo.
Riaz Virani joins the Rogues to discuss how to thrive at your first Dev Job. He has five main ideas that when applied will help you as a new developer fit in and learn quickly on a development team. The Rogues chime in with their experiences. They also discuss how not-so-new developers can apply these ideas either as mentors or as learners themselves. Panel Charles Max WoodDave Kimura John EppersonLuke StuttersValentino Stoll Guest Riaz Virani Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialLevel Up | Devchat.tv Links Five Tips for Success: How To Thrive At Your First Dev JobRiazV.meTwitter: Riaz Virani ( @ViraniRiaz ) Picks Charles- PodcastBootcamp.ioCharles- Tribe of MillionairesDave- RecutJohn- GitHub | pboling/csv_pirateJohn- GitHub | tilo/smarter_csvLuke- Class: Hash ( Ruby 3.0.2 )Luke- INVINCIBLERiaz- Jon BellionRiaz- The Motivation MythValentino- Ruby Garbage Collection in Under Two HoursValentino- Design PatternsValentino- Ruby Pixel Art / Punk Art Programming Challenge Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Riaz Virani.
Riaz Virani joins the Rogues to discuss how to thrive at your first Dev Job. He has five main ideas that when applied will help you as a new developer fit in and learn quickly on a development team. The Rogues chime in with their experiences. They also discuss how not-so-new developers can apply these ideas either as mentors or as learners themselves. Panel Charles Max WoodDave Kimura John EppersonLuke StuttersValentino Stoll Guest Riaz Virani Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialLevel Up | Devchat.tv Links Five Tips for Success: How To Thrive At Your First Dev JobRiazV.meTwitter: Riaz Virani ( @ViraniRiaz ) Picks Charles- PodcastBootcamp.ioCharles- Tribe of MillionairesDave- RecutJohn- GitHub | pboling/csv_pirateJohn- GitHub | tilo/smarter_csvLuke- Class: Hash ( Ruby 3.0.2 )Luke- INVINCIBLERiaz- Jon BellionRiaz- The Motivation MythValentino- Ruby Garbage Collection in Under Two HoursValentino- Design PatternsValentino- Ruby Pixel Art / Punk Art Programming Challenge Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Riaz Virani.
Jeremy Evans joins the Rogues to discuss the way he builds Ruby programs and the practices he put into his latest book "Polished Ruby Programming." The Rogues dive into Jeremy's opinions. They push back on some, applaud others, and ask deeper questions about the rest. Join this deep dive by experienced developers into the how and why of organizing Ruby in deeply practiced ways. Polished Ruby Programming giveaway: https://forms.gle/VURNitd9LCwMG9Sz9 Panel Charles Max WoodDarren BroemmerDave KimuraJohn EppersonLuke StuttersValentino Stoll Guest Jeremy Evans Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tvPodcastBootcamp.io Links code.jeremyevans.netGitHub: Jeremy Evans ( jeremyevans )Twitter: Jeremy Evans ( jeremyevans0 ) Picks Charles- PodcastBootcamp.ioCharles- How to Make Sh*t HappenCharles- The Road Back to YouDarren- ScrivenerDarren- GitHub | dbroemme/ruby-wadsDave- OctoPrintDave- ShuffleJeremy- Vultr: An OpenBSD-friendly cloud server providerJeremy- SendGrid: Send 100 emails/day for freeJeremy- Running My Own Email ServerJohn- GitHub | kschiess/parsletJohn- GOgroove BassPULSE 2.1 Computer SpeakersLuke- code.jeremyevans.net - PresentationsLuke- Polished Ruby Programming Book ReviewLuke- GitHub | jeremyevans/ruby-refrigeratorValentino- Ruby Kaigi Takeout 2021 Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Jeremy Evans.
Jeremy Evans joins the Rogues to discuss the way he builds Ruby programs and the practices he put into his latest book "Polished Ruby Programming." The Rogues dive into Jeremy's opinions. They push back on some, applaud others, and ask deeper questions about the rest. Join this deep dive by experienced developers into the how and why of organizing Ruby in deeply practiced ways. Polished Ruby Programming giveaway: https://forms.gle/VURNitd9LCwMG9Sz9 Panel Charles Max WoodDarren BroemmerDave KimuraJohn EppersonLuke StuttersValentino Stoll Guest Jeremy Evans Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tvPodcastBootcamp.io Links code.jeremyevans.netGitHub: Jeremy Evans ( jeremyevans )Twitter: Jeremy Evans ( jeremyevans0 ) Picks Charles- PodcastBootcamp.ioCharles- How to Make Sh*t HappenCharles- The Road Back to YouDarren- ScrivenerDarren- GitHub | dbroemme/ruby-wadsDave- OctoPrintDave- ShuffleJeremy- Vultr: An OpenBSD-friendly cloud server providerJeremy- SendGrid: Send 100 emails/day for freeJeremy- Running My Own Email ServerJohn- GitHub | kschiess/parsletJohn- GOgroove BassPULSE 2.1 Computer SpeakersLuke- code.jeremyevans.net - PresentationsLuke- Polished Ruby Programming Book ReviewLuke- GitHub | jeremyevans/ruby-refrigeratorValentino- Ruby Kaigi Takeout 2021 Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Jeremy Evans.
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. Panel Charles Max WoodDarren BroemmerLuke StuttersValentino Stoll Guest Cameron Dutro Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialPodcastBootcamp.io Links GitHub | 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 ) Picks Cameron- GitHub | camertron/erb2ruxCharles- PodcastBootcamp.ioCharles- JavaScript PicksCharles- Ready Player TwoCharles- Masters of DoomCharles- Top End DevsDarren- Is Ruby DeadDarren- 16 New ML Gems for RubyLuke- GitHub | jeremyevans/sequel_postgresql_triggersLuke- DEF CON 29 - James Kettle - HTTP2: The Sequel is Always WorseLuke- The Wire Valentino- FluxValentino- Add strict_loading mode to optionally prevent lazy loading Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Cameron Dutro .
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. Panel Charles Max WoodDarren BroemmerLuke StuttersValentino Stoll Guest Cameron Dutro Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialPodcastBootcamp.io Links GitHub | 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 ) Picks Cameron- GitHub | camertron/erb2ruxCharles- PodcastBootcamp.ioCharles- JavaScript PicksCharles- Ready Player TwoCharles- Masters of DoomCharles- Top End DevsDarren- Is Ruby DeadDarren- 16 New ML Gems for RubyLuke- GitHub | jeremyevans/sequel_postgresql_triggersLuke- DEF CON 29 - James Kettle - HTTP2: The Sequel is Always WorseLuke- The Wire Valentino- FluxValentino- Add strict_loading mode to optionally prevent lazy loading Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Cameron Dutro .
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. Panel Charles Max Wood Darren Broemmer Luke Stutters Valentino Stoll Guest Cameron Dutro Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial PodcastBootcamp.io Links GitHub | camertron/rux Primer Design System ViewComponent GitHub | opal/opal Matestack Reimagined Rails views using Matestack with Jonas Jabari Ruby 2.5 allows creating structs with keyword arguments GitHub: Cameron Dutro ( camertron ) Twitter: Кэмерон Дутро ( @camertron ) Picks Cameron- GitHub | camertron/erb2rux Charles- PodcastBootcamp.io Charles- JavaScript Picks Charles- Ready Player Two Charles- Masters of Doom Charles- Top End Devs Darren- Is Ruby Dead Darren- 16 New ML Gems for Ruby Luke- GitHub | jeremyevans/sequel_postgresql_triggers Luke- DEF CON 29 - James Kettle - HTTP2: The Sequel is Always Worse Luke- The Wire Valentino- Flux Valentino- Add strict_loading mode to optionally prevent lazy loading Contact Charles: Devchat.tv DevChat.tv | Facebook Twitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Huzefa Biyawarwala joins the Rogues to discuss developer tooling around Docker and how it's used with Ruby and Rails. The Rogues join in and discuss the ways they've used Docker in their own setups and how they deploy apps using Docker and how Docker is used on their own development environment. Panel Charles Max Wood John Epperson Luke Stutters Valentino Stoll Guest Huzefa Biyawarwala Sponsors Dev Influencers Accelerator Level Up | Devchat.tv PodcastBootcamp.io Links Rails On Docker Simplified Dokku Ruby - Docker Hub Codacy huzefabiyawar/rails-docker:rails-project GitHub | huzefahuzu/rails-sidekiq LinkedIn: Huzefa Biyawarwala Twitter: Huzefa Biyawar ( @huzub ) Picks Charles- PodcastBootcamp.io Charles- The Sword of Shannara Charles- Ready Player One Huzefa- Dokku John- Minecraft Luke- ELF64 hello world Valentino- Move over Rake, Thor is the new king Valentino- GitHub | avmnu-sng/rspec-tracer Valentino- Nushell Valentino- RubyKaigi Takeout 2021 Contact Charles: Devchat.tv DevChat.tv | Facebook Twitter: DevChat.tv ( @devchattv ) Contact John: Rock Agile Consulting GitHub: John Epperson ( kirillian ) LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Huzefa Biyawarwala joins the Rogues to discuss developer tooling around Docker and how it's used with Ruby and Rails. The Rogues join in and discuss the ways they've used Docker in their own setups and how they deploy apps using Docker and how Docker is used on their own development environment. Panel Charles Max Wood John Epperson Luke Stutters Valentino Stoll Guest Huzefa Biyawarwala Sponsors Dev Influencers Accelerator Level Up | Devchat.tv PodcastBootcamp.io Links Rails On Docker Simplified Dokku Ruby - Docker Hub Codacy huzefabiyawar/rails-docker:rails-project GitHub | huzefahuzu/rails-sidekiq LinkedIn: Huzefa Biyawarwala Twitter: Huzefa Biyawar ( @huzub ) Picks Charles- PodcastBootcamp.io Charles- The Sword of Shannara Charles- Ready Player One Huzefa- Dokku John- Minecraft Luke- ELF64 hello world Valentino- Move over Rake, Thor is the new king Valentino- GitHub | avmnu-sng/rspec-tracer Valentino- Nushell Valentino- RubyKaigi Takeout 2021 Contact Charles: Devchat.tv DevChat.tv | Facebook Twitter: DevChat.tv ( @devchattv ) Contact John: Rock Agile Consulting GitHub: John Epperson ( kirillian ) LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Huzefa Biyawarwala joins the Rogues to discuss developer tooling around Docker and how it's used with Ruby and Rails. The Rogues join in and discuss the ways they've used Docker in their own setups and how they deploy apps using Docker and how Docker is used on their own development environment. Panel Charles Max WoodJohn Epperson Luke StuttersValentino Stoll Guest Huzefa Biyawarwala Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tvPodcastBootcamp.io Links Rails On Docker SimplifiedDokkuRuby - Docker HubCodacyhuzefabiyawar/rails-docker:rails-projectGitHub | huzefahuzu/rails-sidekiqLinkedIn: Huzefa BiyawarwalaTwitter: Huzefa Biyawar ( @huzub ) Picks Charles- PodcastBootcamp.ioCharles- The Sword of ShannaraCharles- Ready Player OneHuzefa- DokkuJohn- MinecraftLuke- ELF64 hello worldValentino- Move over Rake, Thor is the new kingValentino- GitHub | avmnu-sng/rspec-tracerValentino- Nushell Valentino- RubyKaigi Takeout 2021 Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Huzefa Biyawarwala.
Huzefa Biyawarwala joins the Rogues to discuss developer tooling around Docker and how it's used with Ruby and Rails. The Rogues join in and discuss the ways they've used Docker in their own setups and how they deploy apps using Docker and how Docker is used on their own development environment. Panel Charles Max WoodJohn Epperson Luke StuttersValentino Stoll Guest Huzefa Biyawarwala Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tvPodcastBootcamp.io Links Rails On Docker SimplifiedDokkuRuby - Docker HubCodacyhuzefabiyawar/rails-docker:rails-projectGitHub | huzefahuzu/rails-sidekiqLinkedIn: Huzefa BiyawarwalaTwitter: Huzefa Biyawar ( @huzub ) Picks Charles- PodcastBootcamp.ioCharles- The Sword of ShannaraCharles- Ready Player OneHuzefa- DokkuJohn- MinecraftLuke- ELF64 hello worldValentino- Move over Rake, Thor is the new kingValentino- GitHub | avmnu-sng/rspec-tracerValentino- Nushell Valentino- RubyKaigi Takeout 2021 Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Huzefa Biyawarwala.
Michael Orr joins the Rogues to discuss how to move applications into Docker for development and production environments in Kubernetes. He walks the panel through the process of orchestrating a Rails setup in Kubernetes that you can run in the cloud. Panel Charles Max Wood Darren Broemmer Luke Stutters Valentino Stoll Guest Michael Orr Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial PodcastBootcamp.io Links Containerizing Ruby on Rails Applications Open Tracing Twitter: Michael Orr ( @imightbeinatree ) Picks Charles- Rocket Fuel Charles- $100M Offers Charles- The Chosen Charles- Top End Devs Charles- PodcastBootcamp.io Darren- 10 Things in Engineering We Don't Spend Enough Time On Luke- Handle request abortion Luke- Mastering Roda Luke- Moving your PINDA probe on your Prusa printer Michael- Create Recording Rules in Prometheus Valentino- Adafruit Gemma M0 Valentino- Conductive Thread Valentino- What is a Reed Switch and How Does it Work? Contact Charles: Devchat.tv DevChat.tv | Facebook Twitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Michael Orr joins the Rogues to discuss how to move applications into Docker for development and production environments in Kubernetes. He walks the panel through the process of orchestrating a Rails setup in Kubernetes that you can run in the cloud. Panel Charles Max WoodDarren BroemmerLuke StuttersValentino Stoll Guest Michael Orr Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialPodcastBootcamp.io Links Containerizing Ruby on Rails ApplicationsOpen Tracing Twitter: Michael Orr ( @imightbeinatree ) Picks Charles- Rocket FuelCharles- $100M OffersCharles- The ChosenCharles- Top End DevsCharles- PodcastBootcamp.ioDarren- 10 Things in Engineering We Don't Spend Enough Time OnLuke- Handle request abortion Luke- Mastering RodaLuke- Moving your PINDA probe on your Prusa printerMichael- Create Recording Rules in PrometheusValentino- Adafruit Gemma M0Valentino- Conductive Thread Valentino- What is a Reed Switch and How Does it Work? Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Michael Orr.
Michael Orr joins the Rogues to discuss how to move applications into Docker for development and production environments in Kubernetes. He walks the panel through the process of orchestrating a Rails setup in Kubernetes that you can run in the cloud. Panel Charles Max Wood Darren Broemmer Luke Stutters Valentino Stoll Guest Michael Orr Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial PodcastBootcamp.io Links Containerizing Ruby on Rails Applications Open Tracing Twitter: Michael Orr ( @imightbeinatree ) Picks Charles- Rocket Fuel Charles- $100M Offers Charles- The Chosen Charles- Top End Devs Charles- PodcastBootcamp.io Darren- 10 Things in Engineering We Don't Spend Enough Time On Luke- Handle request abortion Luke- Mastering Roda Luke- Moving your PINDA probe on your Prusa printer Michael- Create Recording Rules in Prometheus Valentino- Adafruit Gemma M0 Valentino- Conductive Thread Valentino- What is a Reed Switch and How Does it Work? Contact Charles: Devchat.tv DevChat.tv | Facebook Twitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Michael Orr joins the Rogues to discuss how to move applications into Docker for development and production environments in Kubernetes. He walks the panel through the process of orchestrating a Rails setup in Kubernetes that you can run in the cloud. Panel Charles Max WoodDarren BroemmerLuke StuttersValentino Stoll Guest Michael Orr Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialPodcastBootcamp.io Links Containerizing Ruby on Rails ApplicationsOpen Tracing Twitter: Michael Orr ( @imightbeinatree ) Picks Charles- Rocket FuelCharles- $100M OffersCharles- The ChosenCharles- Top End DevsCharles- PodcastBootcamp.ioDarren- 10 Things in Engineering We Don't Spend Enough Time OnLuke- Handle request abortion Luke- Mastering RodaLuke- Moving your PINDA probe on your Prusa printerMichael- Create Recording Rules in PrometheusValentino- Adafruit Gemma M0Valentino- Conductive Thread Valentino- What is a Reed Switch and How Does it Work? Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Michael Orr.
Maxwell Anselm discusses the options that he's found to build multi-platform mobile applications. The panel chimes in on different options. Maxwell also goes into how he uses Ruby in non-Ruby codebases. Panel Darren BroemmerDave KimuraJohn EppersonLuke Stutters Guest Maxwell Anselm Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tvPodcastBootcamp.io Links The Definitive Guide to RUBY's C APIKotlin for Cross-Platform Mobile DevelopmentFlutterShardboxRubyMotionLife in the slow laneGitHub: Max ( silverhammermba ) Picks Darren- GosuDave- TKD Breakable BoardsDave- 12v USB Fan Cable John- GitHub | svenfuchs/gem-releaseJohn- fastlaneLuke- Linux FunLuke- LRUG August 2021Maxwell- ffi | RubyGems Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Special Guest: Maxwell Anselm.
Maxwell Anselm discusses the options that he's found to build multi-platform mobile applications. The panel chimes in on different options. Maxwell also goes into how he uses Ruby in non-Ruby codebases. Panel Darren Broemmer Dave Kimura John Epperson Luke Stutters Guest Maxwell Anselm Sponsors Dev Influencers Accelerator Level Up | Devchat.tv PodcastBootcamp.io Links The Definitive Guide to RUBY's C API Kotlin for Cross-Platform Mobile Development Flutter Shardbox RubyMotion Life in the slow lane GitHub: Max ( silverhammermba ) Picks Darren- Gosu Dave- TKD Breakable Boards Dave- 12v USB Fan Cable John- GitHub | svenfuchs/gem-release John- fastlane Luke- Linux Fun Luke- LRUG August 2021 Maxwell- ffi | RubyGems Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails Screencasts Twitter: Dave Kimura ( @kobaltz ) GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile Consulting GitHub: John Epperson ( kirillian ) LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts )
Maxwell Anselm discusses the options that he's found to build multi-platform mobile applications. The panel chimes in on different options. Maxwell also goes into how he uses Ruby in non-Ruby codebases. Panel Darren Broemmer Dave Kimura John Epperson Luke Stutters Guest Maxwell Anselm Sponsors Dev Influencers Accelerator Level Up | Devchat.tv PodcastBootcamp.io Links The Definitive Guide to RUBY's C API Kotlin for Cross-Platform Mobile Development Flutter Shardbox RubyMotion Life in the slow lane GitHub: Max ( silverhammermba ) Picks Darren- Gosu Dave- TKD Breakable Boards Dave- 12v USB Fan Cable John- GitHub | svenfuchs/gem-release John- fastlane Luke- Linux Fun Luke- LRUG August 2021 Maxwell- ffi | RubyGems Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails Screencasts Twitter: Dave Kimura ( @kobaltz ) GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile Consulting GitHub: John Epperson ( kirillian ) LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts )
Maxwell Anselm discusses the options that he's found to build multi-platform mobile applications. The panel chimes in on different options. Maxwell also goes into how he uses Ruby in non-Ruby codebases. Panel Darren BroemmerDave KimuraJohn EppersonLuke Stutters Guest Maxwell Anselm Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tvPodcastBootcamp.io Links The Definitive Guide to RUBY's C APIKotlin for Cross-Platform Mobile DevelopmentFlutterShardboxRubyMotionLife in the slow laneGitHub: Max ( silverhammermba ) Picks Darren- GosuDave- TKD Breakable BoardsDave- 12v USB Fan Cable John- GitHub | svenfuchs/gem-releaseJohn- fastlaneLuke- Linux FunLuke- LRUG August 2021Maxwell- ffi | RubyGems Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Special Guest: Maxwell Anselm.
Dave Kimura, John Epperson, Luke Stutters, Darren Broemmer, and Valentino Stoll talk about their experiences in setting up a maintainable development environment and discuss considerations when deploying to production. Panel Darren Broemmer Dave Kimura John Epperson Luke Stutters Valentino Stoll Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial PodcastBootcamp.io Links GitHub | rails/importmap-rails Ruby on Whales: Dockerizing Ruby and Rails development GitHub | kirillian/shiplane Ruby on Rails Screencasts bin/functions Picks Darren- Debunking the infamous “Only two hard problems in Computer Science” Dave- Drifting Ruby Dave- 3Doodler Create+ 3D Printing Pen John- GitHub | kirillian/shiplane John- Homemade Pool Covers Luke- Ruby's Hidden Gems: Delegator and Forwardable Luke- mix-fgpa Luke- Donald Knuth’s MIX computer implemented in iCE40HX8K-EVB Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails Screencasts Twitter: Dave Kimura ( @kobaltz ) GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile Consulting GitHub: John Epperson ( kirillian ) LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Dave Kimura, John Epperson, Luke Stutters, Darren Broemmer, and Valentino Stoll talk about their experiences in setting up a maintainable development environment and discuss considerations when deploying to production. Panel Darren Broemmer Dave Kimura John Epperson Luke Stutters Valentino Stoll Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial PodcastBootcamp.io Links GitHub | rails/importmap-rails Ruby on Whales: Dockerizing Ruby and Rails development GitHub | kirillian/shiplane Ruby on Rails Screencasts bin/functions Picks Darren- Debunking the infamous “Only two hard problems in Computer Science” Dave- Drifting Ruby Dave- 3Doodler Create+ 3D Printing Pen John- GitHub | kirillian/shiplane John- Homemade Pool Covers Luke- Ruby's Hidden Gems: Delegator and Forwardable Luke- mix-fgpa Luke- Donald Knuth’s MIX computer implemented in iCE40HX8K-EVB Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails Screencasts Twitter: Dave Kimura ( @kobaltz ) GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile Consulting GitHub: John Epperson ( kirillian ) LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Dave Kimura, John Epperson, Luke Stutters, Darren Broemmer, and Valentino Stoll talk about their experiences in setting up a maintainable development environment and discuss considerations when deploying to production. Panel Darren BroemmerDave KimuraJohn EppersonLuke StuttersValentino Stoll Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialPodcastBootcamp.io Links GitHub | rails/importmap-railsRuby on Whales: Dockerizing Ruby and Rails developmentGitHub | kirillian/shiplaneRuby on Rails Screencastsbin/functions Picks Darren- Debunking the infamous “Only two hard problems in Computer Science”Dave- Drifting RubyDave- 3Doodler Create+ 3D Printing PenJohn- GitHub | kirillian/shiplaneJohn- Homemade Pool CoversLuke- Ruby's Hidden Gems: Delegator and ForwardableLuke- mix-fgpa Luke- Donald Knuth's MIX computer implemented in iCE40HX8K-EVB Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev )
Dave Kimura, John Epperson, Luke Stutters, Darren Broemmer, and Valentino Stoll talk about their experiences in setting up a maintainable development environment and discuss considerations when deploying to production. Panel Darren BroemmerDave KimuraJohn EppersonLuke StuttersValentino Stoll Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trialPodcastBootcamp.io Links GitHub | rails/importmap-railsRuby on Whales: Dockerizing Ruby and Rails developmentGitHub | kirillian/shiplaneRuby on Rails Screencastsbin/functions Picks Darren- Debunking the infamous “Only two hard problems in Computer Science”Dave- Drifting RubyDave- 3Doodler Create+ 3D Printing PenJohn- GitHub | kirillian/shiplaneJohn- Homemade Pool CoversLuke- Ruby's Hidden Gems: Delegator and ForwardableLuke- mix-fgpa Luke- Donald Knuth's MIX computer implemented in iCE40HX8K-EVB Contact Darren: Twitter: Darren Broemmer ( @DarrenBroemmer ) Contact Dave: Ruby on Rails ScreencastsTwitter: Dave Kimura ( @kobaltz )GitHub: David Kimura ( kobaltz ) Contact John: Rock Agile ConsultingGitHub: John Epperson ( kirillian )LinkedIn: John Epperson Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev )
Alex Dunae joins the Rogues to discuss his experience introducing types into an existing codebase using the Sorbet gem and how it saved him and his company time, money, and effort. The conversation covers libraries and tools for working with types in Ruby. Panel Charles Max Wood Luke Stutters Valentino Stoll Guest Alex Dunae Sponsors Dev Influencers Accelerator Level Up | Devchat.tv Links GitHub | Shopify/tapioca GitHub | chanzuckerberg/sorbet-rails Sorbet Journey, Part 1: Why Add Types to a Rails App Sorbet Journey, Part 2: Adding Sorbet to an Existing Ruby Gem Sorbet Journey, Part 3: A Typical Day Adding Sorbet to a Rails App Sorbet Journey, Part 4: Sorbet Stability GORUCO 2017: How to Load 1m Lines of Ruby in 5s by Andrew Metcalf Sorbet Compiler: An experimental, ahead-of-time compiler for Ruby Join Sorbet on Slack Twitter: Alex D ( @MrMrBug ) Picks Alex- The Architecture of Open Source Applications Alex- Sonic Pi Alex- HealthFit Charles- Xero Charles- Level Up | Devchat.tv Luke- Alan Kay - Quora Valentino- GitHub | tenderlove/analog-terminal-bell Valentino- OSH Park Valentino- Strange request: What is the loudest clicky keyboard? Valentino- IBM Beamspring Sound Contact Charles: Devchat.tv DevChat.tv | Facebook Twitter: DevChat.tv ( @devchattv ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Alex Dunae joins the Rogues to discuss his experience introducing types into an existing codebase using the Sorbet gem and how it saved him and his company time, money, and effort. The conversation covers libraries and tools for working with types in Ruby. Panel Charles Max Wood Luke Stutters Valentino Stoll Guest Alex Dunae Sponsors Dev Influencers Accelerator Level Up | Devchat.tv Links GitHub | Shopify/tapioca GitHub | chanzuckerberg/sorbet-rails Sorbet Journey, Part 1: Why Add Types to a Rails App Sorbet Journey, Part 2: Adding Sorbet to an Existing Ruby Gem Sorbet Journey, Part 3: A Typical Day Adding Sorbet to a Rails App Sorbet Journey, Part 4: Sorbet Stability GORUCO 2017: How to Load 1m Lines of Ruby in 5s by Andrew Metcalf Sorbet Compiler: An experimental, ahead-of-time compiler for Ruby Join Sorbet on Slack Twitter: Alex D ( @MrMrBug ) Picks Alex- The Architecture of Open Source Applications Alex- Sonic Pi Alex- HealthFit Charles- Xero Charles- Level Up | Devchat.tv Luke- Alan Kay - Quora Valentino- GitHub | tenderlove/analog-terminal-bell Valentino- OSH Park Valentino- Strange request: What is the loudest clicky keyboard? Valentino- IBM Beamspring Sound Contact Charles: Devchat.tv DevChat.tv | Facebook Twitter: DevChat.tv ( @devchattv ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology Blog Work @ Doximity GitHub: Valentino Stoll ( codenamev ) Twitter: V ( @thecodenamev )
Alex Dunae joins the Rogues to discuss his experience introducing types into an existing codebase using the Sorbet gem and how it saved him and his company time, money, and effort. The conversation covers libraries and tools for working with types in Ruby. Panel Charles Max WoodLuke StuttersValentino Stoll Guest Alex Dunae Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tv Links GitHub | Shopify/tapiocaGitHub | chanzuckerberg/sorbet-railsSorbet Journey, Part 1: Why Add Types to a Rails AppSorbet Journey, Part 2: Adding Sorbet to an Existing Ruby GemSorbet Journey, Part 3: A Typical Day Adding Sorbet to a Rails AppSorbet Journey, Part 4: Sorbet StabilityGORUCO 2017: How to Load 1m Lines of Ruby in 5s by Andrew MetcalfSorbet Compiler: An experimental, ahead-of-time compiler for RubyJoin Sorbet on SlackTwitter: Alex D ( @MrMrBug ) Picks Alex- The Architecture of Open Source ApplicationsAlex- Sonic PiAlex- HealthFitCharles- XeroCharles- Level Up | Devchat.tvLuke- Alan Kay - QuoraValentino- GitHub | tenderlove/analog-terminal-bellValentino- OSH ParkValentino- Strange request: What is the loudest clicky keyboard?Valentino- IBM Beamspring Sound Contact Charles: Devchat.tvDevChat.tv | FacebookTwitter: DevChat.tv ( @devchattv ) Contact Luke: GitHub: Luke Stutters ( lukestuts ) Contact Valentino: Doximity Technology BlogWork @ DoximityGitHub: Valentino Stoll ( codenamev )Twitter: V ( @thecodenamev ) Special Guest: Alex Dunae .