Toggle navigation
Jessica Temporal
About
Books
Talks
🇧🇷
Curriculum
GitFichas
3 tips you should know about GitHub Codespaces
Nov 30, 2022
Basic tips you can use in less than 5 minutes
3 dicas que você precisa saber sobre GitHub Codespaces
Nov 30, 2022
Dicas básicas para começar a usar em menos de 5 minutos
7 useful tips for traveling with ease ✈️
Oct 31, 2022
The tips that helped me get through over 15 airports in seven countries in a timely manner in the past year
7 dicas úteis para viajar com tranquilidade ✈️
Oct 31, 2022
As dicas que me ajudaram a passar por mais de 15 aeroportos rapidamente durante o último ano
Projetos Brasileiros para contribuir nesse #Hacktoberfest 2022
Oct 1, 2022
Versão 2022 da lista de projetos brasileiros para fazer pull requests no #Hacktoberfest
How to create a new collection in MongoDB by joining two collections
Sep 27, 2022
Learn how to join two collections in MongoDB using aggregation
Como é se preparar para palestrar pela primeira vez num evento tech presencial
Apr 24, 2022
E por que você deveria por o pé na estrada
What does getting ready for the first time speaking in person at a tech conference feels like
Apr 24, 2022
And why should you get back on the road
Primeiro ano sendo uma Developer Advocate 🥑
Mar 29, 2022
Tem curiosidade sobre como foi a mudança de carreira entre ciência de dados para developer relations/advocacy? Nesse post eu conto tudo 😉
First year as a Developer Advocate 🥑
Mar 29, 2022
Curious about how the move from data science to developer relations/advocacy was? Read this one 😉
Meu processo de criação de conteúdo
Feb 12, 2022
Vou te contar como eu organizo todo texto, vídeo, palestra e podcast que eu faço
My content creation process
Feb 12, 2022
Let me share with you how I organize all articles, videos, talks, and podcasts I create and maybe help you with your own creation process
Entenda a diferença entre git stash pop e git stash apply
Feb 6, 2022
Apesar de parecidos em funcionamento eles tem uma diferença fundamental
Learn why the command git stash drop is useful
Feb 5, 2022
Understand when to use git stash drop how it works
Aprenda para que serve o comando git stash drop
Feb 5, 2022
Entenda quando usar o git stash drop e como ele funciona
Using git stash and git stash pop
Jan 23, 2022
Understand how to use git stash and git stash pop for real
Usando git stash e git stash pop
Jan 23, 2022
Entenda como usar git stash e git stash pop na prática
Tips to improve your LinkedIn profile
Jan 18, 2022
Hands-on tips for you to improve your LinkedIn profile in less than 30 minutes
Dicas para melhorar o seu perfil no LinkedIn
Jan 18, 2022
Dicas práticas para melhorar o seu perfil no LinkedIn em menos de 30 minutos
Introducing GitFichas!
Jan 16, 2022
Your new best friend: git study cards!
Undoing the last commit and keeping the changes for a next commit
Jan 15, 2022
Undo the last commit with git reset using --soft and reuse the message with ORIG_HEAD
Desfazendo o último commit e mantendo as alterações para um próximo commit
Jan 15, 2022
Desfaça o último commit com git reset usando --soft e reutilize a mensagem com o ORIG_HEAD
Undoing the last commits using git reset
Jan 14, 2022
Learn how to use the git reset command to undo most recent commits
Desfazendo os últimos commits usando git reset
Jan 14, 2022
Veja como usar o comando git reset para desfazer os commits recentes
Criando um novo branch e mudando pra ele com apenas um comando
Jan 1, 2022
Veja como usar git checkout e git switch para criar um branch e automaticamente mudar para ele
Creating a new branch and switching to it with just one command
Jan 1, 2022
See how to use git checkout and git switch to create a branch and switch to it with just one command
Updating a branch with git rebase
Dec 30, 2021
See how to use git rebase to bring all the most recent commits to your current branch
Atualizando um branch com git rebase
Dec 30, 2021
Veja como usar git rebase para trazer commits mais recentes para o branch atual
Fixing the branch source with git rebase
Dec 29, 2021
Understand how to use git rebase para to fix the brach source
Corrigindo a origem de um branch com git rebase
Dec 29, 2021
Veja como usar git rebase para corrigir a origem de um branch
👈
👉