Columnstore Indexes – part 124 (“Estimate Columnstore Compression”)
Introduces a custom stored procedure for estimating compression savings for SQL Server Columnstore Indexes, filling a gap in native tooling.
Introduces a custom stored procedure for estimating compression savings for SQL Server Columnstore Indexes, filling a gap in native tooling.
A guide to creating excellent reproducible examples (reprexes) in R, covering the three key principles and a keyboard shortcut tutorial for RStudio.
Explains the attention mechanism in deep learning, its motivation from human perception, and its role in improving seq2seq models like Transformers.
A developer continues building an app with Angular and ASP.NET Core, focusing on shopping cart functionality, component refactoring, and VS Code extensions.
Explains the Terraform chomp() function, which removes trailing newlines from strings, with examples and practical use cases.
Explores the new online rebuild feature for Clustered Columnstore Indexes in SQL Server, detailing its significance and testing methodology.
A tech company shares lessons on using Slack effectively for remote team communication, balancing productivity with reducing distractions.
A tutorial on building an app with Angular and ASP.NET Core, focusing on services, events, and cross-component communication for a shopping cart.
Explains the ceil() interpolation function in Terraform, including its syntax, usage examples, and behavior with different data types.
Explains the bcrypt() function in Terraform for creating secure password hashes, including examples and usage.
A guide to using Pygments and command-line tools to generate syntax-highlighted code for presentations in Keynote or PowerPoint.
OpenIddict RC3 release introduces revamped registration APIs, specialized service builders, and a new validation handler for ASP.NET Core.
A tutorial on web scraping basics using Python's lxml library and XPaths, demonstrated by extracting data from Steam.
A developer's progress update on building an app with Angular and ASP.NET Core, covering pagination, Font Awesome, and layout.
Explains Terraform's base64sha256() and base64sha512() functions with examples, part of a series on built-in interpolation functions.
How to fix the 'Provider not registered' error when deploying Azure Kubernetes Service (AKS) in a newly available Azure region via Cloud Shell.
Explains how to specify the full path to PowerShell.exe in Windows Scheduled Jobs for improved security, preventing path interception attacks.
A technical guide explaining the Terraform base64gzip() function, its syntax, and practical usage examples.
Highlights from a deep learning conference covering optimization algorithms' impact on generalization and human-in-the-loop efficiency.
Announcing the RTM release of aspnet-contrib OAuth 2.0/OpenID 2.0 social providers for ASP.NET Core 1.x and 2.x, with a list of available packages.