SlideShare uma empresa Scribd logo
1 de 22
Baixar para ler offline
Phoenix
Simplesmente não é somente um novo framework web!
Alessandro Dias
adbatista
alessandrodbatista@gmail.com
Fabio L Janiszevski
@fabiosammy
fabiosammy@gmail.com
fabio@pontogestor.com
Elixir
Linguagem de programação funcional, concorrente, Turing completa
Roda sobre a maquina virtual do Erlang (BEAM).
Permite desenvolver aplicações distribuídas, tolerantes a falhas, realtime
criada por José Valim
Imutabilidate
Em linguagens funcionais, dados não podem ser alterados após criados.
Pattern matching
iex> a = 1
1
iex> 1 = a
1
iex> 2 = a
** (MatchError) no match of right hand side value: 1
Tipos de dados
● Valor:
- Inteiros
- Ponto Flutuante
- Atomos
- Ranges
- Expressões Regulares
● Coleções:
- Tuplas
- Listas
- Mapas
- Binarios
Funções anonimas
sum = fn (a, b) -> a + b end
Funções anonimas
sum = fn
[a] -> a
{a} -> a
a -> a
end
Modulos e funções anônimas
defmodule Times do
def double(n) do
n * 2
end
end
defmodule Factorial do
def of(0), do: 1
def of(n), do: n * of(n-1)
end
defmodule Factorial do
def of(0), do: 1
def of(n) when n > 0 do
n * of(n-1)
end
end
Listas
[head | tail] = [1,2,3]
head #=> 1
tail #=> [2,3]
defmodule MyList do
def len([]), do: 0
def len([head|tail]), do: 1 + len(tail)
end
Pipe operator |>
url
|> Workflow.chapters
|> Workflow.pages
|> Workflow.images_sources
|> Workflow.process_downloads(directory)
|> Workflow.optimize_images
|> Workflow.compile_pdfs(manga_name)
|> finish_process
executando um arquivo
$ iex times.exs
ou
$ iex
iex> c “times.exs”
Phoenix
Is a web development framework written in Elixir
which implements the server-side MVC pattern.
Instalando
mix local.hex
mix archive.install  https://github.
com/phoenixframework/phoenix/releases/download/v1.0.3/phoenix_new-
1.0.3.ez
Criando uma aplicação
mix phoenix.new hello_phoenix
cd hello_phoenix
mix ecto.create
mix phoenix.server
Criando CRUD
mix phoenix.gen.html User users name:string age:integer
add em /web/router.ex
resources "/users", UserController
mix ecto.migrate
Onde aprender mais
http://elixirschool.com/
http://elixirsips.com/
http://elixir-lang.org/learning.html
https://pragprog.com/book/elixir/programming-elixir
http://plataformatec.com.br/elixir-radar?
utm_campaign=elixir_lang_cta&utm_medium=cta&utm_source=elixir_lang_websit
e
http://confreaks.tv/events/elixirconf2015
http://confreaks.tv/events/elixirconf2014
http://www.akitaonrails.com/elixir
http://www.phoenixframework.org/docs/overview
https://www.youtube.com/channel/UCVjoWz7bfn6QwU6PV01eoqg
Phoenix - JAI 2015

Mais conteúdo relacionado

Destaque

выборы 14 10-12
выборы 14 10-12выборы 14 10-12
выборы 14 10-12ooc-mo
 
Geolog 2007 2(26)
Geolog 2007 2(26)Geolog 2007 2(26)
Geolog 2007 2(26)ooc-mo
 
Экспертное заключение на строительство дома
Экспертное заключение на строительство домаЭкспертное заключение на строительство дома
Экспертное заключение на строительство домаooc-mo
 
תזונה נכונה בקיץ 2
תזונה נכונה בקיץ 2תזונה נכונה בקיץ 2
תזונה נכונה בקיץ 2orenfeller
 
