Blog

A Handy Script for `flask run`

You have just made a Flask project. You've made your basic (aka "minimal") app. It looks a little something like this:

from flask import Flask

app = Flask(__name__)

@app.route("/")
def he…
...

Read more...

Markdown and the Template Filter, Slice

I had been playing with using Markdown to enter blog entries on a Django app. One thing giving me a problem was using the filter slice with an argument of 200.

The Problem

The intention was to show …

...

Read more...

Front-End Friday: House Brand

House brand hero image

TL;DR

CSS Grid is cool and fun.

  1. Go watch Responsive Mondr…
...

Read more...