tech


tech
Laradock: How to fix Permission denied issue
Working with Laravel and Docker, how to fix "The stream or file "/var/www/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied" error.
tech
NPM Error: unscoped packages cannot be private
How to deal with "npm ERR! unscoped packages cannot be private" error while publishing a NPM package.
tech
Compute Pi with Javascript and big.js
Compute Pi’s 300 first digits using Javascript and only Javascript. Why is it hard? Because, Javascript has its own limitations when dealing with float precisions, especially when dealing with non trivial math functions.
tech
VueJS Component template should contain exactly one root element
VueJS component templates can contain one and only one root node. In some case, you cannot afford to add an extra parent element without breaking HTML structure.
tech
How to Split Dependencies into Multiple Vendors using Laravel Mix
Laravel Mix has its own limits: it doesn’t provide a great flexibility when dealing with multiple frontend application hosted in the same projet; mix cannot generate multiple vendors, split assets easily to different folders.
tech
Javascript ES6 – TypeError: Object.entries is not a function
How to fix the following error into your browser console: "TypeError: Object.entries is not a function."
debug
Mac Os Error: Userland Proxy: address already in use
Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use
tech