Highlighting new file formats with Pygments
A guide on creating a new TAP lexer for the Pygments syntax highlighter to format code in documentation.
A guide on creating a new TAP lexer for the Pygments syntax highlighter to format code in documentation.
A technical guide on creating a custom includes directory in Jekyll using a custom Liquid tag.
An analysis of Steve Yegge's surprisingly accurate tech predictions, including the rise of JavaScript and cloud hosting.
A technical guide on recovering a MySQL InnoDB database after a catastrophic DROP TABLES command, using tools from Twindb.
The author announces their new book, 'Front-End Tooling with Gulp, Bower and Yeoman,' and details its advanced, conceptual approach.
The author is giving away free coupons for a paid Udemy course on Python GUI programming with the Qt framework.
A guide to disabling the WordPress admin bar using a simple code snippet added to the functions.php file.
A scientist explains why Python is their preferred language for machine learning and data analysis, arguing for productivity over language wars.
A glowing review of Lea Verou's 'CSS Secrets', a book for advanced developers offering 47 CSS solutions and techniques.
An analysis of common patterns in technical postmortems, focusing on error handling and configuration as primary causes of system failures.
Author announces the free release of their open-source book 'Intermediate Python', designed to guide learners after mastering the basics.
A guide to robustly copying object properties in JavaScript, handling edge cases like accessors and native properties.
Critique of blind review processes for tech conference talks, arguing they lead to conservative selections and overlook speaker skill.
An article clarifying the differences between pre-processing and post-processing in web development, with illustrations and a final verdict.
A technical case study on optimizing the loading performance of ruxit.com over three weeks without reducing page weight.
A 2015 article clarifying common misunderstandings about the PostCSS tool, written by a daily user.
A technical guide on integrating the Mousetrap library to add custom keyboard shortcuts and the Konami Code to React components.
An open source maintainer shares his strategy for encouraging first-time contributors by creating easy, guided opportunities to submit code.
Explains how to use Laravel 5.1's built-in login throttling feature to prevent brute-force attacks by limiting failed login attempts.
A tutorial on creating a custom extension for the handroll static site generator, from code to configuration.