Home

Think Before You Build: Side Project Economics in the AI Era

AI can turn a rough idea into working code before the coffee gets cold. It makes coding cheaper and faster, but it does not make a side project free. The project still charges for time, attention, tokens, compute, and maintenance. The dangerous sentence is no longer “This will take months.” It is “I could make that vibecoding this weekend.”

Read more

ZrĂłb se cebulowego SaaSa, czyli cebularstwo stosowane w projektach IT - notatki prelegenta

Na stronie znajdziesz moja prezentacje z konferencji “Javeloper 2026” jak i myślę przydatne linki uzupełniające. Prezentacja PDF: prezentacja Jakie są Twoje wrazenia z prezentacji? Linki Społeczności r/homelab - główna społeczność homelabbers r/VPS r/sysadmin Osoby i profile Pieter Levels na X Homelab i self-hosting The...

Read more

How to create new docker image tag without push on JFrog and AWS ECR

Hi âś‹, I was recently working on signing Docker images and found a performance issue. In order to sign the image, I had to pull the image from the registry, calculate the hash and create the signature file, and push the new tag to artifactory. This process took a lot of time, especially if the image was large. I was looking for a way to optimis...

Read more

What is a work log and how to use it to speed up your career?

What is a work log and how to use it to speed up your career? As I was diving into “The Software Engineer’s Guidebook,” by Gergely Orosz I stumbled upon a game-changing tip: keeping a work log. This practice has been a revelation for me—it’s more than just tracking daily tasks. A work log helps you: ✅ Track Your Progress: Stay on top of your ...

Read more

Building and Running a JAR from the Tests Directory

Hello there ✋, Hello ✋, I was tasked with integrating a Java class for data generation into our CI/CD pipeline. The goal was to create a shaded JAR that could run directly from the pipeline. The challenge was that the class was in the tests directory, which Maven doesn’t support for building JARs. I resolved this by using the maven-shade-plugi...

Read more