You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wrapper framework designed to make working with an eventbus in C# easier, this library allows you to define event- and commandlistener with just two attributes and publish events without having to worry about low-level implementations
Three example programs, one using the Reading Open data API, one using the new Reading Buses Open Data API and one using my Reading Buses API Library. All find a list of bus services operating in Reading and then allow you to monitor the live arrivals at a stop.
This is a .NET Core Minimal API skeleton project designed to quickly kickstart new projects based on Clean + DDD and CQRS architecture. The project incorporates advanced features such as domain events with the Outbox Pattern and event handling with Kafka.
A Hangfire-integrated Service Bus message receptor that deserializes incoming Email messages and enqueues them for webhook processing using a background job.
My third year dissertation at the University of Nottingham, focusing upon optimising bus timetables using a data-driven approach of historical bus timetable open data. The search optimisation algorithm was implemented using Tabu-Search coupled with Squeaky Wheel Optimisation for a more targeted approach to the search space. Please see my website…