Graphing with Django and Plotly is a powerful combination for creating interactive and visually
appealing graphs on the web. In this blog post, we will explore plotting with plotly on the
client or server side.
Tags:
Django
Plotly
Graphing
Python
Javascript
Takeaways from TRB 2025
January 15, 2025
Reflecting on my first TRB Confrence in Washington, DC from Dec. 5-8, 2025.
Tags:
TRB
Civil
Pavement
Geotechnology
Boat Ramp Civil Drawing Creation
October 29, 2024
A collections of a few videos that covers the highlights of creating
a set of drawings for a boat ramp extension with AutoCad and Carlson
Civil 2024 suite..
Tags:
Civil
AutoCad
Carlson
Plans
Creating An Aerial Image From A Drone Flight for Civil Drawings
October 25, 2024
In this recording, I go through the process of creating an aerial image using DroneLink, WebODM Lightning,
AutoCAD 2024 with the Carlson Civil suite for civil engineering drawings.
Tags:
Civil
AutoCad
Carlson
Drone
Creating A Staking Plan with AutoCad And Carlson Civil 2024
October 24, 2024
In this recording, I go through the process of creating a staking plan using AutoCAD 2024 with the Carlson Civil suite
for staking in the field.
Traditional Irish Melodies Workshop March 24th, 2024 Resources
March 27, 2024
Traditional Irish Melodies workshop at the Louisville Folk School.
Talked about the banjo in irish music, fathers of the
irish banjo and taught some irish tunes. Within the blog post are some reference audio
files as well.
In order to better under stand the observer pattern and reactive programming
I wanted to write a observer in javascript and explorer some common features in
vanilla RxJS project with WebPack.
Rescaling Video Files with FFmpeg to Maximizing an Older iPod
May 30, 2023
My daughter was give an older iPod touch fourth-generation with 6.4 Gb of storage. In an
effort to maximize the amount of videos that I could fit on the device I turned to using
FFmpeg to reduce the mp4 video files down to a resolution that was watchable on the iPod. I found
that I could get roughly 7.31 hrs of video per 1 GB.
Interfaces ensure that a class behaves in a certain way and expresses
polymorphism between different classes. We will look at how to implement
interfaces in C#, Python, and Typescript.