Giter Site home page Giter Site logo

ideen's Introduction

Ahoy!

I am a DevOps Engineer based in Kiel, Germany.

I can offer:

  • several years of experience in hydro acoustic systems for naval and commercial applications as a DevOps Engineer
  • advanced level Python programming skills
  • experience across the entire Linux stack(from Kernel, networking, containerization to applications)
  • practical knowledge in managing highly available systems
  • experience in Open source software involvement

Professionally I'm interested in:

  • Python
  • fault-tolerant architectures
  • DevOps/NetOps
  • Infrastructure as Code
  • cloud computing technology
  • (networking) protocols

In my spare time I:

  • am interested in politics
  • like to learn about economics, health and history
  • listen to to a lot of Podcasts
  • I seek balance in nature, together with my dog

ideen's People

Contributors

m0r13n avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ideen's Issues

Trust custom certificates with pip and git

pip config set global.cert path/to/ca-bundle.crt
pip config list
conda config --set ssl_verify path/to/ca-bundle.crt
conda config --show ssl_verify

Bonus while we are here...

git config --global http.sslVerify true
git config --global http.sslCAInfo path/to/ca-bundle.crt

Autocompletion

eval $(python -m pip completion --bash)

eval $(register-python-argcomplete3ansible)
eval $(register-python-argcomplete3 ansible-playbook)

Order

Python uses short circuiting when evaluating expressions involving the and or or operators. When using those operators, Python does not evaluate the second operand unless it is necessary to resolve the result. That allows statements such as if (s != None) and (len(s) < 10): ... to work reliably.

Qoutes

“By failing to prepare, you are preparing to fail”
-Benjamin Franklin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.