Open Source Cheat Sheets

MariaDB and MySQL cheat sheet

MariaDB is an enterprise-grade database. Learning MariaDB is a great step toward using it to do things like managing web applications or programming language libraries. This…

JupyterLab cheat sheet

JupyterLab is the next-generation web-based Jupyter user interface. Writing code in Jupyter Notebooks enables an interactive development experience where you can explore…

Ansible k8s cheat sheet

Automate your container orchestration by combining Ansible with Kubernetes. The entry point for using Kubernetes through Ansible is the k8s module, which enables you to manage…

C programming cheat sheet

C is a straightforward compiled programming language. Other programming languages borrow concepts from C, which makes C a great starting point if you want to learn programming…