Multiple authentication guard drivers (including API) in Laravel 5.2
Explains how to use multiple authentication guards, including API tokens, in Laravel 5.2 for web and stateless API routes.
Explains how to use multiple authentication guards, including API tokens, in Laravel 5.2 for web and stateless API routes.
Highlights from Render Conf 2016 covering web technologies, including Progressive Web Apps, meaningful animation, and front-end testing tools.
A developer builds a real-time function index search tool using Cycle.js, exploring its observable-based architecture and comparing it to other frameworks.
AWS explains its infrastructure and disaster preparedness to ensure high availability and reliability for hosted applications during major weather events.
A guide to implementing multi-tenant SaaS applications using ASP.NET Core and the SaasKit toolkit for tenant identification and resolution.
Explains a subtle async/await issue with CoreDispatcher.RunAsync in UWP and provides a solution using TaskCompletionSource.
Advocates for browsers to display image alt text during loading to improve UX on slow connections and accessibility.
A PowerCLI one-liner to calculate total allocated memory for powered-on VMs in a VMware vCenter environment.
A guide to using Python's tempfile.NamedTemporaryFile() for creating and managing temporary files with control over deletion.
A developer shares insights from a team hackathon building a todo app with Laravel and Vue.js, emphasizing the power of building tools for personal use.
A data analysis of a radio station's song rotation patterns using vector math and statistical methods to test anecdotal claims about repetitive playtimes.
Introducing letsencrypt-aws, a tool to automate Let's Encrypt SSL certificate issuance and renewal for AWS infrastructure like ELBs.
A Google engineer reflects on their first year, covering travel, speaking at major events like Google I/O, and technical challenges with demos.
A guide on converting Docker containers to runc for desktop use, focusing on user namespace control and custom networking tools.
Explains how CSS cascade prioritizes rules based on importance and origin before specificity, detailing user/author styles and !important.
A guide on how to write unit tests for Swift code that uses the delegate pattern for asynchronous operations, using XCTest and the Spy test pattern.
A critique of complex multi-environment deployment workflows, arguing they create more problems than they solve.
A guide to creating visually enhanced git log aliases for better branch topology visualization in the terminal.
A consultant explains a method for prioritizing website speed improvements based on user impact and implementation difficulty.
Explains how to configure ASP.NET Core logging to display debug-level messages by adjusting both the ILoggerFactory and provider settings.