Are negative CSS margins bad practice?
The short answer is no, as long as you are only using negative CSS margins to bring elements closer together than their box model properties would allow.…
The short answer is no, as long as you are only using negative CSS margins to bring elements closer together than their box model properties would allow.…
I found the HTML language design principles, one of those principles of Web development that stood the test of time – perfect learning for a lazy 24 hours-in-a-day developer like me.…
It can feel a bit overwhelming to determine he correct unit to use in each case.. This post will provide some key questions to ask to determine if px is right for the occasion.…
Maybe you are a bit old-fashioned and, like me, still clutching the principle of Only One H1 Per Page pretty tightly in your internal style dictionary.…
The beauty of 'disagree and commit' is that it separates the developer from the opinion.…
Are your pull requests stuck in the code review stage, going through multiple iterations while your initial estimates date are long in the rearview window? In general, code review comments fall into a hierarchy of the following categories, from least to most severe:…
Have you ever worked with a developer that gets defensive whenever their merge requests get code reviewed? Reframe the code review process away from an 'instructor correcting student' dynamic and into a 'colleagues working together' mindset.…