Vue.js: Bundle size and Performance Optimizations 🏎️ Introduction I’ve been working on a vue.js project using webpack and a great set of libraries. Since it’s a big… Continue reading “Vue.js: Bundle size and Performance Optimizations 🏎️”…
Vue.js Basics: What Slots are and when use them? Introduction Vue implements a content distribution API inspired by the Web Components spec draft, using the <slot> element to serve as distribution outlets… Continue reading “Vue.js Basics: What Slots are and when use them?”…
What’s new in ES2019 ECMAScript (ES) is the specification on which JavaScript is based. This language is constantly evolving and receiving updates every year.… Continue reading “What’s new in ES2019”…
Starting with Vue.js using vue-cli Pre-requisites: Have a working node installation. Vuejs is a really popular Javascript Framework and it comes with really neat tools… Continue reading “Starting with Vue.js using vue-cli”…
How to style checkboxes to look like icons Hello there guys. In my current Laravel project, I had to implement a functionality to mark a user with a… Continue reading “How to style checkboxes to look like icons”…
Upgrade Node from 6 to 8 using nvm If you need to upgrade your node installation from 6 to 8 (and even from any version to any another… Continue reading “Upgrade Node from 6 to 8 using nvm”…
Phantomjs with WOFF Support Phantomjs is a headless browser that allows you to browse a website with scriptable code, it will allow you to test… Continue reading “Phantomjs with WOFF Support”…
Moment.js Today we were playing with a very useful library for Date handling in javascript called Moment.js. As his description says, Moment.js is… Continue reading “Moment.js”…