The Anatomy of Toast
A technical guide explaining the XML structure of Windows toast notifications and how the BurntToast PowerShell module simplifies their creation.
A technical guide explaining the XML structure of Windows toast notifications and how the BurntToast PowerShell module simplifies their creation.
A software architect shares 12 key lessons learned from successfully organizing and running a full-day virtual tech conference for over 500 attendees.
Learn 3 methods to shallow clone JavaScript objects, including object spread, object rest, and Object.assign(), with bonus tips for updating properties.
A beginner's guide to setting up and using Vim as a full-fledged IDE for Go development, covering benefits and essential plugins.
Learn to automate web vulnerability scanning using GitHub Actions and OWASP ZAP for DAST security testing.
A guide to implementing impact analysis in CI/CD pipelines to skip unnecessary builds and tests, saving time and resources.
A guide to common React component patterns using TypeScript, focusing on function components, props, and type definitions.
A video tutorial on using SwiftUI 2.0's LazyVGrid to build an adaptive vertical grid list with multiple layout options for iOS apps.
A guide on enabling and using audience targeting for news in SharePoint to filter content for specific users or groups.
A developer documents a live coding session where a Preact class component was converted to a function component using React hooks like useState and useReducer.
Explains how to programmatically get a list of all CSS properties and identify shorthands and their longhands using the CSS Object Model (CSS OM).
Debunks common misconceptions about the AGPL license, explaining its actual requirements and criticizing Google's portrayal of it.
A guide to fixing five common VS Code annoyances, including panel placement, window sizing, snippet suggestions, and diff view settings.
A visual guide explaining how GPT-3 is trained and generates text, breaking down its transformer architecture and massive scale.
Explains how to use RxJS's expand operator to implement a retry mechanism with retry count emission in an Angular application.
Explains the performance benefits of using contiguous memory in Cython for scientific computing and discusses debugging segfaults in low-level code.
A former Application DBA shares advanced SQL and database optimization techniques for developers, focusing on performance and efficiency.
A technical guide to calculating sunlight exposure in a garden using solar position algorithms and interactive web tools.
Explores integration styles for modules within a modular monolith architecture, discussing coupling, complexity, and data timeliness.
A guide to configuring and understanding logging in a Django web application stack using Gunicorn and NGINX for effective debugging.