Columnstore Indexes – part 125 (“Estimate Columnstore Compression as a System Stored Proc”)
Explores Microsoft's new Columnstore compression estimation in SQL Server 2019, comparing it to a custom system stored procedure.
Explores Microsoft's new Columnstore compression estimation in SQL Server 2019, comparing it to a custom system stored procedure.
A talk exploring strategies for implementing rate limiting and request throttling in web applications to handle user traffic and prevent abuse.
A technical guide on optimizing Docker multi-stage builds for ASP.NET Core to reduce build times by caching dependency restoration.
Explains a better approach for asynchronous initialization in ASP.NET Core apps, moving it from middleware to the Program.Main method.
A developer's summary of recent and upcoming technical projects, including blog series on Dapper.NET, Clojure, .NET Core, and Angular with Auth0.
A technical guide on deploying Red Hat OpenShift, an enterprise Kubernetes platform, on Microsoft Azure using ARM templates and Ansible.
Critique of HandCash wallet's centralized $handle system, highlighting security risks and trust issues in Bitcoin Cash transactions.
Explains the Terraform zipmap() function, which creates a map from two equal-length lists, with examples and use cases.
A preview of PostgreSQL 11's key new features, including usability improvements, safer column additions, and performance enhancements like JIT compilation.
Explores Apple's Marzipan project for porting iOS UIKit apps to macOS, including architecture, hacks, and future SDK availability.
Explains the Terraform values() function, which extracts values from a map, with examples and use cases.
A tutorial on using jmxterm to connect to and inspect JMX MBeans, specifically for monitoring Apache Kafka and KSQL metrics.
Explains the uuid() function in Terraform, covering its usage, purpose, and technical details of RFC 4122 v4 UUID generation.
An improved CSS refresh bookmarklet that reloads stylesheets, including those within iframes, for web development.
Explains the Terraform urlencode() function, its purpose for URL sanitization, and provides usage examples.
How V8 engine improved DataView performance to match or surpass TypedArrays, enabling its use in performance-critical JavaScript applications.
Guide on configuring JMX metrics access for Apache Kafka and related services running in Docker containers from the host machine.
A technical guide explaining the upper() interpolation function in Terraform, including its syntax, usage examples, and practical applications.
An overview of tools and techniques for creating clear and insightful diagrams to visualize complex neural network architectures.
Explains the Terraform trimspace() function, its usage, and examples for removing trailing whitespace from strings.