Player FM - Internet Radio Done Right
Checked 3M ago
Hozzáadva három éve
A tartalmat a Jared White biztosítja. Az összes podcast-tartalmat, beleértve az epizódokat, grafikákat és podcast-leírásokat, közvetlenül a Jared White vagy a podcast platform partnere tölti fel és biztosítja. Ha úgy gondolja, hogy valaki az Ön engedélye nélkül használja fel a szerzői joggal védett művét, kövesse az itt leírt folyamatot https://hu.player.fm/legal.
Player FM - Podcast alkalmazás
Lépjen offline állapotba az Player FM alkalmazással!
Lépjen offline állapotba az Player FM alkalmazással!
Fullstack Ruby Podcast
Mind megjelölése nem lejátszottként
Manage series 3295904
A tartalmat a Jared White biztosítja. Az összes podcast-tartalmat, beleértve az epizódokat, grafikákat és podcast-leírásokat, közvetlenül a Jared White vagy a podcast platform partnere tölti fel és biztosítja. Ha úgy gondolja, hogy valaki az Ön engedélye nélkül használja fel a szerzői joggal védett művét, kövesse az itt leírt folyamatot https://hu.player.fm/legal.
Elevate your Ruby skills. Everywhere. Futuristic Web Dev That’s Fast and Fun! Hosted by Jared White.
…
continue reading
12 epizódok
Mind megjelölése nem lejátszottként
Manage series 3295904
A tartalmat a Jared White biztosítja. Az összes podcast-tartalmat, beleértve az epizódokat, grafikákat és podcast-leírásokat, közvetlenül a Jared White vagy a podcast platform partnere tölti fel és biztosítja. Ha úgy gondolja, hogy valaki az Ön engedélye nélkül használja fel a szerzői joggal védett művét, kövesse az itt leírt folyamatot https://hu.player.fm/legal.
Elevate your Ruby skills. Everywhere. Futuristic Web Dev That’s Fast and Fun! Hosted by Jared White.
…
continue reading
12 epizódok
Minden epizód
×
1 A Casual Conversation with KOW (Karl Oscar Weber) on Camping, Open Source Politics, and More 1:04:10
1:04:10
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt1:04:10
This is a right humdinger of an episode of Fullstack Ruby ! I got the chance to talk with Karl Oscar Weber all about the Camping web framework, as well as his Grilled Cheese livestream, working as a freelancer, and how to criticize by creating as a programmer in a world fraught with political upheaval. Great craic , as the Irish say. Links & Show Notes Sign up for the Fullstack Ruby newsletter Get bonus issues and support this content as an Intuitive+ member! Guest: Karl Oscar Weber ( Kowfm@ruby.social ) Capsule Graphics Camping Grilled Cheese (Twitch) Kona Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! Theme music courtesy of Epidemic Sound .…
It’s tempting to want to take the simplistic approach of writing “to the framework” or to the external API directly in the places where you need to interface with those resources, but it’s sometimes a much better approach to create your own abstraction layer. Having this layer which sits between your high-level business logic or request/response handling, and the low-level APIs you need to call, means you’ll be able to define an API which is clean and makes sense for your application…and then you can get messy down in the guts of the layer or even swap out one external API for another one. I explore all this and more in another rousing episode of Fullstack Ruby . Links & Show Notes Sign up for the Fullstack Ruby newsletter Get bonus issues and support this content as an Intuitive+ member! Whitefusion: a Boutique Web Studio ( hire me! ) Top 10 Most Excellent Gems to Use in Any Ruby Web Application Bridgetown 2.0 Beta Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! Theme music courtesy of Epidemic Sound .…
The rumors are true: I became a Ruby developer because of Rails . It’s probably common that folks find a tech stack or framework which offers the features and the community they desire and so learn the language undergirding that stack. Truth is, Ruby did not appeal to me at first and I resisted it! I wanted to remain a PHP developer, damnit! But the industry draw of Rails required me to learn Ruby, and I eventually fell head-over-heels in love with this language . Now I find myself at a crossroads. Do I leave Ruby behind because I’m no longer a “Rails developer”? Or do I embrace the essence of what makes Ruby Ruby and forge a different path? Gather around, my fellow devs, and listen to my story… Links & Show Notes Ruby, Fully Stacked ( Fullstack Ruby rebooted! ) Using Lambdas and Callables for Deferred Evaluation, Control Flow, and New Language Patterns Just a Spec Podcast Road to Bridgetown 2.0, Part 1 (Stuck in Burnout Marsh) Whitefusion: a Boutique Web Studio ( hire me! ) Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! Theme music courtesy of Epidemic Sound .…
What are signals? What is find-grained reactivity? Why is everyone talking about them on the frontend these days? And what, if anything, can we apply from our newfound knowledge of signals to backend programming? Is it possible to use signals in Ruby? (Yes!) Learn all about signals, the Preact Signals library, and the new Signalize gem right here in the latest episode of Fullstack Ruby. Links: Episode 4: Design Patterns on the Frontend, History of MVVM, Web Components, and You preactjs/signals: Manage state with style in every framework whitefusionhq/signalize: A Ruby port of Signals, providing reactive variables, derived computed state, side effect callbacks, and batched updates. Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! Theme music courtesy of Epidemic Sound .…
Ayush is on the core team of Bridgetown, a specialist in Ruby on Rails and Hotwire app development, and a personal friend. I'm very excited to have him on the show today to talk about all things fullstack web dev, his new book The Rails & Hotwire Codex, and why vanilla is awesome! Links: Bridgetown – Ruby site generator & fullstack framework The Rails & Hotwire Codex Ayush Newatia's socials: Mastodon Twitter Business Email Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! Theme music courtesy of Epidemic Sound .…
Ruby can now run on Wasm! WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications. So…we can now run "real" Ruby in the browser, right? Yes! …and no. Caveat emptor, but nevertheless this is a very welcome development and promising technology for the future. Let's dive in. Links: Announcement by @HParker on ruby.social Todo List built with Ruby Wasm ruby.wasm JS bridge docs ruby.wasm gem (managed as part of Ruby core) Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! Theme music courtesy of Epidemic Sound .…
Every Ruby web framework has its own way of configuring itself as well as third-party dependencies. In some cases it's largely up to you, in other cases it's clearly spelled out. There may or may not also be some "magic" involved in requiring gems added to a Gemfile. As a maintainer of Bridgetown, I'm currently working through all these issues as I ready the next major release which will feature a brand-new initialization system. Listen to the show to hear a rundown of some of the configuration setups out there and what we've chosen to focus on for Bridgetown! Links: Top 8 Most Demanded Programming Languages in 2022 (Ruby at #7) Configuring Rails Applications How to Create Roda Plugins Bridgetown's current Configuration/Plugins system Upcoming Bridgetown Initializer-based Configuration ( GitHub PR ) Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! The Fullstack Ruby Podcast is a production of Whitefusion , a boutique web studio based in Portland, OR. Theme music courtesy of Epidemic Sound .…
Ruby is optimized for programmer happiness . What does that even mean? Which programmer? Whose happiness? What if you use Ruby and aren't happy? Does that mean Ruby failed? All this and much more to be covered in today's episode—not a deep dive into a technical topic, but a deep dive into the philosophy of programming, the "Ruby way", OOP, the dangers of monocultures, and the need to recognize implicit biases when engaging in technology debates. Links: r/ruby thread comment about dreading Ruby Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! The Fullstack Ruby Podcast is a production of Whitefusion , a boutique web studio based in Portland, OR. Theme music courtesy of Epidemic Sound .…
Design patterns on the frontend: this is a subject far too little discussed from what I can tell, yet with a fundamental awareness and regular usage of design patterns, you can dramatically uplevel your frontend code. Rubyists in particular will have a major leg up here over devs coming from communities which are more FP (functional programming) in nature, because the view layer of the web is inherently object-oriented . Ruby developers are well-trained in the ways of object-oriented programming and using design patterns. This is probably why many Rubyists instinctively look askance at certain modern paradigms of frontend programming. It’s overly complicated, poorly architected, and rarely understood from a proper OOP perspective. You view source on many websites and it’s “div tag soup”. It’s a nightmare. You look at how people will write heaps of functional React components, and it’s a buggy spaghetti code mess. Well guess what? We can change all that. Web components, and simple libraries like Lit—combined with an understanding of how the DOM works natively plus MVVM (Model-View-ViewModel)—lets us reason about our frontend in similar ways to how we reason about the backend using the OOP paradigm. A web component is simply the "VM" of MVVM, and you easily add in the V part via a declarative template library or just manipulate the DOM (that is, the View) directly in an imperative fashion. So Rubyists, stop feeling like the frontend is out to get you, or you need to avoid it, or contain it. Embrace it! The frontend can be just as fun and rewarding as the backend—if you know what to do with it. CORRECTION: in the recording I said Stimulus doesn't provide view bindings. That's not actually true — you can use data-action attributes so that the events triggered get handled by the controller. However, you can't bind reactive data back into the template. You get targets of course, but it's entirely up to you how you make use of those targets to update the DOM via your Stimulus controller. Links: Model–view–viewmodel - Wikipedia Model ← (from server connection or client data store) → ViewModel ← (bindings) → View Knockout (web framework) - Wikipedia Web Components - MDN Lit: Simple. Fast. Web Components. Article: HTML is a Serialized Object Graph Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! The Fullstack Ruby Podcast is a production of Whitefusion , a boutique web studio based in Portland, OR. Theme music courtesy of Epidemic Sound .…
Typically when you mention "Ruby" and "template" in the same breath, people will think of ERB. Perhaps even Haml. But did you know that the Ruby ecosystem offers a wide variety of template engines, and quite a few are built upon pure Ruby? In this episode, I break down the main conceptual difference between "string-based templates" such as ERB and "DSLs" such as Papercraft, the various options within each category, and some of the reasons you might want to choose one approach or another depending on your use case. Enjoy! Links: Article: HTML is a Serialized Object Graph ERB Erubi (ERB variant used by Rails, Bridgetown) Liquid Serbea Haml Slim Arbre Markaby Wunderbar Papercraft Rux Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! The Fullstack Ruby Podcast is a production of Whitefusion , a boutique web studio based in Portland, OR. Theme music courtesy of Epidemic Sound .…
There are no full stack engineers ?! Let's talk about that. Also, just what is a componentized view architecture anyway? What are components? For that matter, what are templates? What are partials? I break it all down and explain why I'm gung-ho about view components. Plus I answer questions regarding Stimulus, nice_partials, and other Rails tooling from listeners like YOU! Enjoy, and keep on Ruby-ing! Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! The Fullstack Ruby Podcast is a production of Whitefusion , a boutique web studio based in Portland, OR. Theme music courtesy of Epidemic Sound .…
Hey everybody, I’m so glad you could tune in for the debut episode of Fullstack Ruby. I’ve been on a few Ruby-themed podcasts over the past 18 months, but this is the first time I’m running a show about Ruby myself! To kick things off, I'd like to introduce you to Ruby2JS and explain why I think this technology is a game changer. Ruby2JS isn’t simply about an attempt to write what appears to be Ruby code for your website frontend. It’s really about writing JavaScript—AS IF JavaScript had Ruby's syntax and was inspired by Ruby’s stdlib, ActiveSupport, and the like. A "RubyScript" if you will. Three examples I cover on today's episode: • set_timeout • tap & yield_self • implicit self method calls within a class definition Visit the Ruby2JS website for live compilation demos, documentation on the various transformations and approaches available, and a whole lot more. Become a part of the Fullstack Ruby community and learn how to put your Ruby skills to work on the backend AND the frontend. Know somebody who's a JavaScript developer but is interested in learning more about Ruby? Share the site, podcast, or newsletter with them! The Fullstack Ruby Podcast is a production of Whitefusion , a boutique web studio based in Portland, OR. Theme music courtesy of Epidemic Sound .…
Üdvözlünk a Player FM-nél!
A Player FM lejátszó az internetet böngészi a kiváló minőségű podcastok után, hogy ön élvezhesse azokat. Ez a legjobb podcast-alkalmazás, Androidon, iPhone-on és a weben is működik. Jelentkezzen be az feliratkozások szinkronizálásához az eszközök között.