VMworld 2018 US: HCI1469BU- The Future of vSAN and Hyperconverged Infrastructure
A VMworld 2018 session summary covering new vSAN 6.7U1 features, future HCI directions, and customer adoption stories.
A VMworld 2018 session summary covering new vSAN 6.7U1 features, future HCI directions, and customer adoption stories.
A technical guide on using kafkacat to send multiline messages to Apache Kafka topics with custom delimiters.
Explains the Terraform sort() function, its syntax, usage examples, and limitations for sorting lists in lexicographical order.
A critique of modern web bloat and a case for conservative web development principles like minimal JavaScript and optimized assets.
Summary of a VMworld 2018 session detailing the evolution and future roadmap of the vSphere HTML5 client, including new features and deprecation plans.
A guide to implementing custom model binders in ASP.NET Core to handle multipart requests containing both JSON data and file uploads.
Explains changes to window timestamp handling in KSQL aggregations and how to integrate them with Elasticsearch for visualization.
GoScan v2 is an interactive network scanner built in Go, automating and abstracting nmap for penetration testing and CTFs.
A developer introduces GoScan, a network scanner tool written in Go, and explains how learning Go led to its creation and features like historical port tracking.
Explains a workaround for creating private properties in Swift protocols to hide implementation details from conforming types.
Explains the slice() function in Terraform for extracting subsets from lists, with examples and use cases.
Explains the Terraform signum() function, which returns -1, 0, or 1 based on an integer's sign, with use cases and examples.
Explains .NET Core shared frameworks, comparing framework-dependent vs. self-contained deployments and detailing how the host loads dependencies.
Explains four levels of customer targeting, from no segmentation to advanced recommendation systems, and their business applications.
Explains Terraform's sha1(), sha256(), and sha512() hash functions, their usage, and security considerations.
Explores the Fuzzlyn project, a fuzzer that generates random C# programs to find bugs in the .NET JIT compiler by comparing Debug and Release outputs.
A critique of traditional statistics education, arguing for a more data-driven, question-focused approach using modern tools.
Final post in the GeoPAT 2 series, exploring advanced pattern-based spatial analysis methods and integration into custom workflows.
Explains the Terraform rsadecrypt() function for decrypting base64-encoded strings with an RSA key, including a practical example.
An exploration of concurrency fundamentals, starting from basic concepts like threads and locks to build a foundation for writing faster, more understandable programs.