Skip to content

Latest commit

 

History

History
137 lines (91 loc) · 10.1 KB

speaking.md

File metadata and controls

137 lines (91 loc) · 10.1 KB
layout title
page
Speaking

MVP Award Logo

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:


Performance in the .NET Runtime:

- [Dotnetos '.NET Performance Conference' Warsaw - 2019](https://conf.dotnetos.org/#agendaTable)

From 'dotnet run' to 'Hello World!' (links to the recordings):

- [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)

Microsoft and Open-Source – A ‘Brave New World’:

- [CORESTART 2.0 Prague - 2017](#CORESTART2017) - [Progscon London - 2017](#ProgSConLondon2017) - [Progscon Evening @ London Dev Community](#ProgsconLondonDevCommunity)

Where the wild things are - Benchmarking and Micro-Optimisations:

- [Skills Matter - London .NET UG - 2017](#LondonDNUG2017)

Performance is a Feature:


CORESTART 2.0 Prague 2017

Slides are [available](https://www.slideshare.net/secret/bSYyRobLw3jMLq)
ProgSCon 2017 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 - LDNUG - 2017 Click above for the video and the slides are [also available](https://www.slideshare.net/mattwarren/where-the-wild-things-are-benchmarking-and-microoptimisations/)
PostSharp Webinar

Click the image above to go to the recording


DDD 11 in Reading 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


ProgSCon London 2016 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
Skills Matter - 2016 Click above for the video and the slides are [also available](http://www.slideshare.net/mattwarren/performance-is-a-feature-london-net-user-group)
Developer South Coast - Tweet The slides are now available Part 1 and Part 2.
Click below to see the video of my talk at NDC London 2014:
image from talk

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!!

Hans-Rolsing - Tweet