Sign up to hear about the latest conferences, workshops, training and hacking related events that I'm organizing, assisting with, or otherwise insure will be seriously fun, useful, and above the baseline of events.
-
-
Monoliths to Microservices: A Journey
Featuring Sam Elamin
We have all been there, we have a monolithic system that is a pain to work with and maintain. We start thinking moving to a distributed system will solve all our problems and we will be in developer heaven. Working with cool technologies and amazing concepts. Plus its microservices so its cool...
.net microservices -
Reactive-interactive approaches to visualization of F# jobs
Featuring Alena Dzenisenka
This talk will show the lightweight approaches for web based visualization of server side computations or data science jobs, which are primarily written in F#. In terms of these jobs you'd often launch some analytic algorithms on input data and the algorithms may run either on a single local...
.net f# data-science data-visualization signalr -
The Joy of REPL
Featuring Richard Dalton
This talk will show how the REPL can be used to work towards a solution incrementally, using experimentation rather than (or in conjunction with) tests. During the talk I will work from an empty IDE to a solution for the Diamond Kata, using the REPL to explore the problem, write and test smaller...
.net repl testing -
Machine learning the F# way
Featuring Evelina Gabasova
Data science and machine learning are rapidly growing fields that focus on extracting insights from data. But what actually hides behind the buzz words? In this talk I'll use data science tools in F# to analyse live information from social media. You'll see how F# simplifies data...
.net f# machine-learning data-science -
2
Knowing what went bump in Production - modern monitoring in .net
Featuring Peter Mounce and Chris O'Dell
In the world of .NET, monitoring your application has traditionally been to install WMI performance counters and let Operations sort it out. This means learning about how to install performance counters, how to do this via scripts in the cloud, how to get the data out of them, how to alert on...
.net statsd graphite grafana logstash elasticsearch kibana -
Introduction to RabbitMQ & EasyNetQ
Featuring Mike Hadlow
RabbitMQ provides a robust broker based messaging infrastructure that's already a very popular choice for building scalable architectures. It implements the Advanced Message Queueing Protocol (AMQP), which provides flexible routing, and is based on the Erlang Open Telecom Platform (OTP), a...
.net rabbitmq messaging -
Complete Code Craft
Featuring Alastair Smith
Software Craftsmanship is a topic close to Alastair’s heart, and he’s here to explain why. Sometimes misconceived as a dedication to gold-plating and perfectionism, we’ll explore the general theme of craftsmanship and the pragmatism underpinning it. We’ll look at the skills required of us as...
software-craftsmanship .net tdd refactoring story-mapping object-oriented-design -
Going Further with ASP.NET 5
Featuring Tugberk Ugurlu
After getting to know ASP.NET 5, and seeing where it’s different from previous versions, it's time to master the next development framework! If you want to go a little further and look under the hood of ASP.NET 5, this session will be for you.
asp.net .net asp.net-5 -
Visual Studio & .NET on OS-X, Linux, and Windows
Featuring Adron Hall
From the inception of Mono on through to today's Omnisharp and the introduction of Visual Studio Code at Build 2015. I'll take a look at where cross-platform compatiable solutions have been and where we are now with code samples along the way with some discussion on mobile topics too.
.net cross-platform visual-studio os-x linux windows