Skip to main content

    Adrian Tchaikovsky, Children of Time

    I've just finished reading Children of Time by Adrian Tchaikovsky, and I devoured it in just a few days. It’s one of those books that grabs your imagination from the start and doesn’t let go until the last page.

    Continue

    Smarter Lazyloading for Ads

    Most of the advice about ad lazyloading you find online is either outdated, oversimplified, or just plain wrong if you actually care about viewability and money. This post is based on the pain of building a real lazyloading library from scratch, testing it in production, and seeing what works (and what doesn't) with Prebid.js and modern web ads.

    Continue

    Echopraxia, Peter Watts

    I finally finished Echopraxia by Peter Watts this June—a sequel (or rather companion) to my beloved Blindsight, long awaited and wildly anticipated. This is hardcore hard‑SF: dense with ideas, heavy with references, and often more rewarding to read the annotations than the book itself. And yet, that very richness is both its virtue and its vice.

    Continue

    Create custom prebid.js bidder adapter

    There are two ways to create a custom Prebid.js bidder adapter. Using "registerBidder" from bidder factory It is the recommended way and it is covered fairly well in the official docs here: How to Add a New Prebid.js Bidder Adapter. The process is straightforward and simple, so I don't see much value in repeating it here. If it fits your goals, just follow the official guide and stop reading further :) Using "registerBidAdapter" method from public api

    Continue

    Linear Regression

    Linear regression is a fundamental statistical method used to study the relationship between two variables by fitting a straight line to a set of observed data points. This technique is widely used in machine learning and data analysis to make predictions and understand connections between variables.

    Continue

    Using Midjourney Presets

    As developers we often need to boost our creativity. And what is a better way to do so than with some quality machine art? In my quest for inspiration, I stumbled upon the fantastic tool called Midjourney. It's like a digital genie who can draw beautiful images for any of my projects or just for fun.

    Continue

    Eventful message parser

    This technical blog post will examine a modular and efficient code designed to parse incoming text messages and generate events based on them. This flexible architecture can be easily extended for a variety of use cases.

    Continue