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.
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.
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.
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
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.