Django forms and TailwindCSS examples, no extras required!
Read MoreHow to revert a commit in git
git how-toThere 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 Moregit stash 101
command line git how-togit stash allows you to save your work in progress out of your way
Read MoreDeveloping inside a Docker container
command line how-to JavaScriptA few months ago I got a new computer and I have been very intentional…
Read MoreHow to permit nested parameters in Rails
rails web developmentThe context Rails 5 introduced a big change in how it handles ActionController::Parameters (the parameters…
Read More5 razões pra começar a aprender JavaScript
JavaScriptSe você já programa há algum tempo e não sabe JavaScript ou se está pensando…
Read MoreGit, GitHub and GitLab. Are they all the same thing?
command line git how-toA few years back when I got serious about learning to program to become a…
Read MoreFind the commit that introduced a bug in your code: how to use git bisect in 7 steps
command line git tilWhen I first heard about git bisect I thought it sounded scary and complicated, so…
Read More