Reading Time: < 1 minute Variable and function declarations are moved to the top of their scope whereas the variable initialization and function expression is not.
Category: <span>Programming Nuggets</span>
Reading Time: < 1 minute
Reading Time: < 1 minute https://www.atlassian.com/git/tutorials/cherry-pick
Reading Time: < 1 minute Useful URLs: https://djangobook.com/mdj2-django-structure/
Reading Time: 2 minutes These are not my insights but rather a good explanation on Stack Overflow about the difference between the with() and load() methods for eager loading relationships. Essentially they are the…
Reading Time: < 1 minute This is a fantastic video by Adam Wathan. Ever thought about how you are going to store something like the State pattern to the database in Laravel where your states…
Reading Time: < 1 minute https://www.citusdata.com/blog/2018/03/14/fun-with-sql-generate-sql/
Reading Time: < 1 minute Keeping the master branch clean and tidy is something that I am all for. One way of accomplishing this is by having squash commits from your feature branches into master.…
Reading Time: < 1 minute Sometimes you may need to rename a branch that has also been pushed to the remote repository. This is actually quite simple… 1. Rename your local branch From the branch…
Reading Time: < 1 minute Nice command to rename the terminal window title so that you know what you are working on / running in each window: