Skip to content

Instantly share code, notes, and snippets.

View jdjuan's full-sized avatar
:octocat:

Juan Herrera jdjuan

:octocat:
View GitHub Profile
@jdjuan
jdjuan / ngcolombia-speaker.md
Last active December 16, 2018 22:38
NgColombia Speaker Guidelines

NgColombia Speaker Guidelines

We want you to be a rockstar in the stage 🔥, we want everyone calling your name euphorically and following you everywhere (not just in your social media 😜). To help you achieve it, we have defined a set of guidelines that will make you shine! Read them carefully:

1. Accessibility

First, we want everyone to be able to enjoy your talk fully:

  • ⚓️ English is not a native language in Latin America so speak slow. Despite the fact that the audience will have translation devices, strive to be as clear as possible.
@jdjuan
jdjuan / pada.md
Last active December 15, 2022 18:06
The Official P.A.D.A Format: A standard for better meeting invites

P.A.D.A.

Purpose | Agenda | Documents | Actions

1. Context

Meetings are aimed at discussions where the perspective of attendees is key to solve important matters and reach conclusions. Meetings are not group working sessions that are aimed at getting something done. Meetings should range between 5 minutes and 30 minutes. Working sessions range from 30 minutes to 4 hours.

2. Meeting Invite

@jdjuan
jdjuan / culture.md
Last active April 21, 2021 23:38
Corporate Culture Summary

Corporate Culture

img

1. What is it?

Set of values and beliefs that define what is encouraged, discouraged, accepted, or rejected within an organization.

When properly aligned with personal values, drives, and needs, culture can unleash tremendous amounts of energy toward a shared purpose and foster an organization’s capacity to thrive.

@jdjuan
jdjuan / crucial-conversations.md
Created November 27, 2018 02:50
Crucial Conversations Summary

Crucial Conversations

Summary

1. Prepare, 2. Speak, 3. Resist, 4. Build, 5. Decide

  1. Prepare: Purpose, Facts, Story, and start question
  2. Speak:
    1. Share the facts
  3. Tell the story, without assuming veracity
@jdjuan
jdjuan / ngcolombia-checklist.md
Last active November 11, 2019 22:40
Checklist for NgColombia Communities 🚀

NgColombia Checklist

💻 = If Workshop

3 Months before 😁

  • Pick a date and book the venue. Make sure it has: Internet, A/C, Coffee, comfortable chairs, good video beam, easy access, mics, etc.

2 Months before 😀

@jdjuan
jdjuan / emotional-recipes.md
Last active May 16, 2019 21:08
Emotional Recipes

Emotional Recipes

Little steps are usually more effective at talking the brain into an idea than immediate spontaneous commands. Use these three recipes when necessary:

  1. 🆘 Urgent Recovery: For tough times full of anxiety or depression
  2. 🤕 Ego Validation: For when your ego is hurt
  3. 💼 Productivity Negotiation: For when you are being lazy for too long

1. Urgent Recovery 🆘

@jdjuan
jdjuan / ego.md
Last active December 10, 2019 05:15

1. What is it?

The ego is an idea of yourself rooted on the opinion of others. It is an identity that serves as a preliminary answer to the question: "Who am I?".

A lot of vital aspects of your life derive from this identity such as your purpose, goals, and dreams. Pretty much the reasons to wake up every morning. When your ego is questioned and jeopardized, the aforementioned aspects are also shaken, and it feels awful.

To cope with this condition people constantly look for ways to reinforce their ego, to confirm their identity, and this process is called validation.

2. Ego Validation

{
"printWidth": 120,
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "never"
@jdjuan
jdjuan / wait.ts
Created March 29, 2020 10:41
Improve readability of setTimeout(fn, 0)
wait(): Promise<void> {
return new Promise((resolve: () => void): void => {
setTimeout(resolve);
});
}
@jdjuan
jdjuan / PULL_REQUEST_TEMPLATE.md
Last active July 12, 2021 06:51
Pull Request Template