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
ワークショップまとめ資料
Search
hiroki8080
May 07, 2016
Programming
0
200
ワークショップまとめ資料
第1回テーマ:サーバーレスアーキテクチャ
hiroki8080
May 07, 2016
Tweet
Share
More Decks by hiroki8080
See All by hiroki8080
オンラインワークショップ資料
hiroki8080
0
220
オンラインワークショップ資料
hiroki8080
0
240
オンラインワークショップ資料
hiroki8080
0
200
ワークショップまとめ資料3
hiroki8080
0
150
ワークショップまとめ資料2
hiroki8080
0
140
Other Decks in Programming
See All in Programming
NPOでのDevinの活用
codeforeveryone
0
840
A2A プロトコルを試してみる
azukiazusa1
2
1.4k
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
730
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
160
効率的な開発手段として VRTを活用する
ishkawa
0
140
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
390
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
770
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
11k
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
230
Porting a visionOS App to Android XR
akkeylab
0
470
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
430
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A better future with KSS
kneath
238
17k
Agile that works and the tools we love
rasmusluckow
329
21k
The Cult of Friendly URLs
andyhume
79
6.5k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
The Language of Interfaces
destraynor
158
25k
Building an army of robots
kneath
306
45k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
820
Transcript
第 1 回 テ ー マ : サ ー バ
レ ス ア ー キ テ ク チ ャ オンラインワークショップ
今回の活動 • サーバーレスアーキテクチャのメリットなどの意見交換 • 使い方の検討
サーバーレスアーキテクチャのメリット • サーバーを持たずにWebアプリケーションを構築 • Webサーバーがいらない • 開発者がインフラ管理をしなくてよい • プログラムの管理だけで良い •
Webサーバーのメンテナンスが不要 • AWSなどベンダーがやってくれる • 運用・メンテンナスコストを下げれる • 非常駐型のプロセスなのでリソースを圧迫しない • CGIに近い形で、必要なときにだけ動く • リクエスト型の課金の場合は、安く済む
サーバーレスアーキテクチャのデメリット • AWSなどの従量課金制だと、リクエスト数により大変な ことに・・ • Twitter APIなどにもあるが、制限する仕組みが必要 • そもそもリクエスト数が多いものには使えないのではな いか
• 従来のWebアプリケーションの方が良い場合も
使い方の検討 • 単一で公開する静的サイト • フリーランスであれば、個人の案件でも使えそう。 • Twillioを使ったミニサポートセンター • 並列処理化コンパイラ •
ファイル圧縮化 → これをワークショップで作ってみ よう!
今回決まったこと • サーバーレスアーキテクチャを使って圧縮ソフトを作っ てみよう。(大体5月いっぱいぐらい) • ワークショップは2週間に一回開催にする。(今までの 集まりをワークショップに)