How I took my WordPress website from 40 to 97 in page speed optimization

I have always liked fast software. I switched away from VS Code simply because I was faster than VS Code. Coincidentally, that’s the same reason users don’t stay on websites. As Casey Muratori highlighted in his Substack, businesses sacrifice both time and money to improve the performance of their software. They realize that faster software … Read more

CORS – Cross-Origin Communication in the Modern Web

So here is a situation you’re in. You just built a really cool blogging app using the latest and greatest JavaScript framework. You scaffold the application using Nuxt.js, build the components using Vue.js and use Vuex for state management. On the back-end side, you create an API using Node.js, FeathersJS and Express. Your back-end serves … Read more