Once in a while, I write articles about topics I experience while coding. We human, we cannot remember everything. Thus I create a space where I can host my code snippets or tips and tricks for future use.
I happen to forget to add untracked files to the stage quite a lot, especially on a hot fix day.
Continue ReadingGit stash is useful when you work on different branch at the same time.
Continue ReadingWe can do that by just adding a filter function below to your theme functions.php file.
Continue ReadingWhen it comes to screen size logic SASS plays a big role in tidying up functions with conditional logic. Here’s an example to use that logic. Usage:
Continue Reading