Book Summary – Measure What Matters

This book introduces two key concepts Objectives and Key Results (OKRs) as a way of setting goals in which progress can be easily measured.Conversations, Feedback and Recognition (CFR) as tools for performance management of people striving towards OKR's OKR's : Objectives should define the direction in which one is headed and Key results are the … Continue reading Book Summary – Measure What Matters

Guide to setup AWS Account and CLI

AWS Account Setup Create a new AWS account : https://portal.aws.amazon.com/billing/signup#/startEnabled MFA on the root account [if you wish save/print the QR code locally to be able to recover from loss of MFA Device]Create a new Admin account while logged in as root, provision a set of accesskey-Id and secret for the Admin account[download a copy … Continue reading Guide to setup AWS Account and CLI

Nuget Package Restore Issues – Gitlab

Today while getting started on a new project, encountered the following error in Visual Studio: Unable to find package PackageName. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org, gitlab The package in question was hosted in a private gitlab repo, assuming it to be a caching issue, tried clearing … Continue reading Nuget Package Restore Issues – Gitlab