Keagan ChisnallVue, Google Maps, and AutocompleteWhile displaying a map in Vue is easy to do, what about a search box? Here I use the x5-maps package to tackle a simple but trick task.Oct 15, 20203Oct 15, 20203
Keagan ChisnallinJavaScript in Plain EnglishCreate a COVID Map with Vue & Google MapsA great example for anyone learning VueApr 20, 2020Apr 20, 2020
Keagan ChisnallStop Syncing Folders in DropboxSo I’ve been a Dropbox user for a long time; but when I started development, I ran into a problem: ☠ node_modules ☠. If you don’t know…Mar 3, 2020Mar 3, 2020
Keagan ChisnallA Vue Modal Manager (via Vuex)I have a love/hate relationship with modals. I love how they: - Focus users on a task - Don’t disorientate users as much as a new page …Feb 7, 20201Feb 7, 20201
Keagan ChisnallVue Google MapsRecently I needed to use Google Maps for a project, and after a quick search, I found that the vast majority of recommendations were to…Sep 20, 20194Sep 20, 20194
Keagan ChisnallVue Page AuthorizationAn alternative to Vue Router Navigation GuardsMay 26, 2019May 26, 2019
Keagan ChisnallConnection Indicator Using Vue & VuexAdd a connection status light to your app! This is super easy with Vue.Mar 18, 20191Mar 18, 20191
Keagan ChisnallReplacing LocalStorage with IndexedDBYesterday I was building a prototype in Javascript and I needed a an extremely simple and local database to hold some data between…Oct 4, 20182Oct 4, 20182
Keagan ChisnallFlexible Canvas Grid (without blurred lines)I’ve been playing around with the HTML5 Canvas object recently for a project (I know I’m behind the times); but I love it and thought I’d…Jun 8, 2018Jun 8, 2018
Keagan ChisnallSeparating a Vue project into modulesHave you ever wanted to properly separate your Vue project into plugin-type modules? In this example I’ll show you the basics of making…Nov 12, 20174Nov 12, 20174