AI Won’t Take Your Job—but Someone Who Uses It Better Than You Will, by @cwodtke:
https://eleganthack.com/ai-wont-take-your-job-but-someone-who-uses-it-better-than-you-will/
State of AI 2025 [Results], by @sachagreif (@devographics.com):
Your Frontend, Backend, and Database—Now in One Cloudflare Worker, by @cloudflare:
https://blog.cloudflare.com/full-stack-development-on-cloudflare-workers/
Local SEO vs. National SEO vs. Global SEO: A Strategy Guide, by @semrushofficial.bsky.social:
5 GitHub Actions Every Maintainer Needs to Know, by @github:
https://github.blog/open-source/maintainers/5-github-actions-every-maintainer-needs-to-know/
The Post-Developer Era, by @joshwcomeau:
Don’t Use Scores From Automatic Tools in Your Accessibility Statement, by @cerovac_a11y:
C++Now 2025 SESSION ANNOUNCEMENT: How To Affect the Future of C++ Standard in 90 Minutes by River Wu
https://schedule.cppnow.org/session/2025/how-to-affect-the-future-of-c-standard-in-90-minutes/
Register now at https://cppnow.org/registration/
I'm now two weeks in on my work on @biomejs 's type inference and we can now resolve types in this code:
```ts
class DeepThought {
/* class members */
}
export const superComputer = new DeepThought();
```
It doesn't matter that `DeepThought` isn't being exported, or that the code is defined in another module. We can now look up the type of `superComputer` and get a meaningful answer.
For more info, see: https://github.com/biomejs/biome/pull/5665
Implementing Multi-Brand Theming With Style Dictionary, by @sturobson:
https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-9
Building a Drupal to Storyblok Migration Tool: An Engineering Perspective, by @edodusi (@smashingmag):
A Guide to Alt Text Across Popular Tools, by @popetech.bsky.social:
https://blog.pope.tech/2025/04/02/a-guide-to-alt-text-across-popular-tools/
https://github.com/prosegrinder/pandoc-templates is a godsend, doing all the heavy lifting converting markdown chapters into editor submission-format docx.
Web Scraping With Cheerio in 2025, by @apify.bsky.social:
Testing Tools for Accessibility Enhancement II, by @yuridevat@x.com:
Online Tracking Is Out of Control—Privacy Badger Can Help You Fight Back, by @eff:
Testing Tools for Accessibility Enhancement, by @yuridevat@x.com:
Biome partners with Vercel to improve type inference
We are proud to announce that Biome is kicking off our much-discussed type inference efforts in a partnership with Vercel!
Read all about it here: https://biomejs.dev/blog/vercel-partners-biome-type-inference