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.
Part 1 of a series on using the Microsoft Solutions Framework (MSF) process model to build an enterprise-scale IoT Mixed Reality application.
A tutorial on implementing file upload functionality using React.js for the frontend and Node.js with Express for the backend.
Explores the productivity and performance benefits of upgrading to ASP.NET Core 2.1, highlighting features like HttpClientFactory.
A developer continues building an app with Angular and ASP.NET Core, focusing on shopping cart functionality, component refactoring, and VS Code extensions.
A guide on using PowerShell to retrieve the ForceChangePassword setting for Office 365 users via the AzureAD module.
A guide on overcoming procrastination and building consistent work habits for developers, focusing on systems over motivation.
A tutorial on building a photo booth app using ASP.NET Core for the backend and Angular for the frontend, integrating Azure and Twilio.
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.
A data science leader shares challenges of scaling a data science team at Lazada, focusing on balancing business input with ML automation.
Explains the bcrypt() function in Terraform for creating secure password hashes, including examples and usage.
A developer advocate shares their journey from burnout to a new 100% advocacy role focused on accessibility tools and services at Deque Systems.
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.