Skip to main content

    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

    How to prepare videos for iCloud

    Recently, I switched to the Apple ecosystem of devices almost entirely and transitioned all my data into iCloud for ease of usage. The main issue I encountered was that not all popular video formats are supported. It could have been a better experience moving years of photos and videos to the service.

    Continue

    A new start (again!)

    The past few years have been a tough time for me. I was in a deep life crisis and was no longer willing to work on my website. It was always a hobby without commercial or social use, a tiny factory for regular bills. I was in debt then, so I killed it without a second thought or regrets.

    Continue

    How to use git strategies

    Git rebasing is a helpful tool that allows developers to integrate changes from one branch into another in a cleaner and more streamlined way than merging. One of the main advantages is that it can help keep the Git history more organized and easier to follow.

    Continue