"RWD is bad for performance" is good for performance
The article debunks the myth that responsive web design (RWD) is inherently bad for performance, arguing it's an opportunity to prioritize performance.
The article debunks the myth that responsive web design (RWD) is inherently bad for performance, arguing it's an opportunity to prioritize performance.
A follow-up analysis of U.S. federal .gov domains, tracking changes in technology, security, and accessibility over three years.
Explains techniques for writing deterministic PHPUnit tests by removing dependencies on random functions like mt_rand() and date().
A technical guide on implementing Bluetooth background tasks for a Windows Phone 8.1 app to connect to an ELM327 car adapter.
Explores how design patterns like Composite and Interpreter are implemented in AngularJS directives and the $parse service.
A critique of superficial agile adoption, proposing a core heuristic: true agility is the internal ability to change how a team works.
A personal guide detailing the key steps for reinstalling Slackware Linux, including partitioning, package selection, and custom kernel compilation.
Explores the pitfalls of common Objective-C method swizzling techniques and proposes a more robust approach to avoid runtime issues.
Gmail's plain text mode adds hard line breaks, causing formatting issues. The article explains the problem and a standards-compliant solution.
Explains how HdrHistogram's .NET port controls class field layout to minimize overhead for low-latency performance measurement.
Learn four powerful commands for Chrome DevTools to debug, inspect elements, profile performance, and work with AngularJS scopes.
A developer switches their default Python to PyPy for better performance and bug-finding, encouraging others to try it.
Explains how to use SVG's <g>, <use>, <defs>, and <symbol> elements for grouping and reusing graphical components to create cleaner, more maintainable code.
A technical guide on setting up IRC notifications using irssi, xmonad, urxvt, and dzen for a custom Linux desktop environment.
A beginner's guide to the Python deque module from collections, explaining its double-ended queue functionality and basic operations.
The article explores how 'laziness' can motivate developers to create efficient, user-friendly command-line tools by reducing user effort.
A positive review of the book 'Python 101' by Mike Driscoll, covering its structure and recommending it for Python beginners.
Explores two methods for organizing multiple theme styles in CSS using Sass, comparing a separate theme file vs. module-based theming.
The author announces they will be giving their first conference talk on Webscraping in Python at EuroPython 2014.