RabbitMQ is an open-source “message broker” that facilitates communication between distributed applications with the Advanced Message Queuing Protocol (AMQP) [Link]. […]
Building Custom SOCKS5 Proxy and HTTP Proxy
SOCKS5 is a widely used proxy protocol for facilitating secure and efficient communication between clients and servers. Compared to SOCKS4, […]
How to Create Docker Image
Having a custom image would allow one to scale applications on-demand via orchestration (Kubernetes, Rancher, Kasm, etc) because they can […]
Python Tips and Tricks
Python is a versatile and human friendly script language that among the most popular ones. Its potential is virtually unlimited […]
How to Scan a Source-Code with OSV-Scanner
OSV-Scanner is a command-line open source tool developed by Google Open Source Security Team to enumerate and check open-source dependencies […]
Working with CSV and XML in Python
In the following example, the Python code will create a dictionary with the headers (fields on the first line) from […]
AWK Cheat Sheet
AWK is a domain-specific language designed for text processing and typically used as data extraction and reporting tool. In other […]
Ruby Cheat Sheet
On the official website, Rubi is described as “A dynamic, open-source programming language with a focus on simplicity and productivity. […]
Golang (GO) Cheat Cheet
Golang or GO is a programming language developed in 2009 by three Google engineers to fulfill its high-performance needs. Its […]
Markdown Cheat Sheet
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It is recommended to use a […]