Speaker

Sean Killeen

Sean Killeen

VP, Innovation and Products @ SCT Software

Arlington, Virginia, United States

Originally from the Philadelphia area, Sean is a Microsoft MVP with 15+ years of experience as a technical leader across commercial, non-profit, and federal clients. He's currently the VP of Innovation and Products at SCT Software; prior to that, he spent many years in consulting leading teams and leaders. He once completed a modernization project that industry analysts called "more complex than the moon landing". He has also been a trainer for the CSD Certification via ScrumAlliance and for the ICP-TST/ATA certifications via ICAgile. Aside from loving his work way too much, there's a good chance he's enjoying/stressing about being a new dad, sipping great beer, exploring the Arlington area, or singing somewhere. You can find him on Twitter at @sjkilleen or blogging not nearly often enough at SeanKilleen.com. He doesn't bite; say hi!

Awards

Area of Expertise

  • Information & Communications Technology

Topics

  • .net
  • .net core
  • ASP.NET
  • ASP.NET Core
  • TDD
  • C#
  • akka
  • Akka.net
  • DevOps & Automation
  • TeamCity
  • OctopusDeploy
  • Azure
  • Open Source Software
  • Agile Methodologies
  • Neo4j
  • public speaking
  • ElasticSearch
  • Agile Leadership
  • Azure App Service
  • CI/CD Pipelines
  • Test Automation
  • NUnit
  • xUnit
  • SpecFlow
  • Technical Coaching

An Introduction to Akka.NET

Akka.NET is an Actor Model Framework that helps .Net developers create powerful concurrent & distributed applications more easily. The Actor Model is a well-established paradigm for building fault-tolerant and scalable applications that has recently seen a resurgence as distributed and asynchronous systems gain popularity. In this introductory talk, Sean will walk you through the concepts of the actor model, its benefits over traditional approaches, and the basics of how to use Akka.NET to achieve these advantages in your .NET applications.

We need your voice! A guide to putting yourself out there

Have you ever wondered whether you have something to contribute to conversations in the tech industry? YOU TOTALLY DO. In this session, Sean will walk through ways to think about adding your voice to help shape our industry, and what benefits you and your community may gain as a result. He'll share prompts to get you started, and tips to help you follow through. His hope is that you will leave with a renewed conviction that your voice matters, and a pathway to put it out there and feel good about it.

Level up Your Team with Better Technical Interviews

Have you ever been stuck at a whiteboard or solving a brainteaser and thought "there must be a better way"? Good news: there very much is. Technical interviews can be a nightmare for both the interviewer and interviewee. In this talk, Sean walks through his philosophy & practical tips for running technical interviews that are primed for success.

Better Operational Visibility in .NET With Structured Logging

Too many developers underestimate the power that is hidden away in their logs. In this talk, Sean will take us through the "why" of structured logging and the basics of how to attain it via Serilog and Seq, with plenty of examples along the way. You'll learn how to log better, how to search those logs, how to use logs to identify performance issues, and how Sean once substituted good log messages for an entire UI in order to provide business value quickly.

The Dark Art of Just-in-time Tech Talks

I once, to my colleague's chagrin, thought through a tech talk during a drive, wrote slides in an hour, and gave a presentation that was well received and lasted exactly as long as it was scheduled. After doing this a few times (for better and worse), I've picked up some tips along the way on how to deliver a talk no matter how rushed or pressured you may feel. We'll discuss some of my tips, as well as how to know when you're in over your head & adjust.

(Fr)agile: How Agile Falls Apart, and What You can do to Hold it All Together

Working in an agile mindset -- especially when favoring specific approaches -- can go wrong in about 100 ways. In this talk, I describe some lessons as a technical lead and member of agile teams, holding it together with duct tape and a little help from my friends.

Stretching .NET: An Introduction to ElasticSearch

NEST is a fantastic client for the ElasticSearch DB, which has a number of performance advantages and great use cases for solving modern development problems. In this session, you’ll learn some background about ElasticSearch for .NET, and will work through a real-world use case for utilizing it in your applications.

An Introduction to Graph Databases in .NET with Neo4j

Modern development shops are fast discovering that tables & rows aren't the only way to store data. In this talk, I introduce .NET developers to the advantages of graph databases using Neo4j. You'll learn how graph databases differ from traditional SQL DBs, when it makes sense to use a graph database, and what the advantages are. We'll also work through an example project to get a feel for some of the concepts, and sprinkle in a littler Docker goodness for some added fun.

How I Learned to Stop Worrying and Love Feedback Loops

In this talk, I discuss what feedback loops are, why they’re important, and the myriad ways that shortening feedback loops can improve your code, your team, and your career.

Casting a Wider .NET: Working Toward More OSS Maturity in the .NET Community

This talk discusses how to bring a model of open-source maturity to the .NET community in the hopes of getting others involved to realize our shared vision to make .NET a great space for open-source.

Previously delivered at the .NET Fringe conference

Serverless-is-more: An Introduction to Azure Functions

