$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Serverless_Java_Ivar_Grimstad.pdf
Search
ivargrimstad
May 06, 2019
Technology
0
29
Serverless_Java_Ivar_Grimstad.pdf
ivargrimstad
May 06, 2019
Tweet
Share
More Decks by ivargrimstad
See All by ivargrimstad
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
170
Duke on CRaC with Jakarta EE
ivargrimstad
0
720
Developing Specifications - Jakarta EE: a Real World Example
ivargrimstad
0
630
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
970
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
980
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
1k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
990
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
1.1k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
800
Other Decks in Technology
See All in Technology
Fashion×AI「似合う」を届けるためのWEARのAI戦略
zozotech
PRO
2
850
Strands Agents × インタリーブ思考 で変わるAIエージェント設計 / Strands Agents x Interleaved Thinking AI Agents
takanorig
2
200
Strands AgentsとNova 2 SonicでS2Sを実践してみた
yama3133
0
240
Amazon Bedrock Knowledge Bases × メタデータ活用で実現する検証可能な RAG 設計
tomoaki25
1
130
AI時代のワークフロー設計〜Durable Functions / Step Functions / Strands Agents を添えて〜
yakumo
3
390
Database イノベーショントークを振り返る/reinvent-2025-database-innovation-talk-recap
emiki
0
230
初めてのDatabricks AI/BI Genie
taka_aki
0
200
生成AIを利用するだけでなく、投資できる組織へ / Becoming an Organization That Invests in GenAI
kaminashi
0
110
SQLだけでマイグレーションしたい!
makki_d
0
750
マイクロサービスへの5年間 ぶっちゃけ何をしてどうなったか
joker1007
14
6.5k
エンジニアリングをやめたくないので問い続ける
estie
2
1.2k
AWS運用を効率化する!AWS Organizationsを軸にした一元管理の実践/nikkei-tech-talk-202512
nikkei_engineer_recruiting
0
110
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
How Software Deployment tools have changed in the past 20 years
geshan
0
29k
Raft: Consensus for Rubyists
vanstee
141
7.2k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
1k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
7.9k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.6k
Making Projects Easy
brettharned
120
6.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
286
14k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Transcript
@ivar_grimstad #serverless
@ivar_grimstad https://github.com/ivargrimstad https://www.linkedin.com/in/ivargrimstad
@ivar_grimstad #Serverless
@ivar_grimstad #microservices Serverless Implementations + Demos Summary
@ivar_grimstad #Serverless What is Serverless?
@ivar_grimstad #Serverless A Very Bad Name!
@ivar_grimstad #Serverless There are Still Servers!
@ivar_grimstad #Serverless …just…
@ivar_grimstad #Serverless Someone Else’s Server
@ivar_grimstad #Serverless What it Really is…
@ivar_grimstad #Serverless No Server Management
@ivar_grimstad #Serverless Scale Automatically
@ivar_grimstad #Serverless Pay only while your code runs
@ivar_grimstad #Serverless Runs code in response to Events
@ivar_grimstad #Serverless Open and Familiar
@ivar_grimstad #Serverless Serverless is also known as…
@ivar_grimstad #Serverless Functions as a Service Cloud Functions
@ivar_grimstad #Serverless Infrastructure Platform Containers Applications Functions
@ivar_grimstad #Serverless Applications Functions Someone Else’s Job
@ivar_grimstad #Serverless What about Architecture?
@ivar_grimstad #Serverless Choreography over Orchestration
@ivar_grimstad #Serverless What’s in it for the Developers
@ivar_grimstad #Serverless Easier Faster Cheaper Powerful
@ivar_grimstad #Serverless What’s in it for the Business
@ivar_grimstad #Serverless Agility Innovation Cost Reduction
@ivar_grimstad #Serverless Java Functions?
@ivar_grimstad #Serverless
@ivar_grimstad #Serverless https://quarkus.io/
@ivar_grimstad #Serverless What about Frameworks?
@ivar_grimstad #Serverless FaaS Implementations
@ivar_grimstad #Serverless Open FaaS https://www.openfaas.com/ Python, Node.js, Go, C#, …
@ivar_grimstad #Serverless Apache OpenWhisk https://openwhisk.apache.org Node.js, Swift, Java, Go, Python,
PHP, Ruby
@ivar_grimstad #Serverless Google Cloud Functions https://cloud.google.com/functions Node.js, Python
@ivar_grimstad #Serverless Knative https://cloud.google.com/knative/ Go, C#, Java, Kotlin, Rust, Python,
Dart, …
@ivar_grimstad #Serverless AWS Lambda https://aws.amazon.com/lambda Java, Node.js, C#, Python, …
@ivar_grimstad #Serverless Demo
@ivar_grimstad #Serverless IBM Cloud Functions https://www.ibm.com/cloud/functions Node.js, Swift, Java, Go,
Python, PHP, Ruby
@ivar_grimstad #Serverless Demo
@ivar_grimstad #Serverless Azure Functions https://docs.microsoft.com/en-us/azure/azure-functions/ C#, F#, JavaScript, Java, …
@ivar_grimstad #Serverless https://azure.microsoft.com/en-us/updates/azure-functions-java-support-ga/
@ivar_grimstad #Serverless Demo
@ivar_grimstad #Serverless Fn Project https://fnproject.io/ Node.js, Java, Go, Ruby, Python
@ivar_grimstad #Serverless Demo
@ivar_grimstad #Serverless Summary
@ivar_grimstad #Serverless f(x)
@ivar_grimstad #Serverless Samples https://github.com/ivargrimstad/function-duke FaaS Implementations (covered here) https://www.openfaas.com https://openwhisk.apache.org
https://cloud.google.com/functions https://aws.amazon.com/lambda https://www.ibm.com/cloud/functions https://docs.microsoft.com/en-us/azure/azure-functions https://fnproject.io
@ivar_grimstad #Serverless cybercom.com