Skip to content

Instantly share code, notes, and snippets.

Learn2Lead
There was much that I learned during this journey. What was most impactful: leadership is a skill that can be practiced and improved upon. It's achievable no matter what your personality type is. In the past, I always felt I was destined to be a life-long follower, but taking L2L has liberated me from this concept.
What must I unlearn to transform from individual contributor to leader?
* I need to get rid of my tunnel vision when it comes to my work. Sometimes I can get stuck in the weeds of doing my own work. I need to take a step back more often, and take a holistic view of the project/task as a whole. For instance I need to consider timelines, dependencies, blockers, who’s working with me on the project. And ultimately, how can we cooperate to get the work done as well as in as efficient a manner as possible.
* I also need to understand the people I'm working with. I must consider their personality types and their ways of approaching work in order to make our teamwork as effective as possible
@ttchuah
ttchuah / ADB2CTest.html
Created November 11, 2018 05:15
Authentication with Msal.js
<html>
<head>
<title>Authentication with Msal.js app</title>
<style>
.hidden {
visibility: hidden
}
.visible {
visibility: visible