English

Python function decorator

This guide will show you how to create a Python function decorator with a few easy steps, to help you…

2 years ago

Got permission denied while trying to connect to the Docker daemon socket

This guide will show you how to fix the error Got permission denied while trying to connect to the Docker…

2 years ago

Python virtual environment on Intellij IDEA

This guide will show you how to create a Python virtual environment on Intellij IDEA and activate it on Intellij's…

2 years ago

Find and kill processes on Linux and Mac by port number

This tutorial will quickly show you how to to find and kill processes on Linux, Mac and other Unix based…

2 years ago

Python: Relocation R_X86_64_PC32 against symbol can not be used when making a shared object Error

This guide shows a possible solution for Python error Relocation R_X86_64_PC32 against symbol can not be used when making a…

2 years ago

Kubernetes useful commands

I condensed below a cheat sheet of Kubernetes useful commands. I will keep updating this list as I come across…

2 years ago

Create aliases for commands on Unix

This tutorial will show how to create aliases for commands on Unix based systems, so you can run any set…

4 years ago

Intellij Error: Could not find or load main class

This tutorial will show how to quickly fix the Intellij Error: Could not find or load main class when running…

4 years ago

Add SBT wrapper to a project

This tutorial will show how to add SBT wrapper to a project, so we don't have to install either Sbt…

4 years ago

Scala: scala.util.Try

The type scala.util.Try is an operation that may result in either an exception or a valid output. Let's explore a…

4 years ago