October 24, 2019 What is Continuous Integration and Continuous Delivery (CI/CD)? DevOps, Portfolio, Thought Leadership 5 min read It wasn’t so long ago that software teams wrote code for months, or even years at a time before delivering to the customer. Teams deployed huge...
April 11, 2019 Explaining k-means Clustering Using F# DevOps, Portfolio 20 min read Introduction Let’s say we want to group some data. Each data element has some (numeric) attributes. Using these attributes, we want to split the data into...