Diseñar vigas bloq 01 auditorio veterinaria
Diseñar vigas bloq 01 auditorio veterinariaDiseñar vigas bloq 01 auditorio veterinaria
Diseñar vigas bloq 01 auditorio veterinariaOmar Calisaya Ramos
 
Abode Magazine Feature
Abode Magazine FeatureAbode Magazine Feature
Abode Magazine Featuresomboonchef
 
Analyzing the effect of exchange rate on the stocks of IT and ITES sector com...
Analyzing the effect of exchange rate on the stocks of IT and ITES sector com...Analyzing the effect of exchange rate on the stocks of IT and ITES sector com...
Analyzing the effect of exchange rate on the stocks of IT and ITES sector com...Vishal Ugle
 
Разрешительные документы на новостройку
Разрешительные документы на новостройкуРазрешительные документы на новостройку
Разрешительные документы на новостройкуooc-mo
 
Presentac..
Presentac..Presentac..
Presentac..revelo47
 
Presentación Blog del Hipertenso en 3ª Jornada #salut20comb
Presentación Blog del Hipertenso en 3ª Jornada #salut20combPresentación Blog del Hipertenso en 3ª Jornada #salut20comb
Presentación Blog del Hipertenso en 3ª Jornada #salut20combMarta Puig-Soler
 
Presentation iba ju-defense_rayana
Presentation iba ju-defense_rayanaPresentation iba ju-defense_rayana
Presentation iba ju-defense_rayanaRaya_2012
 
Scored interview presentation
Scored interview   presentationScored interview   presentation
Scored interview presentationtaniarodriguezc
 

Destaque (16)

выборы 14 10-12
выборы 14 10-12выборы 14 10-12
выборы 14 10-12
 
Geolog 2007 2(26)
Geolog 2007 2(26)Geolog 2007 2(26)
Geolog 2007 2(26)
 
Экспертное заключение на строительство дома
Экспертное заключение на строительство домаЭкспертное заключение на строительство дома
Экспертное заключение на строительство дома
 
תזונה נכונה בקיץ 2
תזונה נכונה בקיץ 2תזונה נכונה בקיץ 2
תזונה נכונה בקיץ 2
 
Ms
MsMs
Ms
 
Diseñar vigas bloq 01 auditorio veterinaria
Diseñar vigas bloq 01 auditorio veterinariaDiseñar vigas bloq 01 auditorio veterinaria
Diseñar vigas bloq 01 auditorio veterinaria
 
Abode Magazine Feature
Abode Magazine FeatureAbode Magazine Feature
Abode Magazine Feature
 
Analyzing the effect of exchange rate on the stocks of IT and ITES sector com...
Analyzing the effect of exchange rate on the stocks of IT and ITES sector com...Analyzing the effect of exchange rate on the stocks of IT and ITES sector com...
Analyzing the effect of exchange rate on the stocks of IT and ITES sector com...
 
Разрешительные документы на новостройку
Разрешительные документы на новостройкуРазрешительные документы на новостройку
Разрешительные документы на новостройку
 
Vocabulary Words
Vocabulary WordsVocabulary Words
Vocabulary Words
 
Jang geum
Jang geumJang geum
Jang geum
 
Presentac..
Presentac..Presentac..
Presentac..
 
Presentación Blog del Hipertenso en 3ª Jornada #salut20comb
Presentación Blog del Hipertenso en 3ª Jornada #salut20combPresentación Blog del Hipertenso en 3ª Jornada #salut20comb
Presentación Blog del Hipertenso en 3ª Jornada #salut20comb
 
Presentation iba ju-defense_rayana
Presentation iba ju-defense_rayanaPresentation iba ju-defense_rayana
Presentation iba ju-defense_rayana
 
Scored interview presentation
Scored interview   presentationScored interview   presentation
Scored interview presentation
 
Panel fotografico
Panel fotografico Panel fotografico
Panel fotografico
 

Phoenix - JAI 2015