Code

Confira os estudos e reflexões que podem gerar insights para seu negócio nesta categoria:

I believe that, from time to time, it is interesting to learn a new language or framework that takes us...
In the previous post, I asked which function, in the following code, would fill the array with 1’s faster and...
Our goal is to fill a two-dimensional array with 1’s. using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; namespace ToArrays { public class Program...
In this post, let’s solve the “Euler Knight’s Tour” using F#. Disclaimer Sometimes life imposes a pause on us. I’m...
In a previous post, I wrote about how to support sagas using a Workflow Engine as Saga Execution Coordinator (if...
Parsing large files is a recurring and challenging task. Right? It is too easy to write slow code that consumes...
Write code is not a simple task. It is easy to make mistakes that result in bad performance. The last...
The following code contains some of the most common mistakes I have been seeing when reviewing code that deals with...
I’ve been spending some time learning from the “Designing Data-Intensive Applications” book. I am reading it for the third time,...
There are a lot of scenarios where our applications need to support long-running processes. In this post, I will share...
× Precisa de ajuda?