Wednesday 26 March 2025
Is NestJS a bad idea?
Here in Poland, many backend engineers have some experience with NestJS. It happens to a point that it affects the job market. I think it had its role, but no longer. I'm writing it down to remember why.
I'm Maciej. When something interesting comes to my mind I may write about it. I like to scribble in a loose way (concise when needed) with the focus on web and other technical things.
Wednesday 26 March 2025
Here in Poland, many backend engineers have some experience with NestJS. It happens to a point that it affects the job market. I think it had its role, but no longer. I'm writing it down to remember why.
Friday 24 May 2024
Explaining blocks comprising modern, web authentication systems of any scale
Thursday 15 February 2024
How to boost your express (or any other old server) with modern tooling without hassle
Friday 21 April 2023
Remix can serve the niche role of being a backend framework. If you are accustomed to existing backend frameworks, you might want to associate HTTP verbs with single functions, instead of having only "loaders" and "actions". Let's implement that.
Monday 10 April 2023
A recipe for a minimal, self-documenting release process, with bonus deployoments. Language agnostic!
Sunday 29 January 2023
At work, we have migrated a service from React 17 to 18. I did not see many resources that tell a full story of a such processeses, so let's talk about it.
Sunday 25 December 2022
How to host your personal google analytics alternative.
Saturday 17 December 2022
As we know it, making a personal site takes time. To even start, I gave myself a goal - create the most basic blog and start writing. Pretty simple, huh? Not really.