Andrew Gremlich
banner
gremlich.dev
Andrew Gremlich
@gremlich.dev
Senior Software Engineer; Adventurous; Curious
Here's a simple goodie CSS tidbit. I've had a mega-bookmarks website, and I recently remade it using Hugo, because the previous iterations were a bit to unwieldy to manage. To enhance the design of scrolling, I customized the look of the scroll bars using the following snippet!
October 1, 2025 at 6:42 PM
I would absolutely love to see more exploratory 3-D spaces of famous places like the Eiffel Tower!
September 22, 2025 at 1:22 PM
I wanted to see a graph that would show when more extreme latitudes would have more light versus other areas. I found the answer with timeanddate.com! Here I have a comparison between Utqiaġvik, Alaska and Quito, Ecuador. It was cool seeing the harsh sunlight difference!
August 4, 2025 at 7:16 PM
I made a very simple fundamental React mistake. I coded a hook to use Howler.js, and a prop into this hook was the source of an audio file. For some reason, the audio file as being loaded many times. I realized that I passed the audio source as a string array into a useEffect hook!
May 25, 2025 at 8:27 PM
I'm learning how to use Three.js in a freelance project. So many things I didn't know what to do! For example, I didn't know that there was such a thing as OffScreenCanvas! I'm using it to process a three dimensional model in a WebWorker since a web worker doesn't support a regular canvas.
March 29, 2025 at 1:34 AM