Daniel KerstenRecreating a User Interface — Part 1Recently most of my attention has been on Javascript, most specifically Vue.js. For the last couple months I built out a game in vanilla…Jan 3, 2021Jan 3, 2021
Daniel KerstenlocalStorage — A Brief TutorialA project I’m working on, a silly accumulator game, calls for a way for some information to be saved. Right now any progress that a user…Dec 27, 2020Dec 27, 2020
Daniel KerstenMy Experience With Vue.jsI just completed my first project with Vue.js, well at least version 1 of the project. I plan to continue to add new features and content…Dec 19, 2020Dec 19, 2020
Daniel KerstenReactivity in Vue.jsAs I continue to work with Vue.js I run into more roadblocks, allowing me to dig deeper and deeper into the inner workings of it. One of…Dec 13, 2020Dec 13, 2020
Daniel KerstenVue.js Computed Properties and MethodsAs I continue into working with Vue.js I have come to enjoy working with it more and more. With my previous experience with vanilla JS and…Dec 7, 2020Dec 7, 2020
Daniel KerstenIntroduction to VuexI have recently been working on a project in Vue.js and, overall, have had a very positive experience. Because of the requirements for…Nov 30, 2020Nov 30, 2020
Daniel KerstenJavascript: Making Requests with AxiosTo this point, when making HTTP requests, I’ve only used the fetch API. It has been sufficient for my needs but I wanted to explore some…Nov 22, 2020Nov 22, 2020
Daniel KerstenMy First Impressions of Vue.jsVue.js has been on my list of things to explore in the world of web development. People I like to follow in the web dev industry have…Nov 14, 2020Nov 14, 2020
Daniel KerstenScrolling Animations with Vanilla JavascriptRecently my posts have been exploring some of the technical concepts of Javascript including async/await, closures, and callbacks, among…Nov 9, 2020Nov 9, 2020
Daniel KerstenJavascript Async AwaitAsync functions and the await keyword were added to Javascript as part of ECMAScript 2017. They act as a syntactical sugar on top of…Nov 2, 2020Nov 2, 2020