Open Source Design
Explores the challenges of integrating designers into open source projects and defines three interpretations of 'Open Source Design'.
Explores the challenges of integrating designers into open source projects and defines three interpretations of 'Open Source Design'.
A developer explains how to refactor repetitive Julia code for a Twitter API package using metaprogramming techniques to reduce lines and improve maintainability.
Explores different metrics for web performance budgets, comparing milestone timings, SpeedIndex, quantity-based, and rule-based approaches.
A developer logs a week's worth of software bugs they encountered, from Ubuntu to GitHub, and discusses the need for better testing practices.
Analyzes the TV show Continuum to discuss real-world surveillance, IoT security risks, and the erosion of privacy in a connected world.
Explains a common Objective-C bug where messaging nil returns a zeroed struct, causing unexpected behavior when checking for NSNotFound.
Explores C# string interpolation and a custom StringTemplate library for named placeholders, useful for localization and readability.
A developer details how they dramatically improved their static blog's load time by optimizing JavaScript and CSS loading.
Announcing Laravel Homestead 2.0, a major update that transitions the tool into a globally installable Composer package.
A developer's experience improving accessibility in AngularJS Material Design and the ngAria module, including collaboration with the Angular team.
A tutorial showing how to create a simple HTML redirect page, with both a PHP-enhanced version and a plain HTML/JavaScript version.
Author announces updates to the Learning Susy book, addressing common issues with the Susy Sass layout framework installation and usage.
A step-by-step guide to manually attach JavaFX source code to the JDK in Eclipse for better development features like Javadoc and code navigation.
A comprehensive list of style guides and pattern libraries for web design and development, explaining the differences between them.
Oracle OBIEE SampleApp v406 is now available as a public Amazon EC2 AMI for development and testing in the cloud.
An interactive exploration using IPython to simulate and understand the mathematical model behind 'The Hipster Effect' paper on conformity and non-conformity.
A technical guide on configuring granular user permissions for resource groups on a standalone ESXi 5 server without vCenter.
Tips for improving Drupal performance by optimizing database indexes and SQL queries, inspired by Doom's difficulty levels.
A guide to improving Drupal site performance by identifying and removing unused modules to reduce memory footprint and optimize server response.
An overview of ASP.NET Core Boilerplate, a professional template for building secure, fast, and SEO-friendly web applications with improvements over the default MVC template.