From Mac to Windows
A developer shares their experience switching from a MacBook Pro to a Dell XPS running Windows 10, covering hardware, WSL2, and OS customization.
A developer shares their experience switching from a MacBook Pro to a Dell XPS running Windows 10, covering hardware, WSL2, and OS customization.
A developer shares the process of creating a lightweight JavaScript library for deep merging objects while preserving accessor functions.
A tutorial on integrating AWS EFS storage with AWS Lambda functions using the Serverless Framework, focusing on overcoming storage limits for serverless applications.
A guide to using Object.keys(), Object.values(), and Object.entries() methods to extract and work with JavaScript object properties.
Explains how JavaScript's setTimeout function can be used to sort an array by leveraging the event loop and delay timers.
A developer shares the value of SQL Server Profiler for debugging and performance analysis, offering tips for creating effective custom trace templates.
A technical guide on using C# and Azure Functions to programmatically set tags on Azure subscriptions via the ARM API.
A developer builds a privacy-focused web analytics system from scratch, avoiding cookies and PII to eliminate GDPR notices.
Explores automating open source community tasks like code review and issue management using CI tools and bots to scale projects efficiently.
Advice for aspiring open-source contributors: focus on solving your own problems and building skills, not just contributing to popular projects.
Explains why pre-flight network checks are flawed in iOS and recommends using Apple's Adaptable Connectivity APIs for better reliability.
A developer's notes on the book 'Working In Public', exploring open-source sustainability, contributor dynamics, and the role of platforms like GitHub.
Nginx 1.19 Docker images now support environment variables and templates, enabling dynamic configuration for proxying APIs in containerized apps.
Explains the security risks of target='_blank' links and how the 'noopener' and 'noreferrer' attributes protect against them.
Explains the importance of focus outlines for accessibility and provides methods to style or conditionally hide them using CSS and JavaScript.
Explains how to implement exhaustive pattern matching in TypeScript for type-safe code, preventing unhandled cases when adding new features.
Argues that data scientists should own the entire process from problem identification to solution deployment for greater impact and efficiency.
A tutorial on importing data from an Excel spreadsheet to create a new SharePoint list, highlighting its integration benefits.
Guide to enabling Azure Active Directory integration for AKS clusters using Managed Identity and ARM templates.
A guide to programmatically list all Azure subscriptions with tags using C#, Azure Functions, and the Azure Resource Graph SDK for efficient queries.