Skip to content

Commit

Permalink
Add missing video post
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman authored and github-actions[bot] committed Dec 2, 2023
1 parent 2f3fe65 commit e0cd9a7
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/processed_videos.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
"96YwsWiqSAw",
"AKhRuy4qirg",
"E2d-tMRFDN8",
"ETG5azrc4F4",
"EX-Li0Ve-iY",
"Enb2wovxHkg",
"EzWGHpwvfP0",
"GD--Xy54icI",
"GQ8MDUnGBvg",
"H7-Cz1kJhOc",
"HgKcO_mBmFs",
"JM6oy2DjAds",
"Ja-JuqjTom8",
"K7gElz3eyzs",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Message Parsing and Ruff - Building SaaS with Python and Django #176"
description: "In this episode, we finished off the core portion of the application by parsing entries out of the messages sent back by SendGrid. We set up the Heroku Scheduler to start the daily flow of emails to get the system started. After completing that, I set up the project to use Ruff instead of the collection of tools used previously."
image: img/2023/HgKcO_mBmFs.jpg
video: https://www.youtube.com/embed/HgKcO_mBmFs
type: post
categories:
- YouTube
- Python
- Django
tags: ['Python', 'Django', 'SaaS', 'SendGrid', 'parsing', 'Heroku', 'scheduler', 'Ruff']

---

In this episode, we finished off the core portion of the application by parsing entries out of the messages sent back by SendGrid. We set up the Heroku Scheduler to start the daily flow of emails to get the system started. After completing that, I set up the project to use Ruff instead of the collection of tools used previously.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Switch an Existing Python Project To Ruff"
description: "On a recent Building SaaS stream, we switched from using flake8, Black, isort, and bandit completely over to a single tool, Ruff. Watch an experienced Pythonista work through many of the options and do a full conversion to this powerful tool"
image: img/2023/ETG5azrc4F4.jpg
video: https://www.youtube.com/embed/ETG5azrc4F4
type: post
categories:
- YouTube
- Python
- Django
tags: ['Python', 'Django', 'SaaS', 'Ruff', 'flake8', 'Black', 'isort', 'bandit']

---

On a recent Building SaaS stream, we switched from using flake8, Black, isort, and bandit completely over to a single tool, Ruff. Watch an experienced Pythonista work through many of the options and do a full conversion to this powerful tool
Binary file added static/img/2023/ETG5azrc4F4.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/HgKcO_mBmFs.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 e0cd9a7

Please sign in to comment.