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-07-28

font-size-adjust Is Useful (matklad)

article css font web

2025-07-28

Font size is useless; let´s fix it (Niki (tonsky.me))

article font

2025-07-24

Git-Fu Basic: White Belt (Noah Bieler)

article git

2025-07-24

Creating a Good Program (Noah Bieler)

article design priciples programming

2025-07-24

The Ultimate Ideal Bestest Base Font Size That Everyone Is Keeping a Secret, Especially Chet (Adrian Roeselli)

article css html web

2025-07-23

A hand use of subgrid to enhance a simple layout (Andy Bell (Piccalilli))

article css web

2025-07-23

Squoosh - Make images smaller (squoosh.app)

tool image web

2025-07-18

object-fit and object-position (Kevin Powell (HTML & CSS Tip of the Week)

article css html web

2025-07-17

HTML Form Inspector (Polypane)

tool html

2025-07-14

A revisit of the Every Layout sidebar with :has() and selector performance (Heydon Pickering on Piccalilli)

article css web

2025-06-11

Advanced Python Features (Edward Li)

article python

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