school
tutorial
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.
school
tutorial
Jul 11, 2026
Como removi o fundo branco da minha assinatura em GIF usando Python
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.
school
tutorial
Jul 1, 2026
Giving Netlify access to a new GitHub repo
When a new GitHub repo doesn't show up in Netlify, the fix is in your GitHub app permissions—not the Netlify dashboard.
school
tutorial
Jul 1, 2026
Dando ao Netlify acesso a um novo repositório no GitHub
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.
school
pro tip
Jun 28, 2026
Undoing more than one commit at once with git revert
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.
school
colinha
Jun 28, 2026
Desfazendo mais de um commit de uma vez com git revert
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.
school
colinha
Jun 20, 2026
Recuperando commits perdidos com git reflog
Aprenda como o git reflog registra seus movimentos no Git, como ler as entradas e como restaurar um estado anterior.
school
pro tip
Jun 20, 2026
Recovering lost commits with git reflog
Learn how git reflog tracks your movements in Git, how to read its entries, and how to restore a previous state.
school
tutorial
Feb 3, 2026
Automatizando versionamento de CSS em staging com GitHub Actions
Aprenda como contornar cache agressivo versionando arquivos CSS com deploys automatizados de staging via GitHub Actions.