Mon.Jan 25, 2021

article thumbnail

Sponsored Post: 3T, Bridgecrew, Toptal, IP2Location, Ipdata, StackHawk, InterviewCamp.io, Educative, Triplebyte, Stream, Fauna

High Scalability

Who's Hiring? Looking to rapidly hire Top Software Developers ? Get Started with Toptal. Toptal will match you with top-quality, pre-screened freelance software developers that meet your project requirements. All in under 48 hours. Get started right away with a no risk trial. InterviewCamp.io has hours of system design content. They also do live system design discussions every week.

Education 100
article thumbnail

What's new in ServiceInsight 2.4

Particular Software

In this release of ServiceInsight, we’ve focused on productivity enhancements that will make ServiceInsight an even more valuable member of your distributed systems toolkit. ServiceInsight 2.4 adds the ability to have multiple ServiceControl connections active at one time, introduces a plug-in architecture for custom message viewers so that you can view the message body even if that message is compressed or encrypted, includes better controls for paging data, and better support for roaming profi

article thumbnail

GotW #98 Solution: Assertion levels (Difficulty: 5/10)

Sutter's Mill

This special Guru of the Week series focuses on contracts. We covered basic assertions in GotW #97 … but not all asserted conditions are created equal. Given some assertion facility that can be used like this: MyAssert( condition ); // expresses that ‘condition’ must be true 1. Give one example each of an asserted condition whose run-time evaluation is: a) super cheap Without resorting to constexpr expressions, it’s hard to find one cheaper than the one we saw in GotW #97 Example 3, which we can

C++ 43