Dave R. bio photo

Dave R.

Software Enthusiast.

Twitter Github Stackoverflow

All Posts

2020

Self-Cert Rotation with Istio

notes to setup Certs for a dev server (becuase i will forget this)

Remove the Prefix from an Route in Istio

this is common where the Istio will have some part of the route to identify which service, and will want to remove the identifier.

Istio Gateway in a different namspace to the VirtualService

its just for a note.

enabling Isio Secure Ingress on Rancher

simple extra config answer which is required

RabbitMQ - retries and deadletters

Rabbitmq using deadletter queues

2019

EFK with .NET Core

.net core 3 - K8s with the EFK Stack

tech radar

tech radars show how we can manage our technical platforms by mapping items in use against items of interest

.net core 3 - the new host.

.net core 3 - host now supports the port and adapter concept

what a vue

an initial look at vue

TDD an IoC container - part 5 - Retrospective

using TDD to develop a simple IoC container.

TDD an IoC container - part 4 - Tools

using TDD to develop a simple IoC container.

TDD an IoC container - part 3 - Performance Refactor

using TDD to develop a simple IoC container.

TDD an IoC container - part 2 - initial slice

using TDD to develop a simple IoC container.

TDD an IoC container - part 1 - primer

using TDD to develop a simple IoC container.

2017

Poco, Pojo means no Mojo.

what does Pojo and Poco mean to you?

Middleware - is the new AOP?

a popular way to provide extensions in todays frameworks.

2016

use your own interface

thoughts for abstracting out 3rd party dependencies

dotnet three project setup

my typical project setup

Microservices - part 3 - Service Location and Load Balancing

Microservices - Part 3 - routing messages to the correct service instance.

2015

.Net and Docker

running Nancy inside a docker container.

Microservices - part 2 - Api Gateway

Microservices - Part 2 - Api Gateway, encapsulate your services.

Microservices - part 1 - the boundary

Microservices - Part 1 - the boundary

2014

Selenium and phantom

Running selenium server locally in a way that should complement using Travis

Development tools

CI and the tools to do so

Welcome From Git

First post on github.

2013

Nancy Meet The Model

Passing a model to the view

Embedded Views

Embedded Razor views.....

Nancy What Is Going On

how can we see what is happening under the hood

Nancy Selfhost

Topshelf and Nancy selfhosting, a helloworld