RSS Is NOT Dead, by Syntax FM > Scott and CJ explore why RSS still matters and how it’s more underused than outdated. They discuss how to self-host RSS readers, escape ... syntax.fm/show/926/rss... #rss #wallabag #podcast #syntaxfm

RSS Is NOT Dead - Syntax #926
RSS Is NOT Dead - Syntax #926

RSS Is NOT Dead, by Syntax FM

> Scott and CJ explore why RSS still matters and how it’s more underused than outdated. They discuss how to self-host RSS readers, escape the noise of the modern web, and reclaim a cleaner, ad-free reading experience across devices.

https://syntax.fm/show/926/rss-is-not-dead

#rss #wallabag #podcast #syntaxfm

RSS Is NOT Dead - Syntax #926

Thanks to the #SyntaxFM podcast folks for having me on recently to talk about code review! https://syntax.fm/show/830/github-and-code-reviews-with-sarah-vessels
GitHub and Code Reviews with Sarah Vessels - Syntax #830

Sarah Vessels from GitHub discusses code reviews, the process of collaborating on a codebase, and best practices around pull requests and merges.

Svelte 5 is a beast, but is it worth switching? - Syntax.fm now is a video podcast! #SyntaxFM @syntaxfm -
https://youtu.be/KB6zkvYJqoE?si=g7917rj-DequGu8i
Svelte 5 is a beast, but is it worth switching?

YouTube
🎧 I was on the Syntax podcast with Wes Bos and Scott Tolinski to chat about Project Fugu 🐡: https://syntax.fm/show/722/next-level-web-apis-bluetooth-file-access-thomas-steiner-project-fugu. #Podcast #ProjectFugu #SyntaxFM
Next Level Web APIs. Bluetooth, File Access, Thomas Steiner - Project Fugu - Syntax #722

Google Chrome developer relations engineer Thomas Steiner discusses Project Fugu, an effort to enable any app idea to be built on the web by inventing new browser APIs like web Bluetooth, file system access, shape detection, and more.

Yas! My new tee-shirt from #syntaxfm is here it’s glorious!
Oh wow, CSS nesting supports nesting media queries/container queries?! That's awesome news!
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting/Nesting_at-rules
#css (learned from #syntaxfm @[email protected] 👋)
CSS nesting at-rules - CSS: Cascading Style Sheets | MDN

Any at-rule whose body contains style rules can be nested inside another style rule using CSS nesting. Style rules nested inside at-rules take their nesting selector definition from the nearest ancestor style rule. Properties can be directly included inside a nested at-rule, acting as if they were nested in a & {...} block.

MDN Web Docs
I got some #syntaxfm swag in the mail today. It’s siiiick.

Well this was a timely episode of #SyntaxFM ! https://syntax.fm/show/632/where-to-register-a-domain

I have a bunch of stuff on Google Domains, mostly because it was easy to share access to domains, but I guess I'm going to be spending the next few weeks learning how to migrate domain names to Cloudflare, and probably learning more than I ever wanted about #DNS in the process

Where to Register a Domain — Syntax Podcast 632

Full Stack Developers Wes Bos and Scott Tolinski dive deep into web development topics, explaining how they work and talking about their own experiences. They cover from JavaScript frameworks like React, to the latest advancements in CSS to simplifying web tooling.

#SyntaxFM podcast talking about JSDoc: fully agree, we use JSDoc extensively lately and I am pretty happy with it.

One thing worth mentioning: by adding `// @ts-check` to the top of any JS file you can gratually opt into the typescript type checking and will show you any errors in that file. _Very_ handy.