noPrefixes flag in Modernizr
Explains the Modernizr 'noPrefixes' flag, a feature to disable vendor prefix testing for cleaner, more stable code.
Explains the Modernizr 'noPrefixes' flag, a feature to disable vendor prefix testing for cleaner, more stable code.
A guide on setting up an Express.js server to run over HTTPS using a self-signed certificate for local development.
A tutorial on configuring the Maven site plugin to generate project documentation using Markdown syntax instead of XDOC or APT.
A scatterplot analysis comparing perplexity results of Kneser-Ney, hierarchical Pitman-Yor, and hierarchical Dirichlet language models from a research paper.
A high-level introductory series explaining Microsoft Azure services using a unique, structured format for easy understanding.
A Python script to recursively find and delete empty directories from a filesystem, with options for root folder handling.
Explains how to use Windows Azure Shared Access Signatures to securely delegate file downloads directly from blob storage, with code examples.
Explores the benefits of JavaScript MV* frameworks for large-scale applications, including reusability, abstraction, and testability.
How to set the default locale for date formatting in OBIEE 11g to resolve user display issues.
A programmer's journey into cryptography, sparked by a PyPy compatibility issue and the need for better, more secure cryptographic libraries in Python.
Introducing 'hyper', a pure-Python HTTP/2.0 library designed as a drop-in replacement for Python's standard http.client.
A tutorial on handling dates and times in R, covering essential classes like Date and POSIXct, formatting, calculations, and sequences.
A summary of Python programmers' top suggestions for changes to the language, gathered from a Reddit discussion.
Whathecolor is a color-matching game for web developers to test their knowledge of CSS color notations like hsl() and rgb().
Tutorial on building a VNC remote desktop client using AngularJS, Yeoman, and Node.js with a proxy server for RFB protocol communication.
A guide to maximizing email effectiveness for feedback and communication, focusing on intentional strategies over inbox management.
Explains how a project's version control history, especially commit messages, serves as crucial documentation for understanding code changes and developer intent.
Explains AngularJS's $resource service, comparing it to the Active Record pattern for client-side data management and API interaction.
A guide to implementing system-wide global hotkeys in WPF applications using the NHotkey library, directly from XAML.
A curated list of free, high-quality Python programming books for beginners and experienced developers.