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
31
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
160
How to migrate legacy frontend?
igorhalfeld
1
110
Patterns for perfect components in Vue.js
igorhalfeld
0
110
Clean Architecture no Front-end (update 2021-05-11)
igorhalfeld
0
51
Step by step I followed a career in software
igorhalfeld
0
700
Using AI to create memes
igorhalfeld
0
520
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
88
Other Decks in Programming
See All in Programming
Perlで痩せる
yuukis
1
660
Doma で目指す ORM 最適解
nakamura_to
1
160
複数アプリケーションを育てていくための共通化戦略
irof
2
620
ユーザーにサブドメインの ECサイトを提供したい (あるいは) 2026年函館で一番熱くなるかもしれない言語の話
uvb_76
0
180
當開發遇上包裝:AI 如何讓產品從想法變成商品
clonn
0
2.6k
イベントストーミングから始めるドメイン駆動設計
jgeem
3
380
型付け力を強化するための Hoogle のすゝめ / Boosting Your Type Mastery with Hoogle
guvalif
1
230
❄️ tmux-nixの実装を通して学ぶNixOSモジュール
momeemt
1
120
マテリアルって何者?RealityKitで扱うマテリアル入門
nao_randd
0
140
AIにコードを生成するコードを作らせて、再現性を担保しよう! / Let AI generate code to ensure reproducibility
yamachu
7
6.1k
DevTalks 25 - Create your own AI-infused Java apps with ease
kdubois
2
120
少数精鋭エンジニアがフルスタック力を磨く理由 -そしてAI時代へ-
rebase_engineering
0
130
Featured
See All Featured
How GitHub (no longer) Works
holman
314
140k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Raft: Consensus for Rubyists
vanstee
137
7k
Why Our Code Smells
bkeepers
PRO
336
57k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Six Lessons from altMBA
skipperchong
28
3.8k
Gamification - CAS2011
davidbonilla
81
5.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
620
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
750
Optimizing for Happiness
mojombo
378
70k
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