Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Azure Function + Front-end code = good idea!
Search
Igor Halfeld
June 21, 2019
Programming
0
42
Azure Function + Front-end code = good idea!
How put my front-end code on azure functions
Igor Halfeld
June 21, 2019
Tweet
Share
More Decks by Igor Halfeld
See All by Igor Halfeld
Modular monoliths with fastify
igorhalfeld
0
150
How to migrate legacy frontend?
igorhalfeld
1
110
Patterns for perfect components in Vue.js
igorhalfeld
0
100
Clean Architecture no Front-end (update 2021-05-11)
igorhalfeld
0
46
Step by step I followed a career in software
igorhalfeld
0
690
Using AI to create memes
igorhalfeld
0
510
Deninho, the TS children
igorhalfeld
1
200
Micro Front-ends, what they don't tell you
igorhalfeld
0
370
CSS in JavaScripto, the anti-pattern that is good
igorhalfeld
1
84
Other Decks in Programming
See All in Programming
Compose でデザインと実装の差異を減らすための取り組み
oidy
1
300
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
730
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.7k
時計仕掛けのCompose
mkeeda
1
280
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
890
2024年のWebフロントエンドのふりかえりと2025年
sakito
1
230
テストをしないQAエンジニアは何をしているか?
nealle
0
130
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
300
sappoRo.R #12 初心者セッション
kosugitti
0
230
『品質』という言葉が嫌いな理由
korimu
0
160
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
Honoとフロントエンドの 型安全性について
yodaka
4
250
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
Being A Developer After 40
akosma
89
590k
A Philosophy of Restraint
colly
203
16k
Six Lessons from altMBA
skipperchong
27
3.6k
For a Future-Friendly Web
brad_frost
176
9.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Embracing the Ebb and Flow
colly
84
4.6k
A better future with KSS
kneath
238
17k
Transcript
IGOR LUIZ HALFELD MVP @igorhalfeld - igorluiz.me Azure Functions +
Código Front-end? Deu Bom! #VSSUMMIT
#VSSUMMIT O que vocês acharam desse nome de palestra?
#VSSUMMIT O título é relacionado a um problema no trabalho..
#VSSUMMIT
#VSSUMMIT
#VSSUMMIT ..landing pages(tudo) construídas em
#VSSUMMIT O que trazia diversos problemas como SEO ruim componentização
complicada difícil escalabilidade
#VSSUMMIT
#VSSUMMIT Aplicação - Front Componentes Repo landing - metro landing
- outdoor landing - aeroporto
#VSSUMMIT A NOALVO é uma startup! esse é o lado
bom, mas é o lado ruim também...
#VSSUMMIT landing - metro landing - outdoor landing - aeroporto
$$
#VSSUMMIT landing - metro landing - outdoor landing - aeroporto
$$
#VSSUMMIT Vou rodar uma função. Vou escalar a fn em
um click. Facilidade no bootstrap. Vários triggers além de HTTP. Vou pagar o quanto eu usar.
#VSSUMMIT A galera usa Azure Functions pra automações e algumas
APIs NÃO PRA SERVIR FRONT-END
#VSSUMMIT
#VSSUMMIT Agora eu sei que funciona vou olhar esses projetos
apollo-server-azure-functions now-bridge serverless-http
#VSSUMMIT O Nuxt é usado como middleware app.use(nuxt.render)
#VSSUMMIT Não tem o `app` nas functions async function(context, res)
#VSSUMMIT Criar HTTP Server internamente na function Inicializa o trigger
Request Extrair o `path` do `context` Fazer um request internamente
#VSSUMMIT Depois disso o resto é lenda
#VSSUMMIT
#VSSUMMIT
IGOR LUIZ HALFELD MVP @igorhalfeld - igorluiz.me Obrigado! igorluiz.me/talks #VSSUMMIT