SlideShare a Scribd company logo
1 of 93
Download to read offline
#今日の食神
Dentoo.LT #25 2021/06/06 @ ONLINE


whywaita
こんにちは∼
whywaita
✓ 橘 和板 (Tachibana waita)


✓ 電気通信大学 13学部入学 19大学院卒


✓ Dentoo.LT 2代目主催


✓ 仕事: サーバと仲良くしたり喧嘩したりする日々


✓ 趣味: 自宅サーバ、VTuber、麻雀とか
whywaita
✓ 橘 和板 (Tachibana waita)


✓ 電気通信大学 13学部入学 19大学院卒


✓ Dentoo.LT 2代目主催


✓ 仕事: サーバと仲良くしたり喧嘩したりする日々


✓ 趣味: 自宅サーバ、VTuber、麻雀とか
whywaita
✓ 橘 和板 (Tachibana waita)


✓ 電気通信大学 13学部入学 19大学院卒


✓ Dentoo.LT 2代目主催


✓ 仕事: サーバと仲良くしたり喧嘩したりする日々


✓ 趣味: 自宅サーバ、VTuber、麻雀とか
ジジイ
Dentoo.LT #4 (2013.07.07)
Dentoo.LT #4 (2013.07.07)
ジジイ
本題
食神知ってる人? 🙋
食神 餃子王
• 電通大の近くにある中華料理屋


• 2001年1月12日オープンらしいよ


• 読みは「しょくじん」らしいけどどっちでもいいらしいよ


• 600, 750円で腹一杯中華の定食が食べられる


• 依存性が高くオフライン時代は週5のオタクも……
食神行ったこと


ある人? 🙋
食神好きな人? 🙋
食神愛してる人? 🙋
食神関連のOSS


作ってる人? 🙋
#今日の食神
ものがたりのはじまり
https://twitter.com/shokujinjp/status/1009082689389858816
なるほど 🤔
🤔🤔🤔
💡
https://twitter.com/whywaita/status/1010048833915576321
作りました😊
#今日の食神
• https://github.com/shokujinjp


• いくつかの便利リポジトリ群


• shokujinjp/data: メニュー一覧


• shokujinjp/docs: お役立ち情報のまとめ


• shokujinjp/api: 食神のWebAPI
これは私撮影の看板↑
shokujinjp/data
shokujinjp/data
% curl -s https://api.shokujin.jp/menu/today | jq
.

[

{

"id": "59"
,

"name": "水煮牛肉"
,

"price": "780"
,

"category": "牛・豚・鶏・ラム"
,

"day_start": ""
,

"day_end": ""
,

"can_weekday": ""
,

"description": "
"

}
,

{

"id": "1"
,

"name": "麻婆豆腐定食"
,

"price": "600"
,

"category": “定食"
,

(snip)
shokujinjp/api
% curl -s https://api.shokujin.jp/menu/today | jq
.

[

{

"id": "59"
,

"name": "水煮牛肉"
,

"price": "780"
,

"category": "牛・豚・鶏・ラム"
,

"day_start": ""
,

"day_end": ""
,

"can_weekday": ""
,

"description": "
"

}
,

{

"id": "1"
,

"name": "麻婆豆腐定食"
,

"price": "600"
,

"category": “定食"
,

(snip)
shokujinjp/api
% curl -s https://api.shokujin.jp/menu/today | jq
.

[

{

"id": "59"
,

"name": "水煮牛肉"
,

"price": "780"
,

"category": "牛・豚・鶏・ラム"
,

"day_start": ""
,

"day_end": ""
,

"can_weekday": ""
,

"description": "
"

}
,

{

"id": "1"
,

"name": "麻婆豆腐定食"
,

"price": "600"
,

"category": “定食"
,

(snip)
shokujinjp/api
shokujinjp/api
• https://api.shokujin.jp


• GET /menu/all


• (過去含め)保存されている全メニュー


• GET /menu/today


• 今日注文できるメニュー
shokujinjp/api
• 言語: Golang / HTTP Router: gorilla/mux


• 全部で100行ぐらいの小さいWebアプリ


• https://github.com/shokujinjp/api/blob/
f214eaa7a6eb89ef9944cdc8917c7ebd92129deb/main.go


• わたしのおうちKubernetes上で動いてる
shokujinjp/web-menu
shokujinjp/web-menu
shokujinjp/web-menu
shokujinjp/web-menu
shokujinjp/web-menu
% curl -s https://api.shokujin.jp/menu/today | jq
.

[

{

"id": "59"
,

"name": "水煮牛肉"
,

"price": "780"
,

"category": "牛・豚・鶏・ラム"
,

"day_start": ""
,

"day_end": ""
,

"can_weekday": ""
,

"description": "
"

}
,

{

"id": "1"
,

"name": "麻婆豆腐定食"
,

"price": "600"
,

"category": “定食"
,

(snip)
% curl -s https://api.shokujin.jp/menu/today | jq
.

[

{

"id": "59"
,

"name": "水煮牛肉"
,

"price": "780"
,

"category": "牛・豚・鶏・ラム"
,

"day_start": ""
,

"day_end": ""
,

"can_weekday": ""
,

"description": "
"

}
,

{

"id": "1"
,

"name": "麻婆豆腐定食"
,

"price": "600"
,

"category": “定食"
,

(snip)
shokujinjp/web-menu
• https://menu.shokujin.jp


• TypeScript + React / Netlify


• 席についてからスマホでポチポチすると注文できる


• LINEアカウントで注文できるのは公式


• MMAフロントエンド部 @mizdra @hogextend に


手伝ってもらった
便利 ✨
できるだけ


手をかけずに


継続してメンテする
大事なこと
週替わり定食
https://twitter.com/shokujinjp/status/1399187367987073032
毎週手で追加は無理


><
自動化だ!!!
週替わりメニュー追加自動化
週替わりメニュー追加自動化
• 毎週月曜日に定期実行 on GitHub Actions


• shokujinjp Twitterアカウントの投稿を検索


• 見つけた画像をOCRで文章化


• 上手く読み込めたら shokujinjp/data に自動追加
わたしが何もせずとも


メニュー追加に対応 ✨
web-menuにも自動追加 😊
とはいえ完全に


ノーメンテとはいかず…
面白事例集
自動なのでちょっと怪しいところも……
自動なのでちょっと怪しいところも……
自動なのでちょっと怪しいところも……
自動なのでちょっと怪しいところも……
ク 🤔
https://twitter.com/shokujinjp/status/1381432216769556482/photo/1
😭
https://twitter.com/shokujinjp/status/1386535269466198019/photo/1
https://github.com/shokujinjp/data/runs/2434898609?check_suite_focus=true
😭
面白いので放置


気づいた時に直す


ぐらいの運用
週”がわり”問題
https://twitter.com/shokujinjp/status/1399187367987073032
週替わり定食
週替わり定食


(2019.07.22∼)
🤔
週代わり定食


(∼2019.07.15)
😇😇😇
歴史を確認できる
2019/10/01


消費税率 引き上げ


8% → 10%
https://twitter.com/shokujinjp/status/1178182527111925760
歴史じゃん
https://twitter.com/shokujinjp/status/1378894586995568640
めったに出ない 🤔
https://twitter.com/whywaita/status/1378931719395364869
便利 ✨
公式からのレスも ✨
https://twitter.com/shokujinjp/status/1378935279671648258
そしたら
なんかバズった!!!
https://twitter.com/kebin628/status/1378938839180341252
世の中なにがあるか


分からん 🤔
まとめ
• GitHub https://github.com/shokujinjp の紹介


• だいたいオープンにやっているので興味のある人は


声かけてネ


• くだらなさそうでも面白そうと思った物を作ると良い


• 数年後バズったりする
余談
Dentoo.LT #25


開催記念で作りました
curl -s https://api.shokujin.jp/joke/markov
% curl -s https://api.shokujin.jp/joke/markov | jq
.

{

"id": "joke"
,

"name": "豚肉と玉子とキャベツとしめじとじゃがいもの旨定食"
,

"price": "69589"
,

"category": "不明"
,

"day_start": ""
,

"day_end": ""
,

"can_weekday": ""
,

"description": "joke menu generated by markov chain
"

}

More Related Content

More from whywaita

CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and M...
CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and M...CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and M...
CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and M...whywaita
 
Kubernetesの良さを活かして開発・運用!Cloud Native入門 / An introductory Cloud Native #osc19tk
Kubernetesの良さを活かして開発・運用!Cloud Native入門 / An introductory Cloud Native #osc19tkKubernetesの良さを活かして開発・運用!Cloud Native入門 / An introductory Cloud Native #osc19tk
Kubernetesの良さを活かして開発・運用!Cloud Native入門 / An introductory Cloud Native #osc19tkwhywaita
 
なぜディスクレスハイパーバイザに至ったのか / Why did we select to the diskless hypervisor? #builde...
なぜディスクレスハイパーバイザに至ったのか / Why did we select to the diskless hypervisor? #builde...なぜディスクレスハイパーバイザに至ったのか / Why did we select to the diskless hypervisor? #builde...
なぜディスクレスハイパーバイザに至ったのか / Why did we select to the diskless hypervisor? #builde...whywaita
 
Prometheus monitoring from outside of Kubernetes
 〜どうして我々はKubernetes上のPromet...
Prometheus monitoring from outside of Kubernetes
 〜どうして我々はKubernetes上のPromet...Prometheus monitoring from outside of Kubernetes
 〜どうして我々はKubernetes上のPromet...
Prometheus monitoring from outside of Kubernetes
 〜どうして我々はKubernetes上のPromet...whywaita
 
ISUCON8忘年会 LT / 430,000 uses
ISUCON8忘年会 LT / 430,000 usesISUCON8忘年会 LT / 430,000 uses
ISUCON8忘年会 LT / 430,000 useswhywaita
 
最高のslack体験を求めて 〜新バージョンリリースに添えて〜 / introduce-slack-aggregator-in #dentoolt 21
最高のslack体験を求めて 〜新バージョンリリースに添えて〜 / introduce-slack-aggregator-in #dentoolt 21最高のslack体験を求めて 〜新バージョンリリースに添えて〜 / introduce-slack-aggregator-in #dentoolt 21
最高のslack体験を求めて 〜新バージョンリリースに添えて〜 / introduce-slack-aggregator-in #dentoolt 21whywaita
 
[公開版] 自宅APIのススメ #dentoolt
[公開版] 自宅APIのススメ #dentoolt[公開版] 自宅APIのススメ #dentoolt
[公開版] 自宅APIのススメ #dentooltwhywaita
 
スイッチをお手軽にしよう! #wakate2018w
スイッチをお手軽にしよう! #wakate2018wスイッチをお手軽にしよう! #wakate2018w
スイッチをお手軽にしよう! #wakate2018wwhywaita
 
ブロックチェーン概要のご紹介 #wakate2017
ブロックチェーン概要のご紹介 #wakate2017ブロックチェーン概要のご紹介 #wakate2017
ブロックチェーン概要のご紹介 #wakate2017whywaita
 
LT大会 #osc17tk
LT大会 #osc17tkLT大会 #osc17tk
LT大会 #osc17tkwhywaita
 
帯域確保していき隊 #oscnagoya #東海道らぐ
帯域確保していき隊 #oscnagoya #東海道らぐ帯域確保していき隊 #oscnagoya #東海道らぐ
帯域確保していき隊 #oscnagoya #東海道らぐwhywaita
 
地獄のご紹介 #dentoolt
地獄のご紹介 #dentoolt地獄のご紹介 #dentoolt
地獄のご紹介 #dentooltwhywaita
 
自宅ネットワークの話 #MCCMMANCC
自宅ネットワークの話 #MCCMMANCC自宅ネットワークの話 #MCCMMANCC
自宅ネットワークの話 #MCCMMANCCwhywaita
 
https://whywrite.it/dust/dentoolt/15.5/ #dentoolt
https://whywrite.it/dust/dentoolt/15.5/ #dentoolthttps://whywrite.it/dust/dentoolt/15.5/ #dentoolt
https://whywrite.it/dust/dentoolt/15.5/ #dentooltwhywaita
 
スライド、作ってみませんか? #osc16tk
スライド、作ってみませんか? #osc16tk スライド、作ってみませんか? #osc16tk
スライド、作ってみませんか? #osc16tk whywaita
 
自宅DCのススメ (2) #dentoolt
自宅DCのススメ (2) #dentoolt 自宅DCのススメ (2) #dentoolt
自宅DCのススメ (2) #dentoolt whywaita
 
インフラ #kosenconf
インフラ #kosenconfインフラ #kosenconf
インフラ #kosenconfwhywaita
 
自宅DCのススメ #dentoolt
自宅DCのススメ #dentoolt自宅DCのススメ #dentoolt
自宅DCのススメ #dentooltwhywaita
 
コミュニケーション for MSP
コミュニケーション for MSPコミュニケーション for MSP
コミュニケーション for MSPwhywaita
 
ictsc4 サーバを支える技術
ictsc4 サーバを支える技術ictsc4 サーバを支える技術
ictsc4 サーバを支える技術whywaita
 

More from whywaita (20)

CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and M...
CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and M...CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and M...
CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and M...
 
Kubernetesの良さを活かして開発・運用!Cloud Native入門 / An introductory Cloud Native #osc19tk
Kubernetesの良さを活かして開発・運用!Cloud Native入門 / An introductory Cloud Native #osc19tkKubernetesの良さを活かして開発・運用!Cloud Native入門 / An introductory Cloud Native #osc19tk
Kubernetesの良さを活かして開発・運用!Cloud Native入門 / An introductory Cloud Native #osc19tk
 
なぜディスクレスハイパーバイザに至ったのか / Why did we select to the diskless hypervisor? #builde...
なぜディスクレスハイパーバイザに至ったのか / Why did we select to the diskless hypervisor? #builde...なぜディスクレスハイパーバイザに至ったのか / Why did we select to the diskless hypervisor? #builde...
なぜディスクレスハイパーバイザに至ったのか / Why did we select to the diskless hypervisor? #builde...
 
Prometheus monitoring from outside of Kubernetes
 〜どうして我々はKubernetes上のPromet...
Prometheus monitoring from outside of Kubernetes
 〜どうして我々はKubernetes上のPromet...Prometheus monitoring from outside of Kubernetes
 〜どうして我々はKubernetes上のPromet...
Prometheus monitoring from outside of Kubernetes
 〜どうして我々はKubernetes上のPromet...
 
ISUCON8忘年会 LT / 430,000 uses
ISUCON8忘年会 LT / 430,000 usesISUCON8忘年会 LT / 430,000 uses
ISUCON8忘年会 LT / 430,000 uses
 
最高のslack体験を求めて 〜新バージョンリリースに添えて〜 / introduce-slack-aggregator-in #dentoolt 21
最高のslack体験を求めて 〜新バージョンリリースに添えて〜 / introduce-slack-aggregator-in #dentoolt 21最高のslack体験を求めて 〜新バージョンリリースに添えて〜 / introduce-slack-aggregator-in #dentoolt 21
最高のslack体験を求めて 〜新バージョンリリースに添えて〜 / introduce-slack-aggregator-in #dentoolt 21
 
[公開版] 自宅APIのススメ #dentoolt
[公開版] 自宅APIのススメ #dentoolt[公開版] 自宅APIのススメ #dentoolt
[公開版] 自宅APIのススメ #dentoolt
 
スイッチをお手軽にしよう! #wakate2018w
スイッチをお手軽にしよう! #wakate2018wスイッチをお手軽にしよう! #wakate2018w
スイッチをお手軽にしよう! #wakate2018w
 
ブロックチェーン概要のご紹介 #wakate2017
ブロックチェーン概要のご紹介 #wakate2017ブロックチェーン概要のご紹介 #wakate2017
ブロックチェーン概要のご紹介 #wakate2017
 
LT大会 #osc17tk
LT大会 #osc17tkLT大会 #osc17tk
LT大会 #osc17tk
 
帯域確保していき隊 #oscnagoya #東海道らぐ
帯域確保していき隊 #oscnagoya #東海道らぐ帯域確保していき隊 #oscnagoya #東海道らぐ
帯域確保していき隊 #oscnagoya #東海道らぐ
 
地獄のご紹介 #dentoolt
地獄のご紹介 #dentoolt地獄のご紹介 #dentoolt
地獄のご紹介 #dentoolt
 
自宅ネットワークの話 #MCCMMANCC
自宅ネットワークの話 #MCCMMANCC自宅ネットワークの話 #MCCMMANCC
自宅ネットワークの話 #MCCMMANCC
 
https://whywrite.it/dust/dentoolt/15.5/ #dentoolt
https://whywrite.it/dust/dentoolt/15.5/ #dentoolthttps://whywrite.it/dust/dentoolt/15.5/ #dentoolt
https://whywrite.it/dust/dentoolt/15.5/ #dentoolt
 
スライド、作ってみませんか? #osc16tk
スライド、作ってみませんか? #osc16tk スライド、作ってみませんか? #osc16tk
スライド、作ってみませんか? #osc16tk
 
自宅DCのススメ (2) #dentoolt
自宅DCのススメ (2) #dentoolt 自宅DCのススメ (2) #dentoolt
自宅DCのススメ (2) #dentoolt
 
インフラ #kosenconf
インフラ #kosenconfインフラ #kosenconf
インフラ #kosenconf
 
自宅DCのススメ #dentoolt
自宅DCのススメ #dentoolt自宅DCのススメ #dentoolt
自宅DCのススメ #dentoolt
 
コミュニケーション for MSP
コミュニケーション for MSPコミュニケーション for MSP
コミュニケーション for MSP
 
ictsc4 サーバを支える技術
ictsc4 サーバを支える技術ictsc4 サーバを支える技術
ictsc4 サーバを支える技術
 

Recently uploaded

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Recently uploaded (20)

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

SEO-optimized title for Dentoo.LT #25 food god discussion