Tech Blog

Here I share articles, podcast and videos around software development.

You can subscribe via RSS feed.

Help! What is a feed?

RSS feeds are a way to subscribe to blogs across the web and read them in one place - a newsreader. To learn more about it visit About Feeds. Its free.

I personally use Feedbin as a newsreader for RSS feeds. With Feedbin you can also subscribe to E-Mail newsletter.

Wonder which blogs to read? Take a look at the list of some of my favorites blogs!

2025-06-05

Printing the Web: Making Webpages Look Good on Paper (Declan Chidlow (piccalil.li))

article css web

2025-05-31

Cascade Layers Guide (Miriam Suzanne (css-tricks.com))

article css web

2025-05-29

What’s the Difference Between HTML’s Dialog Element and Popovers? (Chris Coyier (frontendmasters.com))

article css html web

2025-05-21

Git: Force push safely with --force-with-lease (Adam Johnson)

article git

2025-05-21

Pagefind (pagefind.app)

article js web

2025-05-20

Running pytest against a specific Python version with uv run (Simon Willison)

article pytest python uv

2025-05-17

CSS snippets (adactio)

article css web

2025-05-17

OKLCH() (adactio)

article color css web

2025-05-15

Stop Writing `__init__` Methods (Glyph)

article python