PHPStan in virtualised environments

PHPStan 1.7.15 brings small, but helpful feature: support for relative paths in editorUrl for virtualised environments. It’s even better when it makes you a repository collaborator - yes, it’s my initiative! 🥹 ...

20 June 2022 · 2 min · Grzegorz Korba

Referencing sections in Gitlab CI

Gitlab CI definition might get really complex. In order to reduce redundancy you can use many useful features and syntax sugar, like !reference. ...

8 June 2022 · 2 min · Grzegorz Korba

A Year at GetResponse

I really don’t know when it happened, but it’s been a year since I joined #GetResponse as Software Architect 😵 It was an intense and fruitful time worth summing up! ...

31 May 2022 · 19 min · Grzegorz Korba

Reusable code snippets in Hugo

I don’t like code redundancy, so I wanted to create convention for sharing snippets between language versions of the posts (because code is always in English 😉). As it turned out, it’s not that obvious in Hugo. ...

26 April 2022 · 3 min · Grzegorz Korba

Docker Compose: secrets available during build

Building images introduces many challenges, one of them is safety of persisted data. How to avoid publishing sensitive data, that should remain private? ...

19 April 2022 · 3 min · Grzegorz Korba

Rector and ECS: new configurator API

Rector is a tool for automatic code refactoring. ECS allows keeping coding standards in the project. From few days, configuration of both tools is more developer friendly. ...

17 April 2022 · 2 min · Grzegorz Korba

Hugo: i18n with multi-domain site

As I wrote in introduction post - I tend to overthink. I decided to start with absolute minimum, as if against myself. So, how did I manage to design this site? ...

14 April 2022 · 11 min · Grzegorz Korba

Hello World!

9 years. It took NINE years to finally create landing page for Codito. Yeah, there was site, but it was always “in progress”, inviting to come back later. Why I wasn’t able to do it through these years? There are several reasons, but the most important is: overthinking! 😅 ...

10 April 2022 · 2 min · Grzegorz Korba