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 and Front-end Code
Search
Igor Halfeld
July 17, 2019
Programming
0
28
Azure Function and Front-end Code
Igor Halfeld
July 17, 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
自力でTTSモデルを作った話
zgock999
0
110
ファインディLT_ポケモン対戦の定量的分析
fufufukakaka
0
940
pylint custom ruleで始めるレビュー自動化
shogoujiie
0
160
JAWS Days 2025のインフラ
komakichi
1
120
推しメソッドsource_locationのしくみを探る - はじめてRubyのコードを読んでみた
nobu09
2
340
Honoをフロントエンドで使う 3つのやり方
yusukebe
7
3.6k
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
950
ABEMA iOS 大規模プロジェクトにおける段階的な技術刷新 / ABEMA iOS Technology Upgrade
akkyie
1
220
コードを読んで理解するko build
bells17
1
110
メンテが命: PHPフレームワークのコンテナ化とアップグレード戦略
shunta27
0
310
Kotlinの開発でも AIをいい感じに使いたい / Making the Most of AI in Kotlin Development
kohii00
5
1.4k
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
160
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
380
Side Projects
sachag
452
42k
Fireside Chat
paigeccino
35
3.2k
Rails Girls Zürich Keynote
gr2m
94
13k
Gamification - CAS2011
davidbonilla
80
5.2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
260
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
What's in a price? How to price your products and services
michaelherold
244
12k
Faster Mobile Websites
deanohume
306
31k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Transcript
Azure functions + Código front-end Deu bom!!
Igor Halfeld Software Engineer & Consultancy igorluiz.me - @IgorHalfeld
None
O que vocês acharam desse nome de palestra? Pensaram que
iria falar de algum app front conectando a uma API serverless.
Relacionado a um problema do meu trabalho Meta: ter um
aumento!
None
…landing pages(tudo) construídas em
O que trazia diversos problemas SEO Ruim, componentização complicada, difícil
escabilidade.
None
Repo Componentes Aplicações - Front landing - metro landing -
outdoor landing - aeroporto
A NOALVO é uma startup! Esse é o LADO BOM
e o LADO RUIM também…
landing - metro landing - outdoor landing - aeroporto $$
None
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.
A galera usa Azure Functions pra automações e algumas APIS
NÃO PARA SERVIR FRONT-END
None
Agora eu sei que funciona, vou olhar esses projetos… apollo-server-azure-functions,
now-bridge e serverless-http.
O Nuxt é usado como middleware… app.use(nuxt.render)
Não tem o `app` nas functions async function (context, req)
Inicializa o trigger Request Extrair o `path` do `context` Fazer
um request internamente Criar HTTP Server internamente na function com o Nuxt como middleware
Depois disso o resto é lenda…
None
None
Obrigado! igorluiz.me/talks - @IgorHalfeld