July 25, 2021
Development
PHP 8 with Xdebug 3 on Apple M1
We can install Xdebug via pecl on MacOS with Homebrew. Paste that in terminal. And see if the php interpreter…
July 25, 2021
PHP 8 Installation on Mac M1 via homebrew
Install first homebrew, if it is not already installed. Paste that in macOS Terminal. And follow the ==> Next steps:…
June 15, 2021
CSS Frameworks for old Windows UIS
98.CSS https://github.com/jdan/98.css XP.css https://botoxparty.github.io/XP.css/ 7.css https://khang-nd.github.io/7.css/ Views: 7
June 10, 2021
Create Docker Image with Tag from .tar file and push in Private Docker Registery
Create Docker Image from .tar file Create a tag. Before tag creating, i will learn my source image/newly created docker…