A while back I wrote about managing local git branches with git rebase and I mentioned that I always submit my code changes with one commit only. No matter how…
Read MoreGit Squash Tutorial: How to Combine Git Commits for a Clear and Organized Commit History
command line how-toA while back I wrote about managing local git branches with git rebase and I…
Read MoreTIL: time travel with Python’s standard library
tilThere are a few different approaches for writing tests for date and/or time-sensitive functionality. One…
Read MoreDjango Rest Framework: adding DateTimeField format serializer validation
til web developmentAdding date and time format validation to a DRF serializer
Read MoreBook review: The Programmer’s Brain
booksAs a software developer, I usually self-refer as a “Professional learner” and this book’s subtitle…
Read MoreComo reverter um commit no git
UncategorizedExistem algumas maneiras diferentes de desfazer as coisas no git, mas para o propósito deste…
Read MoreTIL: installed packages in Python – list, and show
til web developmentIf your Python project has a very short list of required packages (in requirements, pipfile,…
Read MoreHow to revert a commit in git
UncategorizedThere are a few different ways to undo things in git but for the purpose…
Read MoreManaging local git branches with git rebase
how-toWhen you work on a codebase with other people, you need to manage your local…
Read MoreThe difference between HTTP status codes 401 and 403: Unauthorized and Forbidden
web developmentYou are working with an API and after sending a request you receive one of…
Read MoreA caller id for your python function
how-toMost of you might be too young to know this but there was time that…
Read More