grep command for Powershell users

As a former unix user, I wanted to have a similar (single) command to search for content in files in my scripting environment, which is the Powershell. The solution is a pretty simple usage of the two cmdlets Get-ChildItem and Select-String:

Read More

Comments enabled via Github issues

With the work done by Don Williamson and Dave Compton it was pretty easy to enable comments on my blog. They implemented a solution build on the Github Issue API to manage comments and I really liked that idea. The benefits are nicely summarized in the blog post by Don. So I followed the steps mentioned in Dave’s blog post and here we are, comments enabled!

Read More