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
Serverless_Java_Ivar_Grimstad.pdf
Search
ivargrimstad
May 06, 2019
Technology
0
26
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 with ASF in the Middle
ivargrimstad
0
170
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
420
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
490
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
500
Jakarta EE Meets AI
ivargrimstad
0
780
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
910
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
970
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
1
1.3k
What Spring Developers Should Know About Jakarta EE
ivargrimstad
1
1.7k
Other Decks in Technology
See All in Technology
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
160
S3アクセス制御の設計ポイント
tommy0124
3
200
RSCの時代にReactとフレームワークの境界を探る
uhyo
10
3.5k
「Linux」という言葉が指すもの
sat
PRO
4
140
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
180
AIエージェント開発用SDKとローカルLLMをLINE Botと組み合わせてみた / LINEを使ったLT大会 #14
you
PRO
0
130
AI時代を生き抜くエンジニアキャリアの築き方 (AI-Native 時代、エンジニアという道は 「最大の挑戦の場」となる) / Building an Engineering Career to Thrive in the Age of AI (In the AI-Native Era, the Path of Engineering Becomes the Ultimate Arena of Challenge)
jeongjaesoon
0
250
AIがコード書きすぎ問題にはAIで立ち向かえ
jyoshise
1
130
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
280
データ分析エージェント Socrates の育て方
na0
7
2.5k
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.2k
slog.Handlerのよくある実装ミス
sakiengineer
4
470
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
How to train your dragon (web standard)
notwaldorf
96
6.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Making Projects Easy
brettharned
117
6.4k
Building an army of robots
kneath
306
46k
What's in a price? How to price your products and services
michaelherold
246
12k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
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