> Hey There!, I am Cuong Pham
「 I am a full stack web application developer from Viet Nam 」
✌️ Enjoy to do programming and sharing knowledge
❤️ Love to writing code and learning new features
📧 Reach me anytime: cuongpham2107@gmail.com
💬 Ask me about anything here
Change opacity in VS code:
sudo sed -i '' 's/webPreferences/frame:!1,transparent:!0,vibrancy:"under-window",opacity:0.9,webPreferences/' '/Applications/Visual Studio Code.app/Contents/Resources/app/out/main.js'
When running the php artisan serve command fails, run this command
kill $(lsof -t -i:8000)