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
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
Reference [Notion Docs: Keyboard shortcuts: https://www.notion.so/help/keyboard-shortcuts]
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
Reference How to do effective retrospective
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....