C# Puzzle 1
A C# programming puzzle testing understanding of the 'out' parameter keyword and variable assignment.
A C# programming puzzle testing understanding of the 'out' parameter keyword and variable assignment.
A developer shares key takeaways from the CSUN 2015 conference, focusing on web accessibility, user testing, and emerging assistive technologies.
Google is retiring OpenID for OAuth 2.0, requiring Azure ACS users to update their Google identity configuration by June 2015.
An analysis of software testing methodologies, comparing manual and automated approaches, and advocating for smarter random test generation.
Explores using Fabric for server orchestration, provisioning, and deployment, integrating with Vagrant and Ansible for a unified workflow.
Learn AngularJS core concepts by building a simplified, 200-line educational implementation. Understand directives, controllers, and services.
Explains why SVG is superior to CSS for creating circular navigation menus, providing an overview of the concepts and code behind a circular menu generator.
A guide on using Google's Guava Testlib to create comprehensive test suites for custom Java collection implementations.
A guide to hardening Apache web servers by disabling trace methods and hiding server tokens to prevent information disclosure.
A guide to running Xcode unit and UI tests from the terminal using xcodebuild, with tips for formatting output using xcbeautify and xcpretty.
A guide to conditionally loading Laravel 5 service providers based on the application environment, like production vs. development.
Five best practices for fostering internal collaboration and culture to succeed in open source projects, especially within large organizations.
A philosophical and technical exploration of the practical meaning of measurability in mathematical statistics, questioning its necessity for real-world data analysis.
A deep technical exploration of the complex chain of events, from a keypress to network requests, that occurs when you load a URL in a browser.
A monthly roundup of browser updates, developer tools, and web platform changes, including Opera Mini beta, Firefox Developer Edition, and debugging techniques.
Explores the differences between DevOps practices and Platform Engineering, arguing that platforms provide a consistent contract for applications.
Explains how to persist ReactJS component state using localStorage to maintain state across browser sessions, with code examples.
Explores translating blocking file I/O from C's read() to non-blocking JavaScript, focusing on concurrency and data race challenges.
A developer details creating an accessibility testing plugin for the Protractor end-to-end testing framework, integrating tools like Chrome Accessibility Developer Tools.
Explores the challenge of measuring long-term success, using the Perry Preschool Study and Head Start program as examples of initial vs. lasting outcomes.