Handle SPA (VueJs, React, Angular) routes with Laravel routerWhen we have a Single Page Application, the routing is handled with the javascript framework router — meaning Laravel is not aware of the…Aug 4, 20201Aug 4, 20201
Stand ups: A list of top comedians & shows I lovedThe stand up comedians who tell stories throughout their show, those are my favorites.Oct 20, 20191Oct 20, 20191
Chrome: Bypass NET::ERR_CERT_INVALID for developmentSo you’ve set your local development, the website uses https which you haven’t added to your approved certs.Oct 9, 201924Oct 9, 201924
Server side rendering with puppeteer and headless chrome— a practical guideTL;DR — serve JS to users, server side rendered content to bots (the source code is available here — http://bit.ly/2m6HN8w)Sep 21, 20191Sep 21, 20191
Import MySql dump with progress indicator — LinuxWe’ll take the default import command and pipe it through with pvSep 9, 2019Sep 9, 2019
React navigation — call screen method on tab bar press or focusOften when using react navigation tab navigation, there’s a need to call a method on the screen when the screen is focused or a tab on the…Feb 7, 20194Feb 7, 20194