Dockerizing Socket.IO using Laradock (with Redis and Nginx) This is a guide on how we implemented a Socket.IO server using Laravel as our backend application and posting our events through Redis. Continue reading “Dockerizing Socket.IO using Laradock (with Redis and Nginx)”…
RTK Query: Simplifying State Management in React As the landscape of React has evolved over recent years, so have the tools for state management. Redux has long… Continue reading “RTK Query: Simplifying State Management in React”…
App Event Tracking & Key Performance Indicators What KPIs are? KPI stands for key performance indicator, a quantifiable measure of performance over time for a specific objective.… Continue reading “App Event Tracking & Key Performance Indicators”…
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”…