The Value of Programmer Lore and Standardization

Standardization fosters the growth of programmer lore, and there’s nothing more valuable to your organization. There’s an unquantifiable benefit that comes to every company that has an IT department: Programmer lore. Programmer lore is what programmers … more Read More

Working with Datetime in Python with Arrow

Introduction Arrow is a Python module for working with date and time. Given that there are several modules that do this, most notably the built-in datetime module, what makes Arrow different? Most notably, the library is inspired by Moment.js, a JavaScript … more Read More

Detect CSS Overflow Elements

Every once in a while you encounter a CSS annoyance that takes some cleverness to discover. One such case rears its ugly head in unwanted and unexpected scrollbars. When I see unwanted scrollbars, I usually open developer tools, click the element inspector, … more Read More