Tutorials.

What is max pain

Options trading is a complex field filled with various strategies and concepts that can influence the price movement of underlying assets. One such concept that traders often discuss is the "Options Max Pain." Understanding this concept can provide traders with insights into potential market behavior, especially as options expiration approaches. This article will explore what Options Max Pain is, how it's calculated, and its potential implications for traders.

How to disable Brave automatic updates - prevent Brave browser from auto-updating

The Brave browser strives to be an independent browser, neither controlled by Google, nor by Microsoft, nor by any other evil mega-corp like Amazon or Facebook. Unfortunately, it still keeps asking the user to update it, and does not give the option to reject the update without extra tweaking. (As reminder to corporations and developers: no means no. There is no "maybe later". It's a flat out no.)

My Docker, docker-compose & jenkins setup for working on wordpress themes and plugins

First published on 2022-12-02

Hello all! In this article, I outline my local docker setup for developing wordpress plugins and themes. I use docker to run local mysql (multiple versions) and php (multiple versions) as well as manage the wordpress installed plugins. Furthermore, I use the same setup for deploying to production, so it is particularly useful.

The majority of configuration resides in Dockerfile and docker-compose.yml, however, I also have a few scripts and naming formalisms that facilitate development and rational thinking.