All posts

  1. 🔗TidyTuesday: Energy Usage in Europe

    I haven't had a ton of time lately. On a recent road trip, I tried out a Tidy Tuesday submission on European evergy usage. Because I didn't have enough time, I wanted to make something simple and work on making it really easy to read. I think I did that. I would have liked to do a bit more with the theme. Maybe next time.

  2. 🔗Will There be a Raftable Release out of McPhee Reservoir

    I live next to the Dolores River. It’s an often overlooked gem of the southwest. It runs from just outside Rico, Colorado at its headwaters to the Colorado River near Moab, Utah. Rafting it is an experience.

  3. 🔗New Jekyll Project With No Theme and No Posts, Just Scafolding

    I use Jekyll to make this site. I've toyed with converting the site to a Wordpress site but I much prefer writing in a text editor. I also love that I can write <html> or js wherever I want in a file with syntax highlighting. I also use Jekyll to quickly prototype ideas. For this I'm looking for a bare bones Jekyll install.

  4. 🔗Django View that returns JSON with a relationship

    I am starting to really like Django development. I'm not a python developer and I am by no means a "full stack" developer, but I keep finding ways to make things in Django without much effort.

  5. 🔗Nesting Json and Using Template Literals to Produce HTML

    I come from the R world working with data. A very common data analysis technique is to take data and group it by a variable. I wanted to do the same thing with javascript and then append the data using .innerHTML to the DOM. I am working on an app that has data that I would like the user to be able to display in various different ways. I had a really hard time finding any information on grouping data and how to loop through the grouped data to display the grouped data in HTML. I am not very good a javascript so this was quite a challange for me.

  6. 🔗D3js River flows

    I'm working on a website for a rafting non-profit. I thought it would be cool if they could display the flow data for local rivers. I also thought this would be good time for me to learn more about D3js and the USGS instantaneous flow data API.