今天决定把Soft Skill相关的总结单独分出来。除了日常工作对话,后续重要的技能包括email, phone, technical writing 以及 negotiation, management等. 关注并接触Leadership 是始于Amazon ...
Elastic Stack Quick Start
//TODO: [ ] elasticsearch certificate [ ] es ML node for abnormal detect (这个还有点意思,用来分析数据的) [ ] logstash input data for testing, mo ...
Terraform Quick Start
后来还用到了Python Terraform package, 结合Python Click 以及其他custom Python package 去构造glue code. Introduction To alter a planet for the purp ...
Jenkins Quick Start
Vagrant Jenkins server git repo for testing purpose: https://github.com/chengdol/vagrant-jenkins Certified Jenkins Enginee Certifi ...
Helm Quick Start
Concepts Now, let’s understand the basic concepts of Helm: https://helm.sh/docs/intro/using_helm/ Official Document To install hel ...
Linux LPIC-1 Training
//TODO 这篇总结是来自PluralSight上的LPIC-1课程的Essential章节。 备注:2020年4月份pluralsight在搞活动,免费注册学习!这次lock down是个机会补补课。 Environment: CentOS 7 Enter ...
Java Exception
Reference: https://docs.oracle.com/javase/tutorial/essential/exceptions/definition.html Code that fails to honor the Catch or Spec ...
Java Deque
关于Deque,之前我的总结是,如果要当作Stack使用,则stick to Stack methods,比如push, pop, peek。如果当作Queue使用,则stick to Queue method,比如add/offer, poll/remove ...
Local Persistent Volume
Introduction Kubernetes 1.14: Local Persistent Volumes GA Recap: A local persistent volume represents a local disk directly-attach ...
OOP Design
OOD 可以看成是 High Level System Design 后的具体实现。 This blog is for Object Oriented Design, please revisit frequently to refresh. The note ...