Easily turn docker run commands into docker-compose files

In this blog post I will cover about few libraries and websites which converts the docker run commands into docker-compose files. composerize composerize can be used from cli and website. Using from CLI composerize is available as npm package. install the composerize with following command. After installing you can use it like below to produce…

|

Netlify – free hosting for your static websites

Netlify is platform for building and deploying/hosting websites. It provides generous free tier to experiment with platform. In this blog post I will explain how to build and deploy/host websites on Netlify. Go to netlify.com website and click on the Sign Up button Netlify gives option to Sign Up with GitHUb, GitLab, Bitbucket or using…

Lorem Picsum -The Lorem Ipsum for photos

While developing user interface applications if the actual text content is not available, we use dummy text to check formatting and presentation which looks similar to the actual context. The dummy text used for testing formatting is called Lorem Ipsum. Some websites provides free service to generate Lorem Ipsum. Find more information about Lorem Ipsum…