Setting Up Keyoxide Profile on a Mac!

Preface This guide will help you validate your account between Keyoxide and the following: Mastodon Reddit Github Twitter Hackernews There are small niggles to get some working so I’m only covering the way I got each to work. Introduction As...

Adding My Mastodon Profile

What’s Up? In order to link my mastodon account and my blog I’ve added a mastodon icon to the footer. It’s just a circle because I’m using an old font-awesome and I don’t have a better icon to use. The...

Adding Interfaces and Models, a fake API, and Inversify!

This is the third post in the series using Vue 2.0 In our last post we laid a bunch of really useful groundwork but it probably didn’t feel like we actually got anything done. In this post we will be...

Material Design using Veutify and Dependency Injection using Inversify

So far the project is pretty ugly. It’s literally a white page with the words lootly on it. Not really inspiring at all. Today we’ll incorporate some material design using the vuetify library. Once we have that out of the...

Getting Started with VueJs 2 and Typescript

This is a daunting first post in the series, but I made the promise, so it’s time to get started. This is written from the perspective of someone who hasn’t done anything with Vue. I won’t be comparing things with...