Posts for: #Rant

Business Cards Suck!

Okay. So…business cards suck! They’re annoying, expensive to get printed, and get outdated quickly. I’ve been to so many networking events where I’ve gotten a stack of business cards, only to throw them away a few weeks later.

Let’s fix it with technology!

See below for a picture of my business card.

3 years ago, in 2022, I made a ReactJS package to render business cards in HTML:

https://github.com/meltingscales/react-business-card-hfbp?tab=readme-ov-file

Read more

On hosting your own site

Okay!!!

TL:DR; Don’t pay for a domain name. Don’t pay for hosting. It’ll teach you stuff but is annoying to maintain!

Use GitHub Pages. Or .carrd.co. It’s free. It’s simple. It works. It doesn’t cost $144/year. The build system is simple. It’s hard to mess up. And you can literally copy my site, or someone else’s.

I’ve gone through many different iterations of this:

2019: Custom HTML.
2020: ^^
2021: Hugo + GitHub Pages.
2022: Hugo with a custom theme.
2023: ReactJS custom site.
2024: ^^
2025: Back to Hugo + GitHub Pages.

Read more