Skip to content

Instantly share code, notes, and snippets.

View dmitriyminer's full-sized avatar

Dmytro Tananayskiy dmitriyminer

View GitHub Profile
@dmitriyminer
dmitriyminer / quote.txt
Last active December 4, 2021 20:00 — forked from OnesimusUnbound/quote.txt
Programming Quotes
[T]he difference between a bad programmer and a
good one is whether he considers his code or his
data structures more important. Bad programmers
worry about the code. Good programmers worry about
data structures and their relationships.
-- Linus Torvalds
~~~
Clarity and brevity sometimes are at odds.
When they are, I choose clarity.
-- Jacob Kaplan-Moss
@dmitriyminer
dmitriyminer / helm-cheatsheet.md
Created September 8, 2021 19:19 — forked from tuannvm/cka.md
#Helm #Kubernetes #cheatsheet, happy helming!
@dmitriyminer
dmitriyminer / kubernetes_commands.md
Created September 8, 2021 19:18 — forked from edsiper/kubernetes_commands.md
Kubernetes Useful Commands
@dmitriyminer
dmitriyminer / devops_best_practices.md
Created September 8, 2021 19:17 — forked from jpswade/devops_best_practices.md
Devops Best Practices Checklist

Find the original here article here: Devops Best Practices

DevOps started out as "Agile Systems Administration". In 2008, at the Agile Conference in Toronto, Andrew Shafer posted an offer to moderate an ad hoc "Birds of a Feather" meeting to discuss the topic of "Agile Infrastructure". Only one person showed up to discuss the topic: Patrick Debois. Their discussions and sharing of ideas with others advanced the concept of "agile systems administration". In that same year, Debois and Shafer formed an Agile Systems Administrator group on Google, with limited success. Patrick Debois did a presentation called "Infrastructure and Operations" addressing issues around involving more of the comp

Keybase proof

I hereby claim:

  • I am dmitriyminer on github.
  • I am dmitriyminer (https://keybase.io/dmitriyminer) on keybase.
  • I have a public key ASB3NLAgc9CfzngSGreBtywPSmygZa_Ix14PnbojMi-ulwo

To claim this, I am signing this object:

@dmitriyminer
dmitriyminer / bobp-python.md
Created November 13, 2015 08:30 — 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