Henrique's Fantastic World

HomeBadges
Blog Author Picture

Henrique Barcelos

110 followers

Brazilian, Software Engineer / Architect, Crypto & Blockchain Enthusiast, Libertarian, Metal Head, Krav Maga Practitioner, Beer Lover, Amateur Photographer, (bad) Guitar Player

Flexbox Gotchas Reloaded

Apr 20, 2020

Important: this article describes a problem that cannot be reproduced with Google Chrome, only with Firefox and Edge (I did not test with other browsers). Spoiler alert: it seems like Chrome intentionally deviates from the spec standard. Intro Despit...

TDD made simple with Mocha and Chai

Feb 5, 2020

Intro From the dark ol’ days of writing an entire application and only then starting to test it (often, manually) till nowadays, I have scoured a painful path of unending bug-fixing in production through the nights, many times not even knowing what w...

Give your logs more context — Part 2

Feb 4, 2020

Give your logs more context Building a contextual logger This is the continuation of my previous article about logging context. Check it out to better understand the purpose of what we will build. https://blog.henriquebarcelos.dev/give-your-logs-more...

Give your logs more context — Part 1

Feb 4, 2020

Give your logs more context How to make sense out of your Node.js web app logs Logging might be one of the most difficult things to do right when building a real world application. Log too little and you will be staring at your screen trying to make ...

A better approach for testing your Redux code

Nov 25, 201934 min read

TL;DR When testing Redux, here are a few guidelines: Vanilla Redux The smallest standalone unit in Redux is the entire state slice. Unit tests should interact with it as a whole. There is no point in testing reducers, action creators and selectors i...

Things I wish I knew about Terraform before jumping into it

Sep 13, 2017

Things I wish I knew about Terraform before jumping into it A few weeks ago I wrote about my journey into Terraform. You can read more about this quest here: https://blog.henriquebarcelos.dev/how-i-learnt-to-love-and-hate-terraform-in-the-past-few-we...

Impressum

This is free and unencumbered content released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to http://unlicense.org/

© 2021 Henrique's Fantastic World

PrivacyTerms
Proudly part of