Parallel Tests with AVA
There are a lot of test frameworks for JavaScript/Node.js and I’ve been working with Mocha, Jasmine and Lab for a while. But I decided to …
Codeminer42’s Engineering Blog
There are a lot of test frameworks for JavaScript/Node.js and I’ve been working with Mocha, Jasmine and Lab for a while. But I decided to …
Create a new mix project if you want to follow along: $ mix new calculator $ cd calculator Suppose you have a Calculator module and …
Disclaimer: this post is based on Quickstart: Compose and Rails — Docker the main difference is that I will run everything with my own user …
My team was given a particularly laborious task: implement responsive images throughout a legacy Rails application. Back then, the app was sending disproportionally large image …
Response times under 100 ms are capable of lightening anyone’s heart. It’s even better when you reach that milestone as a side effect of some …
In 2017 world population is estimated in 7.5 billion. This number seems/looks enormous and if put in a graphic by continent one may note that …
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate …
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate …
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate …
I try to embrace a particular way of working with code: it should be minimal, idiomatic, and performant by default. Sometimes it is necessary to …