
Stacy Cashmore
Stacy Cashmore
Speaker, author and software developer. Stacy has been developing solutions since the mid-1990s in various companies and industries ranging from facilitating contract jobbing to allowing consumers to close a mortgage without the help of a financial adviser - with lots in between.
She has a passion for sharing knowledge: using story telling for sharing her experiences to help teams grow in the ways that they develop software and work together, and performing live coding demonstrations to inspire others to try new technologies.
In 2022 Stacy published her first book, aimed at helping developers get started building dynamic applications using C#, Azure Functions and Azure Static Web Apps. In February 2026, she released the second edition, updated for .NET 9 and with added infrastructure as code content to help readers apply what they've learned in real-world scenarios.
For her effort in the community Stacy has been awarded the Microsoft MVP for Developer Technologies since 2020.
My Talks
SessionizeSelf care in a world of anxiety
Suffereing from panic attacks made attending meetups and conferences very painful for me. A massive anxiety attack on day one of Techmorama NL in 2018 left me exhausted and wondering if I was going to make it to day 2. But by finding something that I could use to override that memory I did manage to come back! And led to a sequence of events that led me to start public speaking. But... Everyone's experiences, and coping mechanism, are different. In this open space we'll be sharing those experiences, those coping mechanisms with each other and at the same time start normalising this type of conversation for the future!
Real World Productivity Using AI
It's 2026 and I am so tired of the hype that AI is going to change the way we work. In the real world, how many of us manage to get the productivity improvements that are promised? In this session we will look at why AI can promise more than it delivers - and look into some of my absolute failures when using it! But it's not all doom and gloom! Whilst I get annoyed by that hype, my experiences have shown me, one of the biggest AI scpetics in my company - that when used in the correct way, AI can indeed provide so much value to us! In this demo heavy talk, we will not be having a vibe coding session. Rather we will look at using AI to enhance how we work, how we think, and how to make sure that we are using both our time, and our keystrokes, effectively. You'll walk away with practical use cases that improve your daily workflow, plus new ways to think about AI beyond just code generation.
Testing First - Getting The How
"But how can I test first when I dont't know what I am going to write?" How many times have we heard this statement when we are trying to encourage individuals and teams to test first? In this session Stacy is going to look at what can happen in these scenarios, and the problems that can happen when working this way using a couple of real world examples. Rounding off the session she'll go through a project looking at how to add the testing from the start - and show the benefits it can bring when changes are requested of the code!
What Has Public Speaking Ever Done For Us?
Putting together a conference talk, even a 5 minute lightning talk, takes a lot of time and effort. Hours, days, weeks can be poured into making sure that the talk goes as smoothly as possible. To make sure that as a presenter you know your stuff, but not that it’s an over practiced, robotic delivery. And that’s before you factor in the time and effort in traveling. So… Why do we do it? What has public speaking ever done for us. Let’s find out!
Azure Static Web Apps - From Zero to Deployed App In 60 Minutes
We're told that by using services such as Medium, dev.to etc. we are diluting our personal brand. That we should be posting to our own site and building ourselves up. You can, of course, use off-the-shelf applications to do that for you. Or… You can use it as an exercise to try something new and learn new skills! In this session, we will look at doing just that! Starting with an empty GitHub repository we are going to make a Blazor WebAssembly application to act as our website. We’ll connect that to an Azure Function that reads posts from a CosmosDB to pass to that site. Then we’ll deploy that to a production Azure Static Web App. Of course, when developing an application, it’s useful to be able to run it locally. So, we’ll also look at how we can do that with Azure Static Web Apps. Finally, in order to be able to write new blog posts, we need to be able to authenticate ourselves and provide proper authorization so that this functionality can be added later.
From Panic Attacks to Public Speaking - My Journey
Techorama came to the Netherlands for the first time in 2018. The biggest .Net conference in the Netherlands with a host of amazing speakers! Suffering from severe anxiety it was going to be a tough couple of days, but still, I wanted to go! This is a story about how a panic attack on day one of the conference, followed by a couple of chance meetings lead me to overcome my fear of flying, travelling and people to speak at my first conference.
How I Failed Then Succeeded Rebuilding My Website with AI Tools
I wanted to change my hosting setup for SEO reasons — moving from a client-side SPA to a server-side Blazor application, including admin pages for maintaining the different sections. Then I got overwhelmed and thought: "Why not play with AI, and get it to do the heavy lifting?" That was the start of a very educational few weeks. So, mostly whilst watching TV in the evenings, I changed the tech stack, built a deploy pipeline, fought with custom domains, and tried to let AI handle the look and feel. That last one twice. Because apparently, I needed to learn that lesson the hard way. Along the way I found some tools and approaches that genuinely helped me keep the agents focused and on track. And I found the point where you stop prompting and just write the code yourself. This isn't a hype talk, and it isn't a cautionary tale. It's an honest walkthrough of what actually happened, what I'd do differently, and what it left me thinking about where all of this is heading. Oh, and I'll show you the site. 😊
You've Got Notifications? Real-Time Messaging for SPAs on Azure
Single page applications are fast, responsive, and require very little backend power — perfect for web-based interactive applications. But unlike connected frameworks like Blazor Web Apps, they have no direct channel to receive updates from the server, meaning your users don't know anything has changed until they refresh. Real-time push notifications should be easy to set up, lightweight to run, and simple to reason about. Azure Web PubSub delivers exactly that — instant server-to-client messaging, narrow or broadcast, with filtering rules to ensure messages only go where they should. In this session we'll build and demo it live together, then apply the same pattern to a real-world scenario and give you a clear framework for when this is the right tool for the job. Bring your phone. You're part of the demo.
Beyond Chatbots: Bad AI Is Worse Than No AI
Adding AI isn't the answer if you haven't found the problem yet. And right now, we're adding a lot of AI without asking nearly enough questions. We'll start somewhere unexpected — the humble date field — and use it to unpick why so many AI implementations frustrate rather than delight. Because the problem is rarely the AI itself. It's the thinking that happened before anyone wrote a line of code. We'll go back to thinking about the problem itself — and build something that makes our users truly joyful, not something to make marketing smile.
Not Just for Hobbies: Building Enterprise-Ready Azure Static Web Apps
A fellow speaker once told me that Azure Static Web Apps are "fun, but not really real-world useful." I went home and wrote this talk. Turns out, with the standard tier and the right approach, they can hold their own in any enterprise architecture — and this session will show you exactly how. We'll cover everything you need to hit the ground running — Bicep templates, the required command line tooling, and Azure DNS integration to get a production-ready foundation in place. From there we'll look at reworking the default pipeline to support testing and multi-environment deployments from a single build. If time allows, we'll go further — custom authentication using Auth0 and role management via Azure Functions.
Be Authentic with Blazor and Entra ID
Getting Entra ID working in Blazor is a challenge — everyone I speak to rates it as a nightmare to set up. It doesn't have to be. By walking through the traps I fell into and setting up a live application — mistakes included — you'll leave with the knowledge and confidence to implement it yourself. Whether you need to control access for internal or external users, Entra ID, RBAC, and Blazor work beautifully together. Consider this your shortcut — leave empowered to implement it yourself, war stories optional.
Developers and Testers: The Yin and Yang of Software Development
Before us, our heroes: Developer and Tester - locked in a gruesome battle for the ages. Both desire the ultimate goal of high-quality, well-functioning software. Why do they wage this war against one another? Will one reign supreme?? Will they meet their release timeline??? Tune in as part of the audience to hear the epic conclusion! This is a common story in software development. At least, that's what some people say. To that sentiment, we say it doesn't have to be like this. There are opportunities for each role to shine, and capacity to consider the risks that concern both parties. Through personal stories from both the good and the ugly, we will share small experiments with you that you can take back to your team. With a little mindful communication, a sprinkle of grace, and a healthy helping of transparency, you can initiate the change you want to see on your team, to encourage more effective collaboration. Together Karen (tester) and Stacy (developer) will tell stories where things went wrong, as well as examples where things went smothly They'll talk about how to improve the collaboration between the 2 roles And also give concrete ideas for attendees to implement when they return to their teams
How to really work as a team - from sleepy to strong pair programming
So many people think that pair programming is a boring waste of time and effort. I'm here to explain how our team made it work, and what benefits we got out of it! I love working in a team, bouncing ideas off each other and using our combined strengths to produce something that as individuals we wouldn't be able to come up with. One way I like to do this is pair programming. But, when I talk to people about this, I often get told it's a waste of time. That it’s about one person working hard whilst the other looks on, superfluous to the process. And let's face it, most of us have experienced this when trying it out! But I’m going to show you how we went from this sleepy type of pair programming to being super productive when working with multiple developers at one machine! Not the one person working, one person staring into space type of pair programming, but actually providing value to each other, making the extra effort worthwhile, and bringing extra benefits to the team as a whole.
Embrace the pitfalls (Our stop start journey to Change)
As developers, we want to work in a modern way, to get fast feedback on what we are building to make sure that we are building the right things in the right way. However, many companies are still at the start of their journey. Things take longer than we would like to get moving, sometimes change can seem to happen at a glacial pace and whilst you are ready to try and run, others are finding their feet - or even digging in their heels! In this talk, Stacy will go over some of the pitfalls that have happened to her, and the lessons that she has learned from them. Unfortunately, there are no magic solutions to make the problems go away, but hopefully, you can look at the mistakes she has made and go away to make your own new ones to learn from!