Posts
Customizing Django's Built-in Login Form
January 27, 2021A sane approach to adding custom css classes to Django's built-in login view.
How Big Should Your Project Be
January 22, 2021Determining the right size project to take on given the amount of available time you have to work on it can be a suprisingly tricky task.
Learn to Use Vim to Save Time
January 20, 2021Vim can be a powerful editor but it can also be used for quick edits and searching that ultimately lead to huge time savings.
Productivity Quick Tip 1
January 15, 2021Using the 15-20-20 method for getting a lot done in a short amount of time.
Using Node.js For Scripting and Automating Tasks
January 14, 2021Node.js can be a great choice for scripting tasks that are more involved than a simple script. I'll show you how to setup a simple script writting with Node.js and a few examples of how to use it.
Quick User Registraion With Django
January 08, 2021An example of how easy it can be to handle user registration in an application using Django
Simple Sign In Form Using HTML and Bulma CSS
January 05, 2021A simple example of creating a sign in form using plain HTML and a lightweight css framework.
Automating the Small Things
January 01, 2021Automating the small things will lead to large time savings later.
TypeScript Kickstarter Script
December 29, 2020A small script that can be used to kickstart a brand new TypeScript project
Simple Nodejs and TypeScript Project Example
December 14, 2020A simple example of getting startd with TypeScript and Nodejs in a project