Category Archives: exceptionless

Replacing DIY Exception Logging with Exceptionless – Case Study

Today we bring you a case study from the founder of Referral Rock and serial entrepreneur, Joshua Ho. Referral Rock is a referral platform for small businesses that Josh created after he “… realized small businesses lacked the tools to make a customer referral program work.” The app allows businesses to easily and effectively create, implement, and …Read More

Replacing DIY Exception Logging with Exceptionless – Case Study

Today we bring you a case study from the founder of Referral Rock and serial entrepreneur, Joshua Ho. Referral Rock is a referral platform for small businesses that Josh created after he “… realized small businesses lacked the tools to make a customer referral program work.” The app allows businesses to easily and effectively create, implement, and …Read More

Exceptionless 3.1 Released! If You Thought It was Fast Before…

If you thought Exceptionless was fast before, prepare to have your mind blown by what we’ve been able to do in version 3.1, which released today. In short, we’ve reduced cpu and memory usage, increase caching efficiency, and sped up searching, all quite significantly as you’ll see below. Along with these speed boosts, we’ve also made …Read More

Exceptionless 3.1 Released! If You Thought It was Fast Before…

If you thought Exceptionless was fast before, prepare to have your mind blown by what we’ve been able to do in version 3.1, which released today. In short, we’ve reduced cpu and memory usage, increase caching efficiency, and sped up searching, all quite significantly as you’ll see below. Along with these speed boosts, we’ve also made …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

JavaScript Client Demo – Exceptionless

We’re getting closer and closer to version 1.0 of our JavaScript client, and we wanted to give everyone a demo of installation, configuration, and usage. If you’re using Node.js, make sure to check out last week’s blog post for Node specific examples. Otherwise, continue reading for Javascript examples. As you read and begin playing with the …Read More

Exceptionless Node.js JavaScript Client Demo

Last week we announced our full featured JavaScript client, and we’re super excited about releasing a version 1.0 soon. This week we’d like to put more details out there on the Node.js version of the JavaScript client, including installation, configuration, and usage. We’ve also set up an Express.js sample app that you can spin up locally to play with …Read More