Dockerizing Hugo Sites
Posted on November 11, 2017Hugo is a great OSS project that can be used to create static sites that are based on markdown files stored in a git repository. My personal blog is created using hugo and hosted on AWS S3. I recently…
Read full postAutomatically get latest Docker security vulnerabilities posted to slack channel
Posted on October 25, 2017It's extremely important to always be aware of all the announcements related to security issues for the products you use and support within your company, If you use slack we can have all these…
Read full postConfiguration As Code With Docker and Spring Boot
Posted on September 22, 2017What is Configuration as code? Configuration as code is a DevOps practice that promotes storing of application configuration as code within source code repository. Few key benefits that this brings is…
Read full post