Code for this can be found in the Github Branch The final step in wrapping up auth before getting ba...
Code for this can be found in the Github Branch This form is pretty much the same as the registratio...
Code for this can be found in the Github Branch In the vuex auth store all that needs to be done is...
Came across a great article showing how to create a sticky heading. Really simple and love little add...
Code for this can be found in the Github Branch This is a continuation from the registration functio...
Code for this can be found in the Github Branch Organise Firebase # After previously sett...
Code for this can be found in the Github Branch This is a short one but will lay the foundation for...
Code for this can be found in the Github Branch There is a bit of a chicken or the egg situation now...
Code for this can be found in the Github Branch Things are going to start increasing in size and one...
A quick way to customize a bullet style instead of having to use :before and content or twisting your...
Code for this can be found in the Github Branch Change About # In order to add ingredient...
After doing a the CSS Demystified CSS course of Kevin Powel I left with a much better understanding o...
Setting up Vue Router # After the initial setup in the previous post. One of the first thi...
Purpose and reason # Just over a year ago I decided I would like to change track and start...
I enjoy using the VS Code integrated terminal. With the shortcut key Ctrl+ I can pull it up and hide...
Another Leet Code problem walk through today. This was moving all zeros in an array to the end. Seeme...
The problem # This is another simple problem that I over complicated to the nth degree. Al...
The problem # The definition for First Unique Character in a String is Given a string, fin...
To be able to develop fauna we need the sdk library that you can then use FQL (Fauna Query Language)...
I've been intrigued to learn Vue and have tried to get Vue under my belt after going through the vani...
This is the setup I use for my bash prompts in various environments. I simply add the following to my...
Layout # In a previous post I setup the skeleton of a 11ty project. This is my basic setup...
I wanted to just share how I get my eleventy projects up and running instead of trying to reverse eng...
This is a quick and simple way to get Jest up and running in a project. This can either be done by ad...
Background # I've only really ever developed application by myself but I work in a way tha...
Being a big fan of 11ty and having setup ParcelJS yesterday for my 100 days of Code Challenge I wante...
I'm doing the 100 days of Code Challenge with a bit of a twist by trying to create 100 small projects...
Debugging using VS Code is pretty simple for Node projects. If you run node --inspect-brk app.js it w...
Nodemon is awesome for development but one thing that comes up from time to time is that as I'm typin...
Yesterday I had to figure out the number of characters in a text field that is being written into. To...