Skip to content

Instantly share code, notes, and snippets.

View firemanxbr's full-sized avatar

Marcelo Barbosa firemanxbr

View GitHub Profile
@firemanxbr
firemanxbr / DO180.md
Last active January 27, 2024 12:03
Annotations - DO180: Introduction to Containers, Kubernetes, and Red Hat OpenShift

[CHAPTER 1 - Quiz 1]

Solutions:

1. a, b

2. a, c

3. a, b
@firemanxbr
firemanxbr / bobp-python.md
Created April 21, 2016 01:24 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens