How to automatically migrate all your repositories from Gitlab to Github.
02/11/2023 · 2 minutes of reading · In English
After postponing for a long time I decided to migrate all my repositories from Gitlab to Github. How easy should this task be?
I’m a Engineering Manager passionate about the intersection between technology and people. My goal is to help technology teams achieve their full potential.
I have a great interest in engineering leadership, people management, software engineering, as well as inclusion and diversity.
If you’d like to learn more about me, check out the links below!
02/11/2023 · 2 minutes of reading · In English
After postponing for a long time I decided to migrate all my repositories from Gitlab to Github. How easy should this task be?
05/25/2022 · Less than 1 minute of reading · In Portuguese
Confira o bate-papo que participei pela NuLab Salvador do Nubank falando sobre papéis e responsabilidades dentro de um time de produto digital.
Produtos digitais ganharam força nos últimos anos no cenário global. Sabemos que por trás deles existem tecnologias, ferramentas e inovações envolvidas, assim como times multifuncionais com diferentes papeis e responsabilidades, dedicados a construir e escalar cada vez mais tais produtos, que vem facilitando a vida das pessoas.
01/09/2021 · 5 minutes of reading · In Portuguese
Flagrei-me pensando o quão insano 2020 foi para mim na vida profissional e resolvi escrever esse resumo.
01/18/2020 · Less than 1 minute of reading · In English
I'm addicted to maintaining all my programs updated, and the best way to do this in macOS is with the help of dependency managers like Homebrew, when using it to install our software you can write small scripts to automate this process.
In Homebrew the command to update all software is brew upgrade --cask
but it's not always successful to find updates for all applications, to fix this problem we must execute this upgrade command for every installed software.
Here's the tip! To avoid having to run upgrade
to each item manually, run this command in your terminal:
brew list --cask | xargs brew upgrade --cask
01/12/2019 · 4 minutes of reading · In Portuguese
Isso é tudo que você precisa fazer para ter um blog com deploy automatizado sem custos com o Github.
11/26/2015 · 4 minutes of reading · In Portuguese
Quem nunca precisou colocar aquela aplicação em produção para testar ou até mesmo compartilhar com colegas e ficou impedido por não ter um servidor bom para uso gratuito?
11/20/2015 · 3 minutes of reading · In Portuguese
Quem já precisou formatar um PC e acabou caindo no Windows 8 sabe como é uma dor de cabeça realizar o upgrade para o Windows 8.1.