Hilton Meyer

Hilton Meyer @iarehilton

About: ⚙️

Location:
Israel
Joined:
May 27, 2019

Hilton Meyer
articles - 45 total

Logout User

Code for this can be found in the Github Branch The final step in wrapping up auth before getting ba...

Learn More 6 0Apr 19 '21

Login form

Code for this can be found in the Github Branch This form is pretty much the same as the registratio...

Learn More 3 0Apr 9 '21

Login user using firebase

Code for this can be found in the Github Branch In the vuex auth store all that needs to be done is...

Learn More 6 0Apr 1 '21

Sticky Headings

Came across a great article showing how to create a sticky heading. Really simple and love little add...

Learn More 0 0Mar 30 '21

Register form

Code for this can be found in the Github Branch This is a continuation from the registration functio...

Learn More 5 0Mar 21 '21

Register user to firebase

Code for this can be found in the Github Branch Organise Firebase # After previously sett...

Learn More 6 0Mar 12 '21

Add Vuex

Code for this can be found in the Github Branch This is a short one but will lay the foundation for...

Learn More 0 0Mar 12 '21

Setup Firebase

Code for this can be found in the Github Branch There is a bit of a chicken or the egg situation now...

Learn More 6 0Mar 1 '21

Creating components

Code for this can be found in the Github Branch Things are going to start increasing in size and one...

Learn More 4 0Feb 19 '21

Customize Bullet Style

A quick way to customize a bullet style instead of having to use :before and content or twisting your...

Learn More 5 0Feb 18 '21

Setup ingredients

Code for this can be found in the Github Branch Change About # In order to add ingredient...

Learn More 1 0Feb 17 '21

CSS Reset

After doing a the CSS Demystified CSS course of Kevin Powel I left with a much better understanding o...

Learn More 6 0Feb 17 '21

Routing using Vue Router

Setting up Vue Router # After the initial setup in the previous post. One of the first thi...

Learn More 2 0Feb 9 '21

Project Setup

Purpose and reason # Just over a year ago I decided I would like to change track and start...

Learn More 4 0Feb 4 '21

VS Code Terminal Environment Variables

I enjoy using the VS Code integrated terminal. With the shortcut key Ctrl+ I can pull it up and hide...

Learn More 1 0Jan 25 '21

Move Zero

Another Leet Code problem walk through today. This was moving all zeros in an array to the end. Seeme...

Learn More 0 0Jan 24 '21

Prime Count

The problem # This is another simple problem that I over complicated to the nth degree. Al...

Learn More 0 0Jan 18 '21

First Unique Character in a String

The problem # The definition for First Unique Character in a String is Given a string, fin...

Learn More 0 0Jan 15 '21

Fauna with netlify functions

To be able to develop fauna we need the sdk library that you can then use FQL (Fauna Query Language)...

Learn More 1 0Oct 17 '20

Add Testing to Existing Vue Project

I've been intrigued to learn Vue and have tried to get Vue under my belt after going through the vani...

Learn More 2 0Oct 19 '20

Custom Bash Command Prompt

This is the setup I use for my bash prompts in various environments. I simply add the following to my...

Learn More 1 0Oct 17 '20

Adding Tailwind CSS to 11ty

Layout # In a previous post I setup the skeleton of a 11ty project. This is my basic setup...

Learn More 12 0May 18 '20

Basic 11ty Setup

I wanted to just share how I get my eleventy projects up and running instead of trying to reverse eng...

Learn More 13 2May 18 '20

Adding Jest for testing

This is a quick and simple way to get Jest up and running in a project. This can either be done by ad...

Learn More 1 0May 21 '20

Protect git branch and prevent master push

Background # I've only really ever developed application by myself but I work in a way tha...

Learn More 6 0Feb 24 '20

Using 11ty with Parcel

Being a big fan of 11ty and having setup ParcelJS yesterday for my 100 days of Code Challenge I wante...

Learn More 11 0May 18 '20

Parcel Setup

I'm doing the 100 days of Code Challenge with a bit of a twist by trying to create 100 small projects...

Learn More 3 0May 18 '20

Debugging using VS Code

Debugging using VS Code is pretty simple for Node projects. If you run node --inspect-brk app.js it w...

Learn More 5 0Dec 5 '19

Nodemon delay

Nodemon is awesome for development but one thing that comes up from time to time is that as I'm typin...

Learn More 12 0Dec 4 '19

Word Counter

Yesterday I had to figure out the number of characters in a text field that is being written into. To...

Learn More 8 1Oct 23 '19