7 Articles Written

Robert Reselman

Popular by Author

Down and Dirty: .NET Task Parallel Library...

Multithreaded programming can be a real pain. In the old days, we have to deal with creating and managing threads. It was a chore....

Ten Ways to Not Suck as a...

68% of all technology projects fail. -- Michael Krigsman, ZDNET Ever been on a project that is on the slow death march to failure? I have,...

Lesson Learned: The Need for a Domain...

  How many times have you sat is a design meeting and wondered, "What the heck is this person talking about?" For me, the number...

Load Testing: SLA First

Planning API load testing can be a rabbit hole into which you fall… forever. The bigger the API is, the bigger the hole. Thinking...

Lessons Learned: Actor Model Thinking in an...

Allow me share an embarrassing secret. When it comes to working in a pure Actor Model system such as Akka.NET, my thinking has been...

Similar Articles

The Value of Specification First Development Using Swagger

The explosion of public facing APIs such as those provided by Twitter and the New York Times have changed...

Load Testing: SLA First

Planning API load testing can be a rabbit hole into which you fall… forever. The bigger the API is,...

Lessons Learned: Actor Model Thinking in an Actor Model Architecture

Allow me share an embarrassing secret. When it comes to working in a pure Actor Model system such as...

Actors and Messages: The Building Blocks of Akka.NET

The Actor Model is programming paradigm that is well suited to working in the world of asynchronous, distributed applications....

Ten Ways to Not Suck as a Project Manager

68% of all technology projects fail. -- Michael Krigsman, ZDNET Ever been on a project that is on the slow death...

Down and Dirty: .NET Task Parallel Library (Multithreading in a Multicore World)

Multithreaded programming can be a real pain. In the old days, we have to deal with creating and managing...

News & Trends