Fixing Sass invalid ascii character errors
I was working with my jekyll site, and I started getting the below error.
I was working with my jekyll site, and I started getting the below error.
Most of the time, when we are working with automating builds, we often lands up in downloading some files and using it in our workflows. So here are the step...
Github pages are great, it provides a free static page hosting, but the only caveat is the repository has to be public repository. And, if you want to keep ...
Cloud build is managed service in Google Cloud Platform Infrastructure to offer CI/CD feature. As it is quite known, these days CI/CD has become the backbon...
In Java 8, Collectors.toMap throws NullPointerException when one of the mapped value is null. This is a known bug in OpenJDK. There are many workaround to ha...