Patrick Kennedy

Patrick Kennedy

Patrick is a software engineer from the San Francisco Bay Area with experience in C++, Python, and JavaScript. His favorite areas of teaching are Vue and Flask. In his free time, he enjoys spending time with his family and cooking.

Courses

Learn Vue by Building and Deploying a CRUD App

This course is focused on teaching the fundamentals of Vue by building and testing a web application using Test-Driven Development (TDD).

Developing Web Applications with Python and Flask

This course focuses on teaching the fundamentals of Flask by building and testing a web application using Test-Driven Development (TDD).

Articles & Tutorials

What is Werkzeug?

  • Last updated on

Learn what Werkzeug is and how Flask uses it for its core HTTP functionality.

Async in Flask 2.0

  • Last updated on

This article looks at Flask 2.0's new async functionality and how to leverage it in your Flask projects.