by Mirek Długosz | Syndicated
git has an option to sign commits and tags.
This allows you to verify that change indeed comes from a person it claims to come from.
Since 2.34.0, ssh can be used to sign things.
Which is nice, because everyone already has ssh configured to authorize p…
by Mirek Długosz | Syndicated
Recently I took on a task to develop a WordPress plugin.
WordPress is old school web app that is usually executed in the context of HTTP server, and needs SQL server to store data.
This is a setup that lends itself very well to containers.
There a…
by Mirek Długosz | Syndicated
A test pyramid usually distinguishes three levels: unit tests, integration tests and end to end tests; the last level is sometimes called “UI tests” instead.
The main idea is that as you move down the pyramid, tests tend to run faster and be more stable …
by Mirek Długosz | Syndicated
I’m happy to announce Kustosz, a new feed reader that aims to help you focus on worthwhile content.
by Mirek Długosz | Syndicated
I felt a sudden desire to have visually appealing images in social media posts with links to my website, and after reviewing existing solutions, I ended up creating my own. In this post, I skim over solutions I have found and point out what mine does d…
Recent Comments