Published onFebruary 22, 2022A Solo Engineer's Dream MVC - Django, htmx, AlpinejspythondjangohtmxA match made in heaven for applications created by a single developer, taking full advantage of Django's templating and organization.Read more →
Published onFebruary 6, 2022Browser History with HtmxpythondjangohtmxManaging Browser History in a Single Page Application Built with Django and htmx.Read more →
Published onFebruary 2, 2022Learning Rust: The Option EnumrustpythonjavascriptRust has made me reconsider the null value and has made me appreciate safe code.Read more →
Published onJanuary 25, 2022Postgres TidbitpostgresqlsqlherokuYou should never update an app's directly with a SQL statement. (It's an easy way to forget a WHERE clause and update an entire table). But sometimes there's exceptions and sometimes there's neat behavior I've never seen before.Read more →
Published onJanuary 23, 2022Learning Rust: Strings and ImmutablesrustA simple post about what I've learned so far.Read more →