Category Archives: examples

Upgrading from Elasticsearch 1.x to 5.x – Live Coding Session

New Weekly Coding Live Stream In the first episode our all new weekly live streaming demo session, Blake talks about the recent push to migrate Exceptionless from Elasticsearch 1.x to Elasticsearch 5.x. One major part of this project has been updating Foundatio.Repositories and Foundatio.parsers, both of which are parts of our pluggable foundation block project for building …Read More

Know How Many Users are Affected by Bugs and Events

Prioritizing your bug fixes and development time in general can be a daunting task. Sometimes, as developers, we want to work on this shiny widget or this annoying bug, and we don’t really have anything in our face telling us to quit focusing on our dreams and work on what matters to the bottom line. …Read More

Know How Many Users are Affected by Bugs and Events

Prioritizing your bug fixes and development time in general can be a daunting task. Sometimes, as developers, we want to work on this shiny widget or this annoying bug, and we don’t really have anything in our face telling us to quit focusing on our dreams and work on what matters to the bottom line. …Read More

Simple App Deployment with Azure Continuous Deployment and GitHub

We’ve learned a lot about deployments since we first started Exceptionless. We initially went with what everyone else was doing (Octopus Deploy), but over time we thought we could greatly simplify and automate it, letting us focus on what matters, improving the product! Through a lot of testing and iterations of our deployment process, we …Read More

Introducing Foundatio – Pluggable Foundation Blocks for Building Distributed Apps

In the process of developing Exceptionless, we realized there was a lack of good, simple, open source solutions for caching, queues, locks, messaging, jobs, file storage, and metrics when building scaleable applications. We tried an open source Redis cache client for caching, but it went commercial (expensive) and there wasn’t any in-memory implementations. For the …Read More

Introducing Foundatio – Pluggable Foundation Blocks for Building Distributed Apps

In the process of developing Exceptionless, we realized there was a lack of good, simple, open source solutions for caching, queues, locks, messaging, jobs, file storage, and metrics when building scaleable applications. We tried an open source Redis cache client for caching, but it went commercial (expensive) and there wasn’t any in-memory implementations. For the …Read More

Case Study: Server Expiration Error for Pre-Alpha Game Release

Today we’ve got a pretty cool case study that comes to us from a game development studio! We love to see Exceptionless being used by companies with interesting projects and development pipelines, and what’s more interesting than gaming, multi-server, and multi-player environments? These guys also gave us some good feedback, which we’ll address. Check it …Read More