DoctorLink
Doctorlink is using tech and machine learning to democratise access to healthcare. We help patients get the right medical advice, faster and more conveniently. Isn’t that a crowded marketplace? Maybe, but we’re different as we’re certified to give health advice without the need for confusing disclaimers. It’s this differentiator that has set us on a path of rapid UK and international growth.
Our vision is to reach over 500 million people. With backing from Eight Roads, the VC arm of Fidelity, and led by a team of clinical and technology professionals, we’re on a mission to drive market disruption by adopting tech as the key enabler.
Our automated CI/CD pipeline allows engineers to produce solutions that are valuable to real users the moment you finish typing semicolons.
By using these latest technologies and agile practices, our tech team is guiding DoctorLink on its way to becoming the de facto route for health and wellbeing.
The technology: C#, ASP.NET Core, Azure, Kubernetes, Event Driven Microservices, Serverless, Elasticsearch, Kibana, BigQuery, Kafka, React, Swift, Kotlin, GitHub, CircleCI.
-
2
Tutorial: Linux :heart - .NET Core: Deploy and Run
Featuring Toby Henderson and Ian Cooper
So you have realized that you know how to design a .NET Core application: it is just C# and the BCL. So you have realized that know how to design ASP.NET Core and EF Core applications. They are just ASP.NET and EF, with a few changes to APIs, some good, some annoying.
tutorial asp.net-core bcl c# .net linux -
Tutorial: Understanding .NET Performance
Featuring Matt Warren
The tutorial will be focusing on the following tools/libraries:
- BenchmarkDotNet
- PerfView
- CLRMD
-
Tutorial: CosmosDB – Database for Serverless Era
Featuring Michal Jankowski
You are now getting into the serverless era. Many already known development patterns and solutions are not valid anymore. You need to solve issues in a bit different way. New challenges are waiting for you. One of such challenges is data storing.
.net tutorial prognet performance serverless cosmosdb -
Tutorial: The Memstate Tutorial
Featuring Robert Friberg
In this coding intensive workshop, you will build an asp.net core MVC application using a Memstate backend. The focus will be on Memstate specifics such as domain modelling, testing, configuration and integrating with the web application. Bring your Linux, Mac or Windows laptop and code along or...
.net microservices event-sourcing ddd distributed-systems -
Tutorial: Serverless Sanity
Featuring Ashic Mahtab
AWS Lambdas, Azure Functions - "Serverless" seems to be the rage these days. And it's simple enough to get an endpoint up and running. But try getting bigger applications going, and the complexity increases quite quickly. How do you maintain coherence when each function is a...
kubernetes gcp serverless azure-functions aws-lambdas tutorial -
2
Tutorial: Practical Event-Sourcing with C# and EventStore
Featuring Sergio Silveira and Alexey Zimarev
Event-sourcing remains a hot topic in the industry. It enables a lot of possibilities to build reactive microservices that scale and collect a lot of useful data. After many years of talking about capturing behaviour in our domain models, you finally are able to persist with the behaviour in a...
.net microservices eventstore c# event-sourcing tutorial