About:
The blog 'The art of simplicity' is authored by Bart Wullems. The blog focuses on sharing insights and knowledge about software development, with an emphasis on simplicity and effective solutions.
Website:
Subscribe to RSS:
A bug in ASP.NET MVC's filter deduplication logic created a security vulnerability by discarding a global authorization filter, leading to broken access control.
A SQL Server migration pipeline faced lock wait timeouts due to shared locks from a SELECT statement, resolved by using READ UNCOMMITTED isolation level to prevent contention.
Delegation in GitHub Copilot CLI allows users to offload tasks to cloud agents and create custom agents for specialized work, enhancing productivity.
The /fleet command in GitHub Copilot CLI enables users to efficiently parallelize tasks by dividing them into smaller, manageable subtasks handled by subagents.
DuckDB is a powerful in-process database for efficiently querying local Parquet and Delta files using standard SQL, outperforming traditional tools like pandas and Spark.
Hooks in GitHub Copilot CLI enable automation and policy enforcement by allowing custom scripts to run at key moments during a session, enhancing security and productivity.
An InvalidOperationException in ASP.NET Core's Minimal APIs is caused by a breaking change in .NET 6 regarding TryParse method validation, which can be resolved by renaming the method.
Choosing between Python and PySpark in Microsoft Fabric depends on dataset size and task complexity, with PySpark ideal for large-scale processing and Python for smaller, exploratory tasks.
A guide to creating an interactive application health dashboard using Azure Workbooks for monitoring on-premise application components.
[AsParameters] in ASP.NET Core simplifies long parameter lists in minimal APIs by allowing related parameters to be grouped into a single class or record.
A guide on creating a custom agent skill for Application Insights in VS Code, streamlining repetitive setup tasks through reusable instructions.
ActionFlix is an innovative app that turns rom-coms into action thrillers, showcasing the advancements in AI tools that streamline the development process.
Pattern matching in C# simplifies switch expressions by reducing repetition and enhancing code clarity through logical pattern combinators.
Effective session management in GitHub Copilot CLI enhances productivity by allowing users to pause, resume, and organize their work seamlessly across different environments.
OneLake File Explorer enhances the Microsoft Fabric experience by allowing users to manage data directly through Windows File Explorer, streamlining workflows and reducing overhead.
The post wraps up a series on building a monitoring solution with Azure, focusing on data flow, troubleshooting, and potential enhancements like alerting and automation.
The post explains how to resolve the issue of failing to set a git tag in Azure Pipelines by enabling OAuth token access in the pipeline settings.
Central Management Servers in SQL Server Management Studio streamline the management of multiple SQL Server instances, enhancing efficiency and simplifying multi-server queries.
Learn how to interact with OneLake files locally using Python, including reading Parquet and Delta Lake files with practical code examples.
Successful internal communities thrive on action and participation, not meticulous planning, as they awaken existing desires for connection and contribution.
Copilot Memory enhances GitHub Copilot in VS Code by allowing it to remember user preferences and coding standards for more personalized assistance.
The AI Statistics feature in VS Code prompts developers to reflect on their coding habits by tracking AI versus manual typing usage.
Understanding the various modes of GitHub Copilot CLI can significantly improve coding efficiency and workflow management in the terminal.
The /init command in VSCode simplifies the customization of GitHub Copilot instructions, improving efficiency in AI-assisted coding workflows.