Travis Horn
Travis Horn

Travis Horn

Follow
homeContact me
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

Uploading and Saving Files with SvelteKit

Sep 8, 20235 min read

Recently, while working on a project, I needed to add a feature to allow users to upload a file and save it on the server. I did quite a bit of...

Uploading and Saving Files with SvelteKit

Reverse-Proxying Node.js Apps on Windows with IIS

Apr 2, 20216 min read

You can run Node.js apps on Windows with the added layer of a reverse-proxy with the built-in web service manager IIS. Together with a process manager...

Reverse-Proxying Node.js Apps on Windows with IIS

Some ways to align the last row in a flexbox grid

Mar 18, 20213 min read

Using flexbox doesn’t always produce the expected alignment, especially on the last row of a grid. When you use justify-content: space-between it will...

Some ways to align the last row in a flexbox grid

Building a Sparkline Dashboard

Aug 31, 20206 min read

Building on the last article, I’ll show you how to use the SparkLine component we built to create a “dashboard” of data points that anyone can quickly...

Building a Sparkline Dashboard

Build a Sparkline Vue Component

Aug 15, 20207 min read

Sparklines can be used to quickly visualize data variance. They are small and intuitive to understand. We’ll be using Vue and D3 to build a small...

Build a Sparkline Vue Component

Visualizing Google Sheets Data in D3

May 29, 20205 min read

If you have data in Google Sheets, you can import and visualize it using D3. Creating the table Maybe you already have data in Google Sheets. If so,...

Visualizing Google Sheets Data in D3