Skip to content

Commit

Permalink
Add more videos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Dec 9, 2023
1 parent e0cd9a7 commit 6c1c282
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/processed_videos.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"4T9iP6wtvIM",
"5BXqXiVIVYg",
"615BfMy-8qQ",
"6DBRwLpiazc",
"7CaeEaq_3Ro",
"87wjfiP6V30",
"8SP_LdQiYE8",
Expand Down Expand Up @@ -38,6 +39,8 @@
"WkC7o00F0DQ",
"XCeEV9bn3Xo",
"XthRKboFRo0",
"YzcJy3mUSJM",
"bP8arDGJxBk",
"bbkPxxxCV6M",
"cH6U1Nf8G-I",
"d4id6QRL1Vw",
Expand Down
15 changes: 15 additions & 0 deletions content/blog/2023-12-03-saturday-stream-explorer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Saturday stream explorer"
description: "I was looking for new thing to do to improve my stream. This is mostly me goofing off."
image: img/2023/6DBRwLpiazc.jpg
video: https://www.youtube.com/embed/6DBRwLpiazc
type: post
categories:
- YouTube
- Python
- Django
tags: ['streamlabs', 'streaming']

---

I was looking for new thing to do to improve my stream. This is mostly me goofing off.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Operations, WhiteNoise, and Tailwind - Building SaaS with Python and Django #177"
description: "In this episode, I worked through a couple of issues discovered after having the site be operational for real use. From there, we moved onto some fundamental technology and integrated WhiteNoise to handle static files for the application. After adding WhiteNoise, we hooked up Tailwind CSS."
image: img/2023/bP8arDGJxBk.jpg
video: https://www.youtube.com/embed/bP8arDGJxBk
type: post
categories:
- YouTube
- Python
- Django
tags: ['Python', 'Django', 'SaaS', 'WhiteNoise', 'static files', 'Tailwind', 'CSS', 'Tailwind CSS', 'Node.js', 'Heroku', 'buildpacks']

---

In this episode, I worked through a couple of issues discovered after having the site be operational for real use. From there, we moved onto some fundamental technology and integrated WhiteNoise to handle static files for the application. After adding WhiteNoise, we hooked up Tailwind CSS.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "WhiteNoise For Static Files - Building SaaS"
description: "This video is all about adding the popular WhiteNoise package into my Django app to serve static files (e.g., CSS, JavaScript, and images) directly from the app. I walk through the process from start to finish and deploy it live to show how things work."
image: img/2023/YzcJy3mUSJM.jpg
video: https://www.youtube.com/embed/YzcJy3mUSJM
type: post
categories:
- YouTube
- Python
- Django
tags: ['Python', 'Django', 'SaaS', 'WhiteNoise', 'static files', 'Heroku']

---

This video is all about adding the popular WhiteNoise package into my Django app to serve static files (e.g., CSS, JavaScript, and images) directly from the app. I walk through the process from start to finish and deploy it live to show how things work.
Binary file added static/img/2023/6DBRwLpiazc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/2023/YzcJy3mUSJM.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/2023/bP8arDGJxBk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c1c282

Please sign in to comment.