diff --git a/public/dep.png b/public/dep.png new file mode 100644 index 0000000..b62a2ee Binary files /dev/null and b/public/dep.png differ diff --git a/slides.md b/slides.md index 5127c75..85b7322 100644 --- a/slides.md +++ b/slides.md @@ -146,36 +146,63 @@ layout: section # When? +--- +layout: cover +background: https://images.unsplash.com/photo-1518729371765-043e54eb5674?q=80&w=1807&auto=format&fit=crop&ixlib=rb-4.0.3 +--- + +# Does it take time?{.text-right} + --- layout: fact --- +## Does it leave your infrastructure?{.mb-5} + ```mermaid flowchart BT D[\Django/] + subgraph Slow / Unreliable + E>Email] + EA[External API] + V[[Video Transcode]] + R[Reporting] + ML((Machine
Learning)) + end + subgraph Fast & Reliable DB[(Database)] C[(Cache)] end - subgraph Slow / Unreliable - E>Email] - EA[External API] - V[[Video Transcode]] - ML((Machine Learning)) - end - D---DB & C - D-.-E & EA & V & ML + D-.-E & EA & V & R & ML ``` +--- +layout: cover +background: https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3 +--- + +# Specialized hardware? + +--- +layout: cover +background: https://images.unsplash.com/photo-1711606815631-38d32cdaec3e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3 +--- + +## Example: +# Complex reporting + --- layout: section --- -# Background Workers _in Django_ +# Background Workers in + + --- layout: cover @@ -193,7 +220,7 @@ background: /celery.svg --- layout: image-right -image: https://images.unsplash.com/photo-1444703686981-a3abbc4d4fe3?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D +image: https://images.unsplash.com/photo-1444703686981-a3abbc4d4fe3?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3 --- # Others... @@ -217,9 +244,10 @@ image: https://images.unsplash.com/photo-1444703686981-a3abbc4d4fe3?q=80&w=1740& --- layout: cover -background: https://images.unsplash.com/photo-1522096823084-2d1aa8411c13?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D +background: https://images.unsplash.com/photo-1522096823084-2d1aa8411c13?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3 --- +## Example: # Email --- @@ -361,7 +389,7 @@ layout: fact --- layout: image-right -image: https://images.unsplash.com/photo-1674027444485-cec3da58eef4?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D +image: https://images.unsplash.com/photo-1674027444485-cec3da58eef4?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3 class: flex items-center text-xl --- @@ -475,7 +503,7 @@ class: flex justify-center text-2xl flex-col --- layout: image-right -image: https://images.unsplash.com/photo-1525683879097-8babce1c602a?q=80&w=1335&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D +image: https://images.unsplash.com/photo-1525683879097-8babce1c602a?q=80&w=1335&auto=format&fit=crop&ixlib=rb-4.0.3 class: flex justify-center text-xl flex-col --- @@ -533,17 +561,31 @@ layout: section # Where are we now? - +--- +layout: image +image: /dep.png +--- -## `pip install django-tasks` +--- +layout: cover +--- - +# `pip install django-tasks` + +
+ +
--- layout: section --- -# Where will we be soon™? +# Where will we be _soon_™? --- layout: cover @@ -562,7 +604,7 @@ background: /celery.svg --- layout: image-right -image: https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1744&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D +image: https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1744&auto=format&fit=crop&ixlib=rb-4.0.3 class: flex justify-center flex-col text-xl --- @@ -580,7 +622,7 @@ class: flex justify-center flex-col text-xl --- layout: cover -background: https://images.unsplash.com/photo-1519187903022-c0055ec4036a?q=80&w=1335&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D +background: https://images.unsplash.com/photo-1519187903022-c0055ec4036a?q=80&w=1335&auto=format&fit=crop&ixlib=rb-4.0.3 --- # The future is bright @@ -591,10 +633,6 @@ layout: section # What's next? - - -## `pip install django-tasks` -
-
- --- layout: end ---