Skip to content

Instantly share code, notes, and snippets.

@lbighetti
lbighetti / logo.svg
Created April 5, 2019 15:14
Job Processor project logo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import Html exposing (text)
main =
text "Hello, World!"
;; helloworld example
(define ahooga #f)
(define gui #f)
(define timewheel #f)
(define (button-callback g w t x y)
(let ((oldcolor (glgui-widget-get g w 'color)))
@lbighetti
lbighetti / o_que_eu_faria_diferente.md
Last active August 9, 2018 03:23
O que eu faria diferente na minha carreira de desenvolvedor?

O que eu faria diferente na minha carreira de desenvolvedor?

@rafaels88 perguntou no slack do trainingcenter o seguinte:

Aos programadores mais experientes, preciso da ajuda de vocês:

To afim de fazer um video sobre coisas que eu faria diferente em relação aos meus anos como programador, 
profissionalmente. Quero ajudar as pessoas que estão iniciando na carreira, quero ajudar quem já tá 3 
anos e tá perdido, quero ajudar quem tá ha 10 anos trabalhando mas tbm ta perdido... 
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/Users/leandro/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="powerlevel9k/powerlevel9k"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.