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.
Learn AngularJS core concepts by building a simplified, 200-line educational implementation. Understand directives, controllers, and services.
A guide to hardening Apache web servers by disabling trace methods and hiding server tokens to prevent information disclosure.
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 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.
Tutorial on using NSFetchedResultsController with Swift to display Core Data in a UITableView.
Guide on using NSFetchedResultsController with UITableView in Swift to display Core Data efficiently.
Explains how to persist ReactJS component state using localStorage to maintain state across browser sessions, with code examples.
Guide to using AWS ElastiCache with RedisSessionStateProvider for scalable, shared ASP.NET session state, eliminating sticky sessions.
Explains the updated rules for valid JavaScript variable names in ES2015, including Unicode support and reserved words.
A developer's troubleshooting story about how inconsistent casing in a NuGet package ID caused build failures on Linux and the steps taken to resolve it.
A technical tutorial on creating a responsive, JavaScript-enhanced pop-out navigation menu with accessibility and mobile usability in mind.
DevNexus 2015 conference seeks room volunteers to monitor sessions in exchange for free attendance on alternate days.
Explains how to use immutable data structures from Immutable.js to improve AngularJS application performance by optimizing change detection.
Explores client-side web security technologies like HPKP, CSP pinning, and HSTS that help protect against attacks by pinning trust to the browser.
Analysis of London bus arrival times using Python, Matplotlib, and TfL data to test if buses come in pairs.