rss_feed

Alex Seifert

Alex is a developer, a drummer and an amateur historian. He enjoys being on the stage in front of a large crowd, but also sitting in a room alone, programming something or writing about history.

Posts

The Productivity Tools I Use

In this post, I talk about which productivity tools I use for my work as a developer, my personal development projects and my personal life.

11 June 2020

Emulating Mac OS 9 on macOS 10.15

Several years ago, I bought an old, colorful iMac G3 running Mac OS 9. It runs my old software wonderfully, but an emulated version of Mac OS 9 on my modern MacBook Pro is just so much more convenient.

9 June 2020

A Small Script for Responsiveness

I recently wrote a small script using TypeScript that can be used to determine the size of the view port using the breakpoints as defined by Bootstrap.

2 June 2020

BookJournal 1.0.0 Released

I am happy to announce version 1.0.0 of BookJournal has been released! The program is free and available for Windows, macOS and Linux.

21 May 2020

History Rhymes Gets a Refreshed Design

My history blog, History Rhymes, is the latest of my websites to receive an update. The new website underwent a general overhaul and also gained a new feature.

17 May 2020

New Design for My Portfolio

I have continued to take advantage of the extra time provided by the coronavirus to rewrite my portfolio website using Next.js and Material UI.

28 April 2020

New Design for Alex’s Notebook

I have been taking advantage of the additional time I’ve had at home during the coronavirus pandemic to redesign and rewrite a bunch of my websites using newer technologies. Version 3.0 of my blog was released this morning.

25 April 2020

A New Design for Alex Seifert Music

I am happy to announce that my official music website has received a brand new design. The website is based off of Next.js and is optimized for performance both on desktop and mobile.

18 April 2020

Introducing BookJournal

I am excited to announce the first public release of a program I have been working on for the past year or so. It is called BookJournal and is exactly what the name says it is: a digital book journal.

11 August 2019

New Album and Website: Spectre

I am happy to announce that my newest band, Spectre, has released its first album named “Polarity.”

18 July 2018

Batch Convert 4-Space Indentations to 2-Space

While adding a linter to an old project, I wrote the following bash script to convert 4-space indentations to 2-space indentations. This example recursively looks for *.js files starting at the script’s location. Of course, it can be used for any type of file though by simply changing the extension.

1 March 2018

Automatically Compile SASS Using Node.js and Express

For about two years I have been using Grunt to compile my SASS files into CSS for projects for work as well as for personal projects such as this website. This workflow has served me well and I still use it for most of my PHP-based projects. However, I’ve come up with an even easier and faster solution for my Node.js-based applications.

4 December 2017