Writing
Notes from sixteen years of other people's codebases.
Short, practical write-ups — mostly things I had to figure out under deadline, written down so the next person doesn't have to.
How to fix Laravel 5.8 artisan command Failed to clear cache. Make sure you have the appropriate permissions
I just deployed a new system on production, opened a browser and see the error about permissions for my Laravel logs and do on, I checked the default paths, vhosts, config...but nothing happens. Then I think that...
How to fix CORS issues with Chrome localhost Laravel REST API
Hey, there are a couple issues if you're working on SPA or simple project where you need to get data from the backend in your JS code, but there is an issue when you try to test it. You can experience the issue with CORS
How to Solve the "Python was not found; run without arguments to install from the Microsoft Store" Error in Windows
Python is a versatile and widely-used programming language that is popular for its readability, simplicity, and vast ecosystem of libraries and frameworks. However, Windows users might sometimes face an error that...