DONATE :) - https://www.paypal.me/thenetninja Hey gang, in this CSS variables tutorial I'll show you how we can interact with our custom properties using Jav...
Routing and Route Protection in Server-Rendered Vue Apps Using Nuxt.js
You might have had some experience trying to render an app built with Vue on a server. The concept and implementation details of Server-Side Rendering (SSR) are challenging for beginners as well as ex…
How to Convert plist Files to XML or Binary in Mac OS X
Plist files contain preference specifics and properties relevant to a particular application or portion of Mac OS X system software. Depending on where the plist file is located and what function t…
What Is The Parcel Bundler? Can We Use It With Vue.js or React?
The Parcel Bundler is a zero configuration web application bundler. It's really easy to use and I think one day it might even replace webpack for some projec...
Now You See Me: How To Defer, Lazy-Load And Act With IntersectionObserver
Intersection information is needed for many reasons, such as lazy loading of images. But there's so much more. It's time to get a better understanding and different perspectives on the Intersection Observer API. Ready?
Disable Those Annoying Browser Notifications Once and for All
You hate it as much as I do: that little box that appears whenever you visit a news site or blog, asking for permission to bug you with notification boxes for stuff you don’t care about. Instead of th…