tech/webdev magazine

April 3, 2025

Hybrid Linters: The Best of Both Worlds

Thursday, April 03, 2025 Teklinks

Native speed for parsing and type checking is wonderful. I also want the huge benefits of writing lint rules in an ecosystem's primary language. Here's how I think we can have both. It’s an exciting time for web dev tooling.

Full article

Building Robust React Apps with Zustand and Immer

Thursday, April 03, 2025 Teklinks

For years, I dodged React like the plague. In fact, I avoided JavaScript altogether, even in web-related tasks. Take static site generators, for example. For my old chemistry blog, I experimented with a variety of tools, year by year: Pelican, Jekyll, Hugo, Grav... In the end, I settled on Zola.

Full article

April 2, 2025

5 GitHub Actions every maintainer needs to know

Wednesday, April 02, 2025 Teklinks

Maintaining and contributing to open source projects can be rewarding—but it comes with a lot of small, repetitive tasks. The good news? GitHub Actions can automate the more tedious and error-prone parts of maintainership, freeing you up to focus on what matters: building and growing your community.

Full article