Skip to content

Instantly share code, notes, and snippets.

View thiagodebastos's full-sized avatar
:electron:
Contracting, Consulting, Learning

Thiago de Bastos thiagodebastos

:electron:
Contracting, Consulting, Learning
View GitHub Profile
@thiagodebastos
thiagodebastos / Header.css
Created June 19, 2017 07:01
Animating React with GreenSock
.Header {
height: 50px;
max-width: 100%;
box-sizing: border-box;
border: 1px solid black;
color: white;
text-transform: uppercase;
background-color: rebeccapurple;
}
.isLoaded {
@thiagodebastos
thiagodebastos / yarn-update.sh
Last active June 9, 2017 14:04
Easily update Yarn to any version
# latest: yup
# release candidate: yup rc
# nightly: yup nightly
function yup {
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --"$1"
}
@thiagodebastos
thiagodebastos / BEM Stylus
Created June 4, 2016 11:19 — forked from paceaux/BEMify
Stylus BEM mixin
e(name)
&__{name}
{block}
m(name)
&--{name}
{block}
.header
color: red
+e(element)
@thiagodebastos
thiagodebastos / jsClosures.js
Created November 29, 2015 06:29
JavaScript Road Trip Part 3 Level 2 Challenge 4
function mystery(input) {
var secret = 4;
input += 2;
function mystery2(multiplier) {
multiplier *= input;
return secret * multiplier;
}
return mystery2;
}
@thiagodebastos
thiagodebastos / keybase.md
Created April 14, 2015 15:17
Keybase proof

Keybase proof

I hereby claim:

  • I am thiagodebastos on github.
  • I am thiagodebastos (https://keybase.io/thiagodebastos) on keybase.
  • I have a public key whose fingerprint is 11F7 C8F2 B7C8 07EF 54EF F6E5 1CE3 D4FB D8CB 4619

To claim this, I am signing this object: