493 episodios

RWpod - подкаст про Ruby та Web технології (для тих, кому подобається мислити в Ruby стилі)

RWpod - подкаст про Ruby та Web технологі‪ї‬ RWPod команда

    • Tecnología

RWpod - подкаст про Ruby та Web технології (для тих, кому подобається мислити в Ruby стилі)

    14 випуск 12 сезону. Ruby 3.3.1, Node v22.0.0, Pnpm 9.0, React 19 Beta, React Native 0.74, Autotuner та інше

    14 випуск 12 сезону. Ruby 3.3.1, Node v22.0.0, Pnpm 9.0, React 19 Beta, React Native 0.74, Autotuner та інше

    Доброго дня шановні слухачі. Представляємо новий випуск подкасту RWpod. У цьому
    випуску:


    RUBY

    * Ruby 3.3.1 Released
    [https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-3-1-released/]
    * ActiveRecord::Base#pluck adds support for hash values in Rails 7.2
    [https://blog.saeloun.com/2024/04/26/rails-7-2-activerecord-pluck-to-accept-hash-values/]
    * Autotuner: How to Speed Up Your Rails App
    [https://railsatscale.com/2024-04-24-autotuner-how-to-speed-up-your-rails-app/]
    * Ruby might be faster than you think
    [https://www.johnhawthorn.com/2024/ruby-might-be-faster-than-you-think/]
    * The Future of Ruby and Rails in the Age of AI
    [https://obie.medium.com/the-future-of-ruby-and-rails-in-the-age-of-ai-8f1acea31bc2]
    * Meta's new ai chat sucks at coding
    [https://justin.searls.co/posts/metas-new-ai-chat-sucks-at-coding/]


    WEB

    * Node v22.0.0 [https://nodejs.org/en/blog/release/v22.0.0]
    * Pnpm 9.0 [https://github.com/pnpm/pnpm/releases/tag/v9.0.0]
    * React 19 Beta [https://react.dev/blog/2024/04/25/react-19]
    * React Native 0.74 [https://reactnative.dev/blog/2024/04/22/release-0.74]
    * The Intl.Segmenter object is now part of Baseline
    [https://web.dev/blog/intl-segmenter]
    * Everything about the AbortSignals (timeouts, combining signals, and how to
    use it with window.fetch)
    [https://codedrivendevelopment.com/posts/everything-about-abort-signal-timeout]
    * Hello Bun: How Sveld now deploys 2x faster on GitHub and Render
    [https://render.com/blog/hello-bun-deploy-2x-faster-on-github-render]

    • 47 min
    13 випуск 12 сезону. What happened to Rubinius, SQLite on Rails, TresJS, Quill 2.0, Hono, Janus та інше

    13 випуск 12 сезону. What happened to Rubinius, SQLite on Rails, TresJS, Quill 2.0, Hono, Janus та інше

    Доброго дня шановні слухачі. Представляємо новий випуск подкасту RWpod. У цьому
    випуску:


    RUBY

    * What happened to Rubinius?
    [https://www.reddit.com/r/ruby/comments/1c460gh/what_happened_to_rubinius/]
    * SQLite on Rails: The how and why of optimal performance
    [https://fractaledmind.github.io/2024/04/15/sqlite-on-rails-the-how-and-why-of-optimal-performance/]
    * Authenticate_by: Prevent timing-based enumeration of users
    [https://a-chacon.com/en/ruby/rails/security/2024/04/18/authenticate-by-for-prevent-timing-based-enumeration-in-rails.html]
    * Gemfast is a fast and secure rubygems server written in Go
    [https://github.com/gemfast/server]
    * Introducing Janus a read/write proxy for ActiveRecord 7.1+
    [https://tech.olioex.com/ruby/2024/04/16/introducing-janus.html]
    * Ruby-on-strum-healthcheck - simple configurable application healthcheck
    [https://github.com/on-strum/ruby-on-strum-healthcheck]
    * Validates_email_format_of - validate e-mail addreses against RFC 2822 and RFC
    3696 [https://github.com/validates-email-format-of/validates_email_format_of]


    WEB

    * CSS in React Server Components
    [https://www.joshwcomeau.com/react/css-in-rsc/]
    * TresJS - bring three to the Vue ecosystem [https://tresjs.org/]
    * Quill 2.0 - powerful rich text editor
    [https://quilljs.com/docs/upgrading-to-2-0]
    * HyperFormula - a headless spreadsheet, a parser and evaluator of Excel
    formulas [https://hyperformula.handsontable.com/]
    * Faces.js - a JavaScript library for generating vector-based cartoon faces
    [https://zengm.com/facesjs/]
    * Hono - is a small, simple, and ultrafast web framework for the Edges
    [https://github.com/honojs/hono]
    * Wedges - an open-source collection of UI components for React
    [https://www.lemonsqueezy.com/wedges]

    • 57 min
    12 випуск 12 сезону. ESLint 9, Langchain.rb, CrystalRuby, Folding the DOM, Counterscale та інше

    12 випуск 12 сезону. ESLint 9, Langchain.rb, CrystalRuby, Folding the DOM, Counterscale та інше

    Доброго дня шановні слухачі. Представляємо новий випуск подкасту RWpod. У цьому
    випуску:


    RUBY

    * Rails 8 adds Rubocop by default to new applications
    [https://blog.saeloun.com/2024/04/08/rails-8-adds-rubocop-by-default/]
    * Introducing form_props: The power of Rails forms now available for React!
    [https://thoughtbot.com/blog/introducing-form-props]
    * Langchain.rb - building LLM-powered applications in Ruby
    [https://github.com/patterns-ai-core/langchainrb]
    * CrystalRuby - embed Crystal code directly in Ruby
    [https://github.com/wouterken/crystalruby]
    * Windows and WSL (video)
    [https://www.driftingruby.com/episodes/windows-and-wsl]


    WEB

    * ESLint v9.0.0 released
    [https://eslint.org/blog/2024/04/eslint-v9.0.0-released/]
    * Folding the DOM [https://www.joshwcomeau.com/react/folding-the-dom/]
    * DevTools Tips & Tricks
    [https://frontendmasters.com/blog/devtools-tips-tricks/]
    * Counterscale - scalable web analytics you run yourself on Cloudflare
    [https://counterscale.dev/]
    * Preview UI components and Storybook stories in your IDE instantly
    [https://previewjs.com/]

    • 33 min
    11 випуск 12 сезону. Bun 1.1, TC39 Proposal for Signals, BFCache explained, Vernier Profiler та інше

    11 випуск 12 сезону. Bun 1.1, TC39 Proposal for Signals, BFCache explained, Vernier Profiler та інше

    Доброго дня шановні слухачі. Представляємо новий випуск подкасту RWpod. У цьому
    випуску:


    RUBY

    * RubyGems is not vulnerable to the xz/liblzma backdoor
    [https://blog.rubygems.org/2024/03/31/rubygems-and-xz.html]
    * New leadership for Hanami
    [https://hanamirb.org/blog/2024/04/04/new-leadership-for-hanami/]
    * How I improved our CI build time from 24mins to 8mins and reduced costs by
    50% [https://owaiskhan.me/post/improve-ci-build-time-and-reduce-cost]
    * Introducing Ruzzy, a coverage-guided Ruby fuzzer
    [https://blog.trailofbits.com/2024/03/29/introducing-ruzzy-a-coverage-guided-ruby-fuzzer/]
    * Vernier Profiler — Web app for Ruby performance analysis
    [https://vernier.prof/]


    WEB

    * Bun 1.1 [https://bun.sh/blog/bun-v1.1]
    * A TC39 Proposal for Signals
    [https://eisenbergeffect.medium.com/a-tc39-proposal-for-signals-f0bedd37a335]
    * What Even Is a JSON Number? [https://blog.trl.sn/blog/what-is-a-json-number/]
    * BFCache explained [https://www.sabatino.dev/bfcache-explained/]
    * Cally - a small, feature-rich calendar components
    [https://wicky.nillia.ms/cally/]

    • 49 min
    10 випуск 12 сезону. Solid Queue 0.3, Iterator helpers, Rails-new, RubyFann, Promise Execution та інше

    10 випуск 12 сезону. Solid Queue 0.3, Iterator helpers, Rails-new, RubyFann, Promise Execution та інше

    Доброго дня шановні слухачі. Представляємо новий випуск подкасту RWpod. У цьому
    випуску:


    RUBY

    * Solid Queue 0.3: Add support for recurring tasks (cron style jobs)
    [https://github.com/rails/solid_queue/releases/tag/v0.3.0]
    * Micro benchmarking value objects in Ruby: Data.define vs Struct vs OpenStruct
    [https://allaboutcoding.ghinda.com/micro-benchmarking-value-objects-in-ruby-datadefine-vs-struct-vs-openstruct]
    * 14 tools and gems every Ruby developer would love
    [https://blog.testdouble.com/posts/2024-03-26-ruby-toolbox/]
    * Rails-new - create a new rails app without ruby installed
    [https://github.com/rails/rails-new]
    * RubyFann - Ruby library for interfacing with FANN (Fast Artificial Neural
    Network) [https://github.com/tangledpath/ruby-fann]
    * Onigmo - a Ruby wrapper around the onigmo regular expression library
    [https://github.com/Shopify/onigmo]


    WEB

    * Iterator helpers [https://v8.dev/features/iterator-helpers]
    * What You Need to Know about Modern CSS
    [https://frontendmasters.com/blog/what-you-need-to-know-about-modern-css-spring-2024-edition/]
    * JavaScript Visualized: Promise Execution
    [https://www.lydiahallie.com/blog/promise-execution]
    * Atlassian's Pragmatic Drag and Drop Framework
    [https://atlassian.design/components/pragmatic-drag-and-drop/about]
    * Node.js: The Documentary | An origin story (video)
    [https://youtu.be/LB8KwiiUGy0?si=MY7TCuZC6q-u4MAm]

    • 36 min
    09 випуск 12 сезону. Chilled Strings in Ruby, Runtime compatibility, allow_browser in rails, MistCSS та інше

    09 випуск 12 сезону. Chilled Strings in Ruby, Runtime compatibility, allow_browser in rails, MistCSS та інше

    Доброго дня шановні слухачі. Представляємо новий випуск подкасту RWpod. У цьому
    випуску:


    RUBY

    * 'Chilled Strings' commited in CRuby
    [https://github.com/ruby/ruby/commit/12be40ae6be78ac41e8e3f3c313cc6f63e7fa6c4]
    * Rails 8 adds allow_browser to set minimum browser version
    [https://blog.saeloun.com/2024/03/18/rails-8-adds-allow-browser-to-set-minimum-versions/]
    * Rails Guides get a facelift
    [https://rubyonrails.org/2024/3/20/rails-guides-get-a-facelift]
    * Introducing props_template: A Jbuilder alternative
    [https://thoughtbot.com/blog/introducing-props-template]
    * Good Database Migration Practices for Your Ruby on Rails App using Strong
    Migrations
    [https://blog.appsignal.com/2024/03/20/good-database-migration-practices-for-your-ruby-on-rails-app-using-strong-migrations.html]


    WEB

    * Runtime compatibility [https://runtime-compat.unjs.io/]
    * Optimizing Javascript for fun and for profit
    [https://romgrk.com/posts/optimizing-javascript]
    * A formula for responsive font-size
    [https://jameshfisher.com/2024/03/12/a-formula-for-responsive-font-size/]
    * How we built a custom permissions DSL at Figma
    [https://www.figma.com/blog/how-we-rolled-out-our-own-permissions-dsl-at-figma/]
    * MistCSS - write React components using CSS only
    [https://typicode.github.io/mistcss/]

    • 48 min

Top podcasts de Tecnología

Loop Infinito (by Applesfera)
Applesfera
Lex Fridman Podcast
Lex Fridman
Inteligencia Artificial
Pocho Costa
Applelianos
Applelianos
Cafe con Victor
Victor Abarca
Las Charlas de Applesfera
Applesfera

Quizá también te guste

DOU Podcast
DOU
Кляті питання
Українська правда
Шо по коду?
Ігор, Роман, Руслан
Pi Tech
Павло Дмитрієв, Костянтин Мірін, Євген Москвіта
Ship It! SRE, Platform Engineering, DevOps
Changelog Media