
© Piotr Sikora 2026 | All Rights Reserved
The story of achieving a perfect Ahrefs Health Score on my Next.js site - with a little help from KIMI's AI-powered analysis
Why I started testing Kimi Code, how it compares to Claude Code, and why the $1.49 first-month deal made it a no-brainer
Explore the DRY, WET, and AHA principles for code reuse and learn when duplication actually helps rather than hurts the maintainability of your codebase.
Understand the key difference between APIs and webhooks, when to pull data with a request, and when to let webhooks push real-time updates to your app.
My recap of the Hands On Tech Internet of Things meetup in Kielce, with talks on IoT design mistakes, affordable smart homes and first steps with an IoT server.
Announcing my free video course on the Pug template engine, from the basics of tags and attributes to advanced concepts like conditionals and mixins.
Learn how the conditional (ternary) operator works in JavaScript, with clear examples showing how to replace if...else statements with inline logic.