Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Feb 2, 2025
1 parent cc05804 commit 7a26a52
Show file tree
Hide file tree
Showing 4 changed files with 998 additions and 1,362 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"dependencies": {
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.3",
"@astrojs/svelte": "^7.0.4",
"@hotwired/turbo": "8.0.12",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.5.0",
"astro": "^5.1.7",
"astro": "^5.2.3",
"astro-icon": "1.1.5",
"dayjs": "^1.11.13",
"dom-serializer": "^2.0.0",
Expand All @@ -38,8 +38,8 @@
"postcss-reporter": "7.1.0",
"rehype-external-links": "^3.0.0",
"reseter.css": "^2.0.0",
"svelte": "5.19.0",
"vite": "^6.0.9",
"svelte": "5.19.6",
"vite": "^6.0.11",
"vite-plugin-pwa": "^0.21.1",
"workbox-build": "^7.3.0",
"workbox-core": "^7.3.0",
Expand All @@ -51,7 +51,7 @@
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.1.3",
"astro-eslint-parser": "1.1.0",
"astro-eslint-parser": "1.2.1",
"eslint": "8.57.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-svelte": "^2.46.1",
Expand Down
Binary file added public/images/covers/13/1301.webp
Binary file not shown.
21 changes: 16 additions & 5 deletions src/data/posts/2025/podcast-13-01.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: '01 випуск 13 сезону. та інше'
date: 2024-01-18
title: '01 випуск 13 сезону. Ruby 3.4.1, Bun 1.2, Superglue 1.0, Vitest 3.0, Plotly 3.0, Rumale, Refrigerator та інше'
date: 2025-02-02
tags:
- podcasts
audio_url: 'https://files.rwpod-assets.com/podcasts/13/1301.mp3'
Expand All @@ -18,15 +18,26 @@ draft: true

- [Ruby 3.4.1 Released](https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-1-released/)
- [Ruby 3.4](https://rubyreferences.github.io/rubychanges/3.4.html)
- [Seven things I know after 25 years of development](https://zverok.space/blog/2025-01-27-7things-euruko.html)
- [New for Ruby 3.4: Modular Garbage Collection and MMTk](https://railsatscale.com/2025-01-08-new-for-ruby-3-4-modular-garbage-collectors-and-mmtk/)
- [Rails 7.2 and YJIT on Heroku](https://ryanwood.com/posts/rails-72-and-yjit-on-heroku)
- [Magic behind Ruby code you see every day](https://impactahead.com/dev/magic-behind-ruby-code-you-see-every-day)
- [A simple trick to understand Ruby’s lazy enumerator](https://joyofrails.com/articles/simple-trick-to-understand-ruby-lazy-enumerator)
- [Superglue 1.0: React ❤️ Rails. A new era of thoughtfulness](https://thoughtbot.com/blog/superglue-1-0-react-rails-a-new-era-of-thoughtfulness)
- [How Honeybadger migrated from Sidekiq to Karafka](https://www.honeybadger.io/blog/sidekiq-to-karafka/)
- [Build Rails Apps with Components](https://terminalwire.com/articles/superview)
- [Stealthly Browsing and Scraping with Ferrum](https://railsnotes.xyz/blog/ferrum-stealth-browsing)
- [Rumale - a machine learning library in Ruby](https://github.com/yoshoku/rumale)
- [Refrigerator - freeze all core ruby classes](https://github.com/jeremyevans/ruby-refrigerator)
- [Skeleton Frames (video)](https://www.driftingruby.com/episodes/skeleton-frames)

## Web


- [Bun 1.2](https://bun.sh/blog/bun-v1.2)
- [Vitest 3.0 is out!](https://vitest.dev/blog/vitest-3)
- [Plotly 3.0 - a JavaScript Graphing Library ](https://plotly.com/javascript/)
- [2024 JavaScript Rising Stars](https://risingstars.js.org/2024/en)
- [JavaScript Temporal is coming](https://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/)
- [Node's new built-in support for TypeScript](https://2ality.com/2025/01/nodejs-strip-type.html)
- [Things people get wrong about Electron](https://felixrieseberg.com/things-people-get-wrong-about-electron/)
- [The future of htmx](https://htmx.org/essays/future/)
- [All Javascript Keyboard Shortcut Libraries Are Broken](https://blog.duvallj.pw/posts/2025-01-10-all-javascript-keyboard-shortcut-libraries-are-broken.html)
- [Postal-mime is an email parsing library that runs in browser environments and serverless functions](https://github.com/postalsys/postal-mime)
Loading

0 comments on commit 7a26a52

Please sign in to comment.