If you want the full slide deck is it available here. Ian Johnson also produced this sketchnote of my talk:
Category Archives: Community
Imposter Syndrome
This is a quick write-up of my near-impromtu grok talk on Imposter Syndrome I did at DDD East Anglia. Impostor syndrome (also known as impostor phenomenon or fraud syndrome or the impostor experience) is a concept describing individuals who are marked by an inability to internalize their accomplishments and a persistent fear of being exposed …
Story Mapping for Beginners – DDD East Anglia 2017
Download the slide deck.
Storymapping for Beginners – Aberdeen
As promised, here is the slide deck for the Storymapping presentation that I did at Aberdeen Developers .NET User Group. For those that want to delve futher into the topics, the book that I recommended during the talk is User Story Mapping by Jeff Patton.
Continuous Delivery @ DDD East Anglia
Here is the slide deck. Here are the links from the slide deck: What is Continuous Delivery? Continuous Delivery Vs. Continuous Deployment The case for Continuous Delivery Whitepaper: Automated Deployment (Octopus Deploy) The Improvement Theme Setting up Code Coverage in Team City The book that was recommended at the end was Continuous Delivery by Jez …
Continuous Delivery @ Aberdeen Developers .NET User Group
Here are the links from the slide deck: What is Continuous Delivery? Continuous Delivery Vs. Continuous Deployment The case for Continuous Delivery Whitepaper: Automated Deployment (Octopus Deploy) The Improvement Theme Setting up Code Coverage in Team City The book that was recommended at the end was Continuous Delivery by Jez Humble and David Farley.
DunDDD 2014: Introduction to Node.js–From Hello World to Deploying on Azure
Thank you for those that came to my talk. As promised here are the slides, code, and links given in the talk. Slides and Code The slide deck is available as a PDF file. Hello World (zip – 4.82kb) File Dependencies (zip – 6.91kb) Node Package Manager (zip – 22.86mb) Express Hello World (zip – …
Continue reading “DunDDD 2014: Introduction to Node.js–From Hello World to Deploying on Azure”
Liskov Substution Principle – DDD North 2014
Slide Deck The slide deck is available in PDF format.
Introduction to SOLID – DDDSW 2014
Slide Deck The slide deck is available for download in PDF format.
SQL Injection Attacks – DunDDD 2012
Examples The examples were run against a copy of the Adventure Works database. Basic Demo (ASP.NET MVC / C# / Visual Studio 2010) Second Order Demo (WinForms / C’# / Visual Studio 2010) Required Tables For the Second Order Demo you need the following table added to the Adventure Works database: CREATE TABLE [dbo].[FavouriteSearch]( [id] …