Posts

15 September 2026

Efficient deletion of records from the MSSQL table with many varchar(MAX) fields

This method could be helpful if problem is not index related. Adjust TOP value to any number that works for you.

20 August 2026

git reset --hard

This is what you need most of the time when you want to undo: git reset --hard and then git push --force-with-lease

19 August 2026

Ubuntu, how to delete aboslutely everything from current folder

Who can remember this poetic command ... I can't.

22 September 2025

Run Processwire inside Docker container

Short explanation how to configure docker-compose.yml and Dockerfile to run Processwire web site inside Docker container.

5 August 2025

How to create MySql user and grant all privileges on specific database

As the title says ...

26 April 2025

How to use venv in Python

Venv a tool that helps you create an isolated environment for your Python projects. Inside this environment, you can install libraries and packages without affecting the global Python installation on your system.

30 December 2024

How to .gitignore folder

What to do if you want to ignore a specific directory and all it's content.

4 January 2024

Backtick (`) and tilde (~) keyboard shortcuts on Windows PC

Some not so common but required characters in programming. So here they are.

31 December 2023

How to disable docker containers auto start

If we are working on multiple projects with each of them based on various docker container(s), it could be annoying to stop every container that is automatically started only to turn on our desired container after that.

15 August 2023

What to do if you can't get sound from any other applications while Ableton is launched.

FlexASIO drivers could be anwser. I'm still testing it but this post is here as reminder if I ever need it again.