Blog
Pequenos PRs VS Grandes PRs
- PT
25 January, 2022
- 1 min read
Quando estamos iniciando em desenvolvimento tendemos a criar grandes pull requests e até commits Porém encontrei no twitter uma comparação…
Better commits with emojis
- EN
25 January, 2022
- 2 min read
This its a short article that means to be only a gist of how to commit. setup commitlint and config Create a config file install commitzen…
Extract strings segments in elixir
- EN
16 July, 2021
- 1 min read
Sometimes we want extract string segments with a simple match how do this using elixir ? How it Works ? The pattern match operator…
How to dump mysql using docker machine
- EN
27 June, 2021
- 1 min read
Need dump a mysql database inside a docker image to an .sql outside of image ? and don't know how to connect to docker interactively? Dump…
Concatenating columns in PARADOX Database C#
- EN
12 May, 2021
- 1 min read
Still can't find correct way to concatenate columns in PARADOX queries ? I will show how this short post Concatenating columns in PARADOX C…
Flutter equivalent to Reactjs componentDidMount method
- EN
10 March, 2020
- 1 min read
Arrived in flutter coming from react ? want something like function to call your method on first draw to the screen ? this could be help…
Docker compose nodemon development enviroment wont start
- EN
25 January, 2020
- 1 min read
Runing nodemon in docker volume and app wont start ? this could be caused by dependencies from external machine. Docker/Nodejs develop…