Creating Professional DSC Resources – Part 7
Part 7 of a series on creating professional PowerShell DSC resources, focusing on integration testing and best practices.
Part 7 of a series on creating professional PowerShell DSC resources, focusing on integration testing and best practices.
Explains how NPM scripts eliminate the need for globally installing command line tools by using local node_modules/.bin.
A guide to installing and using cURL with HTTP/2 support on macOS via Homebrew, including troubleshooting steps.
A technical guide on intercepting and monitoring XMLHttpRequest events in vanilla JavaScript by modifying the prototype.
Explains why sampling profilers fail at debugging tail latency and introduces Google's event tracing framework as a solution.
A student reflects on their positive experience and key learnings from participating in the Google Code-In contest with the FOSSASIA organization.
A guide on securing ASP.NET application configuration by integrating Azure Key Vault to inject secrets and connection strings.
Explains the difference between ViewChildren and ContentChildren in Angular, including how to access them and the viewProviders property.
A technical guide on using Python to scrape public data, including answers to questions, from the European Parliament website.
A developer documents the process of wiping and reinstalling their MacBook, listing essential software, tools, and customizations for a fresh development setup.
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 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 guide to using Python's tempfile.NamedTemporaryFile() for creating and managing temporary files with control over deletion.