Quick Tip: Debugging Safari on iOS
October 5, 2021
Typically, when I need to debug something with dev tools on a mobile layout, Chrome’s device toolbar is sufficient enough...
Read note →Typically, when I need to debug something with dev tools on a mobile layout, Chrome’s device toolbar is sufficient enough...
Read note →I knew GitHub supported emojis - I often use them in PR messages, comments, etc. What I didn't know is that you can also add emojis in your commit messages...
Read note →Here’s a little gem on conditional statements that I saw for the first time in the WordPress Coding Standards a few months ago. When writing out a conditional logic, it is recommended to place the variable on the right side of the comparison operator and the constants or literals on the left.
Read note →As of version 2.6, WordPress introduced a feature which autosaves your posts as revisions while you are editing them in the dashboard. While this functionality can be very useful, it can also be a bit of an annoyance. If a single post ends up going through multiple edits or simply takes a while to get finished, those revisions can add up.
Read note →