Conor Sheehan
Conor's blog

Conor's blog

Follow
Follow
homebadges

Buying And Configuring My First Domain

Aug 4, 20223 min read

Recently I made an Irish version of the New York Times spelling bee game. I wanted to host it on a domain that was easy to remember, but I’d never...

Buying And Configuring My First Domain

Reverse Engineering Uhabits Datamodel

Apr 18, 20223 min read

OK, that title sounds fancy and complicated. What did I actually do? First I should probably explain why I did anything in the first...

Reverse Engineering Uhabits Datamodel

Netlify Deployments From Github Without Giving Write Access

Feb 21, 20223 min read

Netlify is a great hosting service, but there’s one thing that bothers me about it. The default deployment path involves giving the service read and...

Netlify Deployments From Github Without Giving Write Access

Add Bootstrap Vue To Vuepress

Jan 25, 20221 min read

Create a VuePress project The first thing we need to do is create a new VuePress project. It’s really easy with the latest version of npm or yarn....

Add Bootstrap Vue To Vuepress

3 Patterns For Cookiecutter Templates

Jan 7, 20224 min read

Intro If you’ve heard of cookiecutter you can skip this part. Cookiecutter is a command-line utility that creates projects from templates. There’s a...

3 Patterns For Cookiecutter Templates