Nevron
-
Apache Kafka
Featuring Ashic Mahtab
Apache Kafka is a fast, scalable message broker that can process millions of messages a second with very little hardware. From its roots at LinkedIn, it is quickly becoming the defacto open source durable messaging technology. It integrates well with many technologies, and can be used from many...
apache kafka apache-kafka open-source -
Script all the things with scriptcs
Featuring Glenn Block
scriptcs offers a lightweight and cross-platform way to write and execute C# code outside of an IDE. In this half-day workshop we'll get hands on looking at all the possibilities.
scriptcs repl .net c# atom visual-studio -
Running .NET with Docker
Featuring Ben Hall
Containers are changing the way we design and develop systems. In this workshop, Ben will explore how to combine .NET applications and Docker to improve your infrastructure. The workshop will explore how they work in production and the real world.
containers devops docker dotnet -
The Asynchronous Age: A Developer's Illustrated Primer
Featuring Dylan Beattie
We live in connected world, powered by countless thousands of loosely-coupled distributed systems. As developers, we're working in an age where you can do almost anything by connecting to APIs. You can pay bills, order pizza, print T-shirts, publish videos... the entire internet is our...
async await promises callbacks javascript concurrency parallelism api scalability -
The Fundamentals of Machine Learning with F#
Featuring Mark Gray
Join Mark Gray in this workshop on Machine Learning with F#!
f# .net building testing machine-learning ml -
Safe At Any Speed: Patterns of High Availability
Featuring Ian Cooper
You held tight to the mantra 'If you build it they will come,' released your MVP and then it happened: people loved your site and you were handling explosive growth.
But that brought a new reality: how do you stay up under all that load, why are so many of your RAD techniques haunting you...
ltg .net -
Up and Running with .NET Core
Featuring Toby Henderson
.NET Core is a set of runtime, library and compiler components that allow you to create apps that run on Windows, Mac OS X and Linux. It can be installed locally with your app with only the packages you need. It provides a lightweight development model and the flexibility to work with your...
dotnet core -
Safe At Any Speed: Patterns of High Availability
Featuring Ian Cooper
You held tight to the mantra 'If you build it they will come,' released your MVP and then it happened: people loved your site you were handling explosive growth.
But that brought a new reality: how do you stay up under all that load, why are so many of your RAD techniques haunting you and...
-
Isomorphic JavaScript applications and .NET
Featuring Charalampos Karypidis
Modern web applications require both fast initial response time but also very rich interactivity with the user inside the browser. Developers on the other hand try to reuse as much code as possible between the server and the client. To achieve both of the goals a new type of web applications...
javascript dotnet apps react.js nodejs spa -
Build a compiler in hours
Featuring Phil Trelford
In this fun hands on session you'll learn how to build your own compiler with F#. We'll start with an AST and parser and then build out the back-end to compile to either .Net IL code or JavaScript if you prefer. By the end of the session you'll be able to join the ranks of compiler...