Duane Blake

Front end developer

Front End Developer switching from Windows to Linux

I’ve now been using Linux on my machine at home for close to a year. I decided to go all in when I has some problems with my windows machine booting up. All of my files are stored on either onedrive, bitbucket or an external hard drive. So I took the plunge and went to using Linux full time.

Kubuntu Logo

Thoughts on Dante Inferno

Dante inferno was always a game on my backlog that I wanted to play but for whatever reason I never managed to pick it up. It was recently on Games with Gold on the Xbox.  So I thought now would be a perfect opportunity to give it a look.

Thoughts on Dante Inferno

How to create a search filter with faceting in VueJs

I’m a big fan of VueJs, It’s a great framework.  In this quick example I am going to write a Quick search that will filter out results as you type into the search box and it will also have a facet filtering similar to what you see on eCommerce sites.

How to create a search filter and facet in VueJs

Restrict access to a website to only certain IP Addresses

When building a new website there is a number of ways in which you can allow the user to see the site before launch. The way in which I tend to prefer is once the site is live give the client the a record and request them to change there host file so they can get to the site. However not all people have the ability to change there host file. My fallback process is get the user IP Address and add it to htaccess file.

Restrict access to a website to only certain IP Addresses