Django forms and TailwindCSS examples, no extras required!
Read MoreAdd style to Django forms with TailwindCSS
django web developmentDjango forms and TailwindCSS examples, no extras required!
Read MoreResolving Merge Conflicts with Binary Files: A Step-by-Step Command Line Guide
command line gitUsing the flags --ours or --theirs to resolve merge conflicts on binary files via command…
Read MoreBook review: “The Software Craftsman”
booksI recently read 'The Software Craftsman' by Sandro Mancuso and here is an overview of…
Read MoreGit Squash Tutorial: How to Combine Git Commits for a Clear and Organized Commit History
command line git 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
git how-toExistem 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 More