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
1 API - 3 Framework - 30 minutes
Search
Iacopo Spalletti
October 03, 2019
Programming
0
91
1 API - 3 Framework - 30 minutes
Iacopo Spalletti
October 03, 2019
Tweet
Share
More Decks by Iacopo Spalletti
See All by Iacopo Spalletti
Writing Async Microservices in Python
yakky
0
550
Building real time applications with Django and Channels 2 @ DjangoCon Europe
yakky
1
570
Building real time applications with Django and Channels 2 @ PyCon Italia
yakky
0
420
Building real time applications with Django
yakky
0
530
django knocker
yakky
0
55
django CMS application - A comprehensive approach
yakky
0
46
django CMS + Channels + DRF = ♥
yakky
0
310
Liveblogging using channels
yakky
0
39
django CMS @ DUTH - Exploiting Django for a good cause
yakky
0
360
Other Decks in Programming
See All in Programming
Jakarta EE meets AI
ivargrimstad
0
240
17年周年のWebアプリケーションにTanStack Queryを導入する / Implementing TanStack Query in a 17th Anniversary Web Application
saitolume
0
250
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
1
130
Zoneless Testing
rainerhahnekamp
0
120
[JAWS-UG横浜 #76] イケてるアップデートを宇宙いち早く紹介するよ!
maroon1st
0
460
複雑な仕様に立ち向かうアーキテクチャ
myohei
0
170
Scalaから始めるOpenFeature入門 / Scalaわいわい勉強会 #4
arthur1
1
300
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
250
「Chatwork」Android版アプリを 支える単体テストの現在
okuzawats
0
180
テストケースの名前はどうつけるべきか?
orgachem
PRO
0
130
採用事例の少ないSvelteを選んだ理由と それを正解にするためにやっていること
oekazuma
2
1k
テスト自動化失敗から再挑戦しチームにオーナーシップを委譲した話/STAC2024 macho
ma_cho29
1
1.3k
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Gamification - CAS2011
davidbonilla
80
5.1k
Writing Fast Ruby
sferik
628
61k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
2
290
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Done Done
chrislema
181
16k
Facilitating Awesome Meetings
lara
50
6.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Code Reviewing Like a Champion
maltzj
520
39k
Transcript
1 API - 3 Framework - 30 minutes Iacopo Spalletti
1 / 28 Iacopo Spalletti - @yakkys
Hello, I am Iacopo Founder and CTO @NephilaIT Djangonaut and
django CMS core developer @yakks @
[email protected]
https://keybase.io/yakky https://github.com/yakky https://speakerdeck.com/yakky 2 / 28 Iacopo Spalletti - @yakkys
API? What's that? Application Programming Interface 3 / 28 Iacopo
Spalletti - @yakkys
API? What's that? Application Programming Interface Web API 4 /
28 Iacopo Spalletti - @yakkys
5 / 28 Iacopo Spalletti - @yakkys
6 / 28 Iacopo Spalletti - @yakkys
7 / 28 Iacopo Spalletti - @yakkys
REST HTTP as a semantic protocol 8 / 28 Iacopo
Spalletti - @yakkys
Call URL, stuff happens 9 / 28 Iacopo Spalletti -
@yakkys
Enters Python 10 / 28 Iacopo Spalletti - @yakkys
Django Flask Starlette 11 / 28 Iacopo Spalletti - @yakkys
Django The web framework for perfectionists with deadlines 12 /
28 Iacopo Spalletti - @yakkys
Django The web framework for perfectionists with deadlines Quick building
non-trivial applications 13 / 28 Iacopo Spalletti - @yakkys
Flask Lightweight WSGI web application framework 14 / 28 Iacopo
Spalletti - @yakkys
Flask Lightweight WSGI web application framework Complexity grows with the
project 15 / 28 Iacopo Spalletti - @yakkys
Starlette The little ASGI framework that shines 16 / 28
Iacopo Spalletti - @yakkys
Starlette The little ASGI framework that shines Microservice oriented 17
/ 28 Iacopo Spalletti - @yakkys
Some code now? 18 / 28 Iacopo Spalletti - @yakkys
The specs A RESTful backend to handle a multi-tenant warehouse.
19 / 28 Iacopo Spalletti - @yakkys
The specs A RESTful backend to handle a multi-tenant warehouse.
Warehouse is divided in Shelves 20 / 28 Iacopo Spalletti - @yakkys
The specs A RESTful backend to handle a multi-tenant warehouse.
Warehouse is divided in Shelves Each Shelf belongs to an Organization 21 / 28 Iacopo Spalletti - @yakkys
The specs A RESTful backend to handle a multi-tenant warehouse.
Warehouse is divided in Shelves Each Shelf belongs to an Organization Each Shelf can hold a given set of Boxes 22 / 28 Iacopo Spalletti - @yakkys
Django https://github.com/yakky/3frameworks-django 23 / 28 Iacopo Spalletti - @yakkys
Flask https://github.com/yakky/3frameworks-flask 24 / 28 Iacopo Spalletti - @yakkys
Starlette https://github.com/yakky/3frameworks-starlette 25 / 28 Iacopo Spalletti - @yakkys
26 / 28 Iacopo Spalletti - @yakkys
Questions? 27 / 28 Iacopo Spalletti - @yakkys
Thanks @yakks @
[email protected]
https://keybase.io/yakky https://github.com/yakky https://speakerdeck.com/yakky 28 / 28 Iacopo
Spalletti - @yakkys
1 API - 3 Framework - 30 minutes Iacopo Spalletti
1 / 28 Iacopo Spalletti - @yakkys
Hello, I am Iacopo Founder and CTO @NephilaIT Djangonaut and
django CMS core developer @yakks @
[email protected]
https://keybase.io/yakky https://github.com/yakky https://speakerdeck.com/yakky 2 / 28 Iacopo Spalletti - @yakkys
API? What's that? Application Programming Interface 3 / 28 Iacopo
Spalletti - @yakkys
API? What's that? Application Programming Interface Web API 4 /
28 Iacopo Spalletti - @yakkys
5 / 28 Iacopo Spalletti - @yakkys
6 / 28 Iacopo Spalletti - @yakkys
7 / 28 Iacopo Spalletti - @yakkys
REST HTTP as a semantic protocol 8 / 28 Iacopo
Spalletti - @yakkys
Call URL, stuff happens 9 / 28 Iacopo Spalletti -
@yakkys
Enters Python 10 / 28 Iacopo Spalletti - @yakkys
Django Flask Starlette 11 / 28 Iacopo Spalletti - @yakkys
Django The web framework for perfectionists with deadlines 12 /
28 Iacopo Spalletti - @yakkys
Django The web framework for perfectionists with deadlines Quick building
non-trivial applications 13 / 28 Iacopo Spalletti - @yakkys
Flask Lightweight WSGI web application framework 14 / 28 Iacopo
Spalletti - @yakkys
Flask Lightweight WSGI web application framework Complexity grows with the
project 15 / 28 Iacopo Spalletti - @yakkys
Starlette The little ASGI framework that shines 16 / 28
Iacopo Spalletti - @yakkys
Starlette The little ASGI framework that shines Microservice oriented 17
/ 28 Iacopo Spalletti - @yakkys
Some code now? 18 / 28 Iacopo Spalletti - @yakkys
The specs A RESTful backend to handle a multi-tenant warehouse.
19 / 28 Iacopo Spalletti - @yakkys
The specs A RESTful backend to handle a multi-tenant warehouse.
Warehouse is divided in Shelves 20 / 28 Iacopo Spalletti - @yakkys
The specs A RESTful backend to handle a multi-tenant warehouse.
Warehouse is divided in Shelves Each Shelf belongs to an Organization 21 / 28 Iacopo Spalletti - @yakkys
The specs A RESTful backend to handle a multi-tenant warehouse.
Warehouse is divided in Shelves Each Shelf belongs to an Organization Each Shelf can hold a given set of Boxes 22 / 28 Iacopo Spalletti - @yakkys
Django https://github.com/yakky/3frameworks-django 23 / 28 Iacopo Spalletti - @yakkys
Flask https://github.com/yakky/3frameworks-flask 24 / 28 Iacopo Spalletti - @yakkys
Starlette https://github.com/yakky/3frameworks-starlette 25 / 28 Iacopo Spalletti - @yakkys
26 / 28 Iacopo Spalletti - @yakkys
Questions? 27 / 28 Iacopo Spalletti - @yakkys
Thanks @yakks @
[email protected]
https://keybase.io/yakky https://github.com/yakky https://speakerdeck.com/yakky 28 / 28 Iacopo
Spalletti - @yakkys