In this session, Sean will walk through how to use Azure Functions and Azure Key Vault to create a system to continually share his RSS subscriptions with the world. Follow along as we discuss concepts of serverless computing, build a functional application, an marvel at all the things we *didn't* have to do.

Workshop: Modernizing Your Apps to .NET Core / .NET 5

With Microsoft's announcement about .NET 5, it's clear that .NET Core is the future, and a migration strategy is important for businesses and developers. In this workshop, we'll review some of the conceptual differences of .NET Core, and outline strategies for migrating a codebase with minimal pain. From there, we'll get into specific strategies and tactics for migrating .NET Framework applications, along with pitfalls along the way. This specific session will focus on web-based and services based applications, but many of the strategies will apply to desktop applications as well. Attendees will leave with .NET Core demystified, and a playbook for how to modernize their applications over time while providing value along the way.

Workshop: Fast, versatile build pipelines using GitHub, Azure DevOps, .NET Core, and Docker

In this hands-on workshop, attendees will take an existing application and apply a little DevOps magic with a modern toolset. We'll explore how to navigate GitHub, integrate Azure DevOps with GitHub, test pull requests before they're merged, version our packages, and deploy to preview and production environments with Azure. We'll then containerize the application and explore the difference in our workflow as we deploy with Azure Container Service (ACS) and Azure Kubernetes Service (AKS)

Workshop: Test Automation in .NET

In this full-day hands-on workshop, you'll learn the benefits of automated testing and thinking in an automation mindset. We'll cover how to consider trade-offs in your testing strategy, patterns for great automated tests, approaches to legacy code, and the tools in the .NET ecosystem that help you test at all levels of the testing pyramid. Whether you've never written a test before or are interested to learn more, this workshop will inspire you to achieve greater confidence in your code, and you'll leave with hands-on experience in how to do so.

The Joy of Functional Testing with SpecFlow

Functional testing is a great way to ensure we're not just building the thing right, but building the right thing. In this session, we'll example the testing pyramid, the place of functional testing, and how to write Gherkin syntax with SpecFlow to move toward acceptance test driven development. We'll use real world codebase and show a few cycles of acceptance tests in the language of the business, and talk about one project's real-world functional testing journey.

The Future of CI: Learning to Love Feedback Loops

A presentation about how feedback loops strengthen your team and organization, which ones matter most, and how to embrace smaller feedback loops for positive change.

Private Client Presentation

Presented "The Future of CI: Learning to Love Feedback Loops" to a private client.

October 2020 Arlington, Virginia, United States

(ICP-TST/ATA) Certified Agile Testing Training

3-day training course presented via Excella Training.

December 2019 Arlington, Virginia, United States

TechBash 2019 Sessionize Event

November 2019 East Stroudsburg, Pennsylvania, United States

The SwiftKick Show

Presented "An Introduction to the Actor Model and Akka.NET"

October 2019

CodeOnTheBeach 2019

Presented "Serverless is more: An Introduction to Azure Functions"

July 2019 Atlantic Beach, Florida, United States

(CSD Certified) Agile Engineering

3-Day Training Course delivered via Excella Training.

July 2019 Arlington, Virginia, United States

Microsoft's Insider Dev Tour 2019

Presenting on Future-proofing desktop apps with .NET Core

June 2019 Washington, Washington, D.C., United States

RevolutionConf 2019 Sessionize Event

June 2019 Virginia Beach, Virginia, United States

RevolutionConf 2019

Presented "(Fr)agile: How Agile Falls Apart, and What You Can Do to Hold It All Together"

June 2019 Virginia Beach, Virginia, United States

Philly .NET Code Camp 2019

Presented "An Introduction to the Actor Model and Akka.NET" and "Serverless is more: An Introduction to Azure Functions"

April 2019 Philadelphia, Pennsylvania, United States

philly.NET Code Camp 2019.1 Sessionize Event

April 2019 Malvern, Pennsylvania, United States

TechBash 2018

(Fr)agile: How Agile Falls Apart, and What You Can Do to Hold It All Together

October 2018

Code on the Beach

Session: "An Introduction to the Actor Model and Akka.NET"

August 2018 Atlantic Beach, Florida, United States

NoVA Code Camp Spring 2018

Talk: "TeamCity, OctopusDeploy, and Azure: So Happy Together"

May 2018 Reston, Virginia, United States

Open Source Dev Conference

Talk: "How I Learned to Stop Worrying and Love Feedback Loops"

April 2018 Blacksburg, Virginia, United States

.NET Fringe 2017

My first national conference talk! "Casting a Wider .NET: Working Toward More OSS Maturity in the .NET Community"

June 2017 Portland, Oregon, United States

Open Source Dev Conf 2017

Talk: "Intro to OSS". A presentation on the “why” of OSS software with an introduction on how to contribute. With puppies.

April 2017 Blacksburg, Virginia, United States

Sean Killeen

VP, Innovation and Products @ SCT Software

Arlington, Virginia, United States

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top