ElastiCache as an ASP.NET Session Store
Guide to using AWS ElastiCache with RedisSessionStateProvider for scalable, shared ASP.NET session state, eliminating sticky sessions.
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 guide on converting Laravel 5's default frontend scaffold from CDN links to using Bower for dependency management.
A tutorial on using Gulp.js, a Node.js task runner, to automate code quality checks like PHP linting and unit testing in development projects.
A technical tutorial on creating a responsive, JavaScript-enhanced pop-out navigation menu with accessibility and mobile usability in mind.
A freelance web developer introduces their new blog, 'bits of code,' where they will share web development knowledge and lessons learned.
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.
A tutorial on using the League/CSV package to export a Laravel Eloquent collection to a downloadable CSV file.
A guide to setting up and testing Statsd and Graphite for custom application metrics and data visualization.
Announcing a free, open-source tool for collecting and parsing SQL Server deadlock graphs from system memory, aiding administrators and developers.
Monthly roundup of web browser updates, new features, bug fixes, and developer tools for testing and debugging.
A developer shares custom Git action icons created for the PHPStorm IDE toolbar to replace missing default buttons.
A web developer revisits the 'Cut the Mustard' browser feature detection technique, proposing an updated check using Page Visibility and ServiceWorker APIs.
Introducing a new open-source RESTful API add-on for Hippo CMS to manage JCR content, focusing on data export/import and deployment automation.
Explores how Java 8's default methods enable backward-compatible interface evolution, covering adding, replacing, and removing methods.
A talk and guide on using Vim and Tmux together for development, covering basics, plugins, and configuration for productivity.
A technical walkthrough implementing Row-Level Security (RLS) in Azure SQL Database using the AdventureWorks sample database.