layout | title |
---|---|
page |
Speaking |
In 2017 I was given the Microsoft MVP Award in the 'Visual Studio and Development Technologies' Category - Yay!!
I've just taken part in a Virtual Panel: High Performance Application in .NET and I was quoted in an InfoWorld article 'Win-win: Open source .Net pays off for devs' (alongside Scott Hunter!!)
I've also been interviewed on a few podcasts:
- No Dogma talking about how the .NET Runtime has changed (2019)
- Herding Code discussing lots of low-level '.NET Internals' (2018)
- Stackify 'Developer Things' chatting about BenchmarkDotNet & Nerding out on Performance (2018)
- Hanselminutes talking about "Performance as a Feature!" (2015)
- [Dotnetos '.NET Performance Conference' Warsaw - 2019](https://conf.dotnetos.org/#agendaTable) - [NDC London - 2019](https://www.youtube.com/watch?v=bwSNyA1Nfz4) - [Update Conference Prague - 2018](https://www.youtube.com/watch?v=1UIzi9fLiuc) - [ProgNET London - 2018](https://skillsmatter.com/skillscasts/12055-from-dotnet-run-to-hello-world) - [CORESTART 2.0 Prague - 2017](#CORESTART2017) - [Progscon London - 2017](#ProgSConLondon2017) - [Progscon Evening @ London Dev Community](#ProgsconLondonDevCommunity) - [Skills Matter - London .NET UG - 2017](#LondonDNUG2017)
- PostSharp Webinar (including Q&A) - 2016
- DeveloperDeveloperDeveloper 11 in Reading - 2016
- ProgSCon London - 2016
- Skills Matter - London .NET UG - 2016
- DeveloperSouthCoast - 2015
- NDC London - 2014
- DDD East Anglia - 2014
Slides are [available](https://www.slideshare.net/secret/bSYyRobLw3jMLq)
Click the image above for the video , the slides are [also available](https://www.slideshare.net/mattwarren/microsoft-open-source-a-brave-new-world)
Click the image above for the video
Skills Matter - London .NET User Group - Where the wild things are - Benchmarking and Micro-Optimisations
Click the image above to go to the recording
Image courtesy of [Kevin O'Shaughnessy (@ZombieCodeKill)](https://twitter.com/ZombieCodeKill), who also did an [great write-up](https://medium.com/@ZombieCodeKill/developer-developer-developer-11-16d9d3033105) of the day including some very thorough notes of my talk and had this to say:
Performance is a fascinating topic in my opinion, and this was my favorite talk of them all.
I'm happy with that!
The slides are also available
A [recording on the talk](https://www.infoq.com/presentations/dot-net-performance) and [the slides](http://www.slideshare.net/mattwarren/performance-and-how-to-measure-it-progscon-london-2016) are now available
Click above for the video and the slides are [also available](http://www.slideshare.net/mattwarren/performance-is-a-feature-london-net-user-group)
The slides are now available Part 1 and Part 2.
Click below to see the video of my talk at NDC London 2014:
Starting with the premise that "Performance is a Feature", this session will look at how to measure, what to measure and how get the best performance from your .NET code. We will look at real-world examples from the Roslyn code-base and StackOverflow.
Thanks to @craigtptech for the image and also for his excellent write up, I've included a few quotes below:
Matt starts by asking Why does performance matter? What do we need to know? and When do we need to optimize performance?
Matt does suggest that we need to be careful and land somewhere in the middle of the spectrum between "optimizing everything all the time" (which can back us into a corner) versus "don't optimize anything" (the extreme end of the "performance optimization is the root of all evil" approach).
One of my slides was tweeted by an attendee and at last count had over 500 re-tweets, it seems like a lot of people really like statistics and in particular Hans Rosling!!