Posts

Showing posts with the label tfs

Complexity: A Guided Tour

Image
Complexity: A Guided Tour by Melanie Mitchell My rating: 4 of 5 stars I enjoy reading in systems and complexity, and this was a nice addition to my shelf, with a slightly different take than other books. I found a few areas in the first half a bit tedious, overly long, repetitive, and not illuminating, but generally, it's a great overview of seminal work and very thought-provoking. The first half overlaps but nicely differs from other books I've read, covering things like chaos and information processing, and the latter half of the book I found more engaging, focused on models, computation, network science, and scaling. As mentioned, although I found the first half a bit of a slog at times, the second half was very engaging. View all my reviews

Using Visual Studio Team Services for Personal Development

Image
Overview Microsoft provides free access to its online Visual Studio Team Services (VSTS) , and for some time I've been using the service, I've wanted to restructure my code hierarchy, and recent changes in my work environment, automated build and deployment using Octopus, nudged me to finally take the task on, so in the past few weeks I've: Restructured my Code library into one big project with sub-projects for Development, Websites, and Work Developed my Work hierarchy of Epics, Features, Stories and Tasks, along with queries and sprint boards Automated all of my builds via check-in, adding extensions to evaluate code and build quality Developed a dashboard to oversee the status of work Code Library I was frustrated with the limitations of working with my code library, and after reading opinions on best practices, I settled on one big project for my code, which I assumed would make it easier to manage my time and energy, and give me a global view of my individu...