Skip to content

Instantly share code, notes, and snippets.

View lcobucci's full-sized avatar

Luís Cobucci lcobucci

View GitHub Profile
@lcobucci
lcobucci / text.md
Last active May 24, 2018 16:33
OMG I've created yet another microframework!

OMG I've created yet another microframework!

Yeap, that's right... you didn't misread it 😂

Oh no, are you crazy? Why on Earth did you do that!?

Great question! I'll try to explain my reasons here.

But first, let me make one thing straight: I actually didn't create a microframework. I've created a small set of abstractions that allow us to use many different components together

@lcobucci
lcobucci / .bashrc
Last active February 15, 2023 11:45
My dot files
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
if [ -f /usr/share/git-core/contrib/completion/git-prompt.sh ]; then
source /usr/share/git-core/contrib/completion/git-prompt.sh
fi
@lcobucci
lcobucci / 1_Intro.md
Last active December 19, 2015 23:09
Este material são as anotações que fiz no workshop ministrado por Samuel Crescêncio sobre a Pirâmide Lean.

Pirâmide Lean - Samuel Crescêncio

Foi escolhida a figura da pirâmide em função da estabilidade que ela representa. A pirâmide lean é divida em 3 camadas (estratégia, gerenciamento e engenharia) e ao redor dela são os resultados alcançados ao utilizá-la.

Lean pyramid