Jul 11, 2026
How I removed the white background of my GIF blog signature using Python
A practical Python script with Pillow to remove a white GIF background frame by frame and wire a transparent signature into a Jekyll blog.
Jul 11, 2026
A practical Python script with Pillow to remove a white GIF background frame by frame and wire a transparent signature into a Jekyll blog.
Jul 11, 2026
Um script Python prático com Pillow para remover o fundo branco de um GIF quadro por quadro e conectar uma assinatura transparente no blog Jekyll.
Jul 1, 2026
When a new GitHub repo doesn't show up in Netlify, the fix is in your GitHub app permissions—not the Netlify dashboard.
Jul 1, 2026
Quando um repositório novo no GitHub não aparece na Netlify, a correção está nas permissões do app no GitHub—não no dashboard da Netlify.
Jun 28, 2026
Learn how to revert a range of commits in one command with git revert, including the A..B notation and when to use --no-commit.
Jun 28, 2026
Aprenda como reverter um intervalo de commits em um único comando com git revert, incluindo a notação A..B e quando usar --no-commit.
Jun 20, 2026
Aprenda como o git reflog registra seus movimentos no Git, como ler as entradas e como restaurar um estado anterior.
Jun 20, 2026
Learn how git reflog tracks your movements in Git, how to read its entries, and how to restore a previous state.
Feb 3, 2026
Aprenda como contornar cache agressivo versionando arquivos CSS com deploys automatizados de staging via GitHub Actions.
A quick guide to commands you will use daily
What if you could have a Git dictionary? A book where you could find a description of how the most commonly used commands work, with practical examples?