4 followers
Engineer who loves building nifty tools
Performance 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...
Animations seem to be a necessity these days in frontend development, improving the user experience in apps by a significant margin. Thankfully vue.js...
Arrays 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...
Gridsome is a static site generator used for building powerful frontend applications, it was built on the Vue.js framework. One of the beauties of...
Build 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...
Netlify is a static hosting platform with a git-based deployment system for hosting frontend applications. The built files are delivered via a...