Articles

Fluent Python Notes

January 20, 2022

My notes from reading Fluent Python

Comprehending Class-Based Views in Django - Generic Views

February 13, 2021

How to use and modify a class-based generic view

Comprehending Class-Based Views in Django - Creating a CBV

October 19, 2020

The basics of creating a class-based view and how to make it reuseable

Comprehending Class-Based Views in Django - The View Base Class

September 21, 2020

A walk-through of the View base class and how class-based view logic begins

Dynamically Add Forms in Django with Formsets and JavaScript

September 11, 2020

Use Django formsets and JavaScript to add forms dynamically to a page

Fetching Data with AJAX and Django

August 5, 2020

Use the fetch API to make AJAX requests in your Django project

Django Custon Form Validation

July 16, 2020

Add custom validation methods to Django forms

Django Class Based Views Diagrams

April 28, 2020

Visualizing Django's built in Class-Based Views

Programming an AVR ATmega328P with an Arduino

February 22, 2020

Learn how to use an Arduino as an in-system programmer to program a standalone ATmega328P microcontroller