Skip to content

Instantly share code, notes, and snippets.

View gizipp's full-sized avatar
🏠
Working from home

Gilang gizipp

🏠
Working from home
View GitHub Profile
@gizipp
gizipp / gist:399f104f54bcaf708333ae769af3de5f
Created January 2, 2019 10:55
Install Erlang and Elixing via ASDF
Install Erlang and Elixing via ASDF https://github.com/asdf-vm/asdf
# Erlang
asdf plugin-add erlang
asdf install erlang 21.2
asdf global erlang 21.2
# Elixir
asdf plugin-add elixir
asdf install elixir 1.7.4-otp-21
@gizipp
gizipp / kriuk.txt
Last active February 28, 2018 04:08
Kriuk
Punk apa yang yg bisa buat makan? Rumah makan padang Punk-uan bundo!
https://github.com/src-d/proteus
```
//proteus:generate
type User struct {
Model
Username string
}
type Model struct {
@gizipp
gizipp / minimum-lovable-product.md
Last active December 11, 2017 03:21
Minimum Lovable Product

Minimum Lovable Product

Let's deliver a product that users fall in love with. ;)

@gizipp
gizipp / elixir_phx_101.md
Last active December 4, 2017 02:03
Elixir Phoenix 101

Hello, This is Elixir Phoenix 101!


What is Elixir?

see Wikipedia

Elixir is a functional, concurrent, general-purpose programming language that runs on the Erlang virtual machine (BEAM).

It is used by companies such as E-MetroTel, Pinterest and Moz, and also used for web development.