Open Source Project Contribution Guidance  [draft]

Contributing to pgmpy Hi! Thanks for your interest in contributing to [pgmpy](pgmpy — pgmpy 0.1.0 documentation). In this document we’ll try to summarize everything that you need to know to do a good job. Code and Issues We use GitHub to host our code repositories and issues.You can look at issues to report any issues related to pgmpy. Here is a guide on how to report better issues. Git and our Branching model Git We use Git as our version control system , so the best way to contribute is to learn how to use it and put your changes on a Git repository....

April 16, 2019 · 4 min · 685 words · Eric

Leadership  [draft]

Leadership Styles Shared Purpose, Values & Vision How to Navigate Through Ambiguity Leading Change High Performing Team Influencing Getting buy-in for your ideas Motivation & Coaching Delegation Action Plan Reference Slack Engineering: Technical Leadership: Getting Started Google: Define what makes a “team” Google: The five keys to a successful Google team

April 1, 2019 · 1 min · 51 words · Eric

Engineer Manager Overview  [draft]

Value A EM Responsibility Building Team Org design Relocate Talent Take into account with Business Needs Team Composition, Seniority, skills, location, personality Staffing Managing open headcount Influencing resources allocation Making hiring decision Performance Expectation & Feedback Setting aggressive but achievable goals for individuals Measure as high standards Holding people accountable for achieving goals Providing feedback based on where they stand Team Performance Setting & Managing goals and commitment for the team as a whole Existing Develop strategy through mis-located talent Off-board under-performer Growth & Promotion Growing Skill Identify Skill gaps in the team Communicate to the individual directly Imply person expertise to enhance to direct responsibilities to deliver results Promotion Understand how promotion works Maintain a fair process for promoting people Driving Impact Removing obstacles Be able to remove blockers from team’s path with decisive actions Strong decision-making Allowing meeting milestone Thrive in new opportunity spaces Motivating People Understand what motivate people Take into account each individual style Situational context A toolkit of motivating strategy Influencing, motivating, rewarding, performing and achievement Values B Mission Driven Previous organisation & environment What is their mission, goals, values?...

April 1, 2019 · 4 min · 720 words · Eric

Mac Developer Environment Setup

example setup 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 ######### BASIC ######### # brew /usr/bin/ruby -e "$(curl -fsSL https://raw....

March 26, 2019 · 2 min · 389 words · Eric

Pants  [draft]

Reference Pants Official document Getting started with Pants

March 22, 2019 · 1 min · 8 words · Eric