pawelgrzybek.com
pawelgrzybek.com
Paweł Grzybek
I’m a software developer from Poland living in Northampton, UK. I’m a web standards enthusiast, accessibility advocate, and simplicity guardian. The guy behind the Northamptonshire Dev Club meetup. After-hours hip hop head, funky records collector, and photographer.
Latest Posts
I had a quick pair programming session with one of my colleagues. Can you imagine that Claude Code doesn’t need to be your only coding buddy? The validation rules needed a little tweak, so here is the piece of code I typed, and below is...
Howdy y’all, I hope your October was not as hectic as mine. Mine was ridiculous! It’s been a super hardworking year overall, and I’m looking forward to a trip with my family at the end of the year. We are going to spend December in Sri...
Vim is a superb tool for repeating changes, and there is even a whole chapter in the user manual about repeating commands. Before we discuss macros, you should master the . dot command first. It repeats the previous change, and no matter...
There is a lot of chatter about CSS resets in the web sphere recently. For the first time in years, I recently looked into the stylesheet of this very website and decided to modernise a few bits. As part of this, I looked into some...
I use incremental selections in Neovim all the time. This is where I tap, tap, tap, and on every single tap, the selection expands starting from the cursor position and climbs up by the node or the whole scope. This feature uses...
Holly molly, September was hectic, mostly good and definitely memorable. Family came over for a visit from Poland, we got married, we travelled to northern Italy, and the most recent meetup I organised was a huge success. It was intense...
In no particular order, following no particular schedule. Just a few things that I recently liked and disliked. Let’s go! Liked We shot a YouTube video about film formats on 35mm film. Incredible production, all shot on analogue film....
I’m a huge fan of ZSA. Their Voyager keyboard changed the way how I work and massively increased my typing speed, accuracy and comfort. I published my thoughts about it in the “A month with the ZSA Voyager split keyboard” some time ago....
I’m experiencing a little writing crisis. I don’t publish much nowadays, other than keeping the “Top Picks” series on a prompt schedule and some occasional short-form articles to release some infrequent bursts of creativity. It is not...
How is your summer season going, folks? Recently I have been busy at work, but as part of that, I made huge progress in learning Go. Writing Go code is a pure joy, and I really regret that I have never dedicated myself to it before. It...
The undo and redo operations are built into most apps where you can edit something. They are so basic that even non tech-savvy users know about them. Hit the ⌘+z to undo or ⌘+⇧+z to redo (or the equivalent on your operating system)....