Halving Response Times: Lessons Learned
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 …
Codeminer42’s Engineering Blog
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 …
Assim que comecei a minha iniciação científica não sabia como criar um produto, polir uma ideia e principalmente por onde começar. Após pesquisas e uma …
PaaS ou VPS? Ultimamente tenho preferido serviços PaaS como o Heroku, mas muitos clientes preferem uma VPS na maioria das vezes pelo preço fixo, mas …
In this article, I will assume that you already have a basic understanding of Git and consequently is familiar with the process of sharing code …
Are you new on git? And you know these commands: git add , git commit , git pull , git push , git status. But …