Exercism…  

I just want to take a moment to plug exercism.io - anyone who is looking to get help learning a programming language or extending their current knowledge should use this site as a resource. They provide ‘practice problems’ you can work through to hone your skills.

 
1
Kudos
 
1
Kudos

Now read this

Managing certificates with Chef and Windows

Managing stuff on windows with Chef can be tough.. Especially compared to Linux systems. I’ve been doing it like this: pfx.each do |pfx| s3_file 'c:/chef/' + pfx do remote_path '/' + pfx bucket 'chef' aws_access_key_id... Continue →