blog.timfon.devHow to optimize Vue.js applicationsPerformance is a touchy subject in software engineering. It’s one thing to write code and ship it; it’s another thing entirely to make it faster and more enjoyable for your users — and the next developers after you. In this article, we will look at h...Sep 25, 2020·7 min read
blog.timfon.devThe difference between transition and transition-group components in VueAnimations seem to be a necessity these days in frontend development, improving the user experience in apps by a significant margin. Thankfully vue.js shipped two built-in components that abstract away the complexities of animating our apps; transiti...Aug 31, 2020·4 min read
blog.timfon.devSorting arrays with JavaScript: a deep look into the sort() methodArrays have a lot of helpful higher-order functions that make working with them easier. Our focus in this article will be the sort() method, this method has both easy and complex use cases which we'll be looking at in this article. First look at the ...Jun 2, 2020·4 min read
blog.timfon.devHow to build a Markdown blog using GridsomeGridsome is a static site generator used for building powerful frontend applications, it was built on the Vue.js framework. One of the beauties of Gridsome apart from its ability to generate server-side rendered applications is its compatibility with...May 28, 2020·4 min read
blog.timfon.devHow to trigger a Netlify build using Storyblok webhooksBuild hooks are unique URLs used to trigger a build on the Netlify. They can be used to refresh the content on your website after you’ve published or unpublished content in your Storyblok space. Getting the hook URL from Netlify To create one, open y...Mar 4, 2020·2 min read