devmind.mohessaid.comHow to Host Hugo in VercelI decided to go with Hugo to build my personal website. The only thing I based my choice on was the build time. I thought Hugo was in the same league as Astro when it comes to content management perks, but it isn't quite there yet. Or, I can say it h...Nov 28, 2024·4 min read
devmind.mohessaid.comConfigure Xdebug with Lando and VS CodeI am documenting this to avoid wasting time on this issue. You can find all the details from Lando's official documentation in the following link. I have been using Ubuntu for the last six years or so. As you may have guessed, this tutorial will assu...Jul 12, 2023·1 min read
devmind.mohessaid.comHow to create a docker image and host it on Github PackagesGithub packages are relatively new compared to Docker Hub. It includes lots of services like NPM packages, Nuget packages, and so on. In this article, we are going to use the containers service. The pricing for docker image hosting is excellent compa...Oct 23, 2021·2 min read
devmind.mohessaid.comCopy from HTML input field to ClipboardYou can find this answer in the Mozilla Developer Network or MDN on the clipboard API. It is very easy and straight forward to use and implement. However, I decided to write this short bit to mention something that got me in a loop of wonders and cos...Feb 3, 2021·1 min read