How To Getting Buy-in for Your Ideas  [draft]

Continuing on the same topic Influence without Authority , you will always need to get your ideas buy-in throughout the whole lifetime. Step 1: Co-creation Step 2: Presence Step 3: Storytelling Reference

May 3, 2021 · 1 min · 32 words · Eric

Notion Resources  [draft]

Reference [Notion Docs: Keyboard shortcuts: https://www.notion.so/help/keyboard-shortcuts]

April 9, 2021 · 1 min · 6 words · Eric

Configure Java Environment on macOS Big Sur

Starting from macOS Big Sur (ver. 11.2.3), macOS doesn’t include pre-installed Java any more, the best option is to install AdoptOpenJDK . You can download the OpenJDK pkg binary and install it manually like here , or install AdoptOpenJDK via brew in your favourite terminal: 1 brew install --cask adoptopenjdk Hope it helps. Reference wolfpaulus.com: Installing Java on macOS 11 Big Sur github.com/AdoptOpenJDK: AdoptOpenJDK - HomeBrew TAP

April 7, 2021 · 1 min · 67 words · Eric

Effective Retrospective  [draft]

Reference How to do effective retrospective

January 19, 2021 · 1 min · 6 words · Eric

Data Engineering Project Template  [draft]

I will use it to explain some of the fundamentals that we are talking about and eventually bring them to life in a tutorial series. Will also extend the template with missing MLOps parts so tune in! Recap: Data Producers - Python Applications that extract data from chosen Data Sources and push it to Collector via REST or gRPC API calls. Collector - REST or gRPC server written in Python that takes a payload (json or protobuf), validates top level field existence and correctness, adds additional metadata and pushes the data into either Raw Events Topic if the validation passes or a Dead Letter Queue if top level fields are invalid....

January 7, 2021 · 2 min · 394 words · Eric