Category: <span>Programming Nuggets</span>

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.

Javascript Programming Nuggets Uncategorized

Reading Time: < 1 minute

Programming Nuggets SQL

Reading Time: < 1 minute https://www.atlassian.com/git/tutorials/cherry-pick

Git Programming Nuggets

Reading Time: < 1 minute Useful URLs: https://djangobook.com/mdj2-django-structure/

Django Programming Nuggets Python

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…

Laravel Programming Nuggets

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…

Laravel Videos

Reading Time: < 1 minute https://www.citusdata.com/blog/2018/03/14/fun-with-sql-generate-sql/

Programming Nuggets SQL

Git Programming Nuggets

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…

Git Programming Nuggets

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:

Bash Programming Nuggets