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
47
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
170
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
52
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
210
Micro Front-ends, what they don't tell you
igorhalfeld
0
380
CSS in JavaScripto, the anti-pattern that is good
igorhalfeld
1
88
Other Decks in Programming
See All in Programming
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
180
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
2
330
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
150
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
530
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
260
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
520
NPOでのDevinの活用
codeforeveryone
0
680
5つのアンチパターンから学ぶLT設計
narihara
1
140
Deep Dive into ~/.claude/projects
hiragram
10
2.2k
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
1.7k
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
1
410
GoのGenericsによるslice操作との付き合い方
syumai
3
710
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Building Applications with DynamoDB
mza
95
6.5k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Building an army of robots
kneath
306
45k
Designing for humans not robots
tammielis
253
25k
Thoughts on Productivity
jonyablonski
69
4.7k
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