Async Workflows
Explores building complex asynchronous workflows in iOS/macOS using NSOperation and NSOperationQueue, covering dependencies, data passing, and progress tracking.
Explores building complex asynchronous workflows in iOS/macOS using NSOperation and NSOperationQueue, covering dependencies, data passing, and progress tracking.
A developer explains why he switched from his custom static site generator, handroll, to the popular Hugo framework.
Explores how engineers gain and wield influence within tech organizations, contrasting it with managerial power and emphasizing the power of creation.
Explains the max() interpolation function in Terraform, showing its syntax, usage examples, and limitations.
A technical tutorial using BenchmarkDotNet to compare the performance of string.Compare vs == operator in .NET Core for string comparison.
Explains how JavaScript engines optimize prototype property access, covering optimization pipelines, trade-offs, and performance fundamentals.
Explains the Terraform matchkeys() function, its syntax, and provides practical examples for filtering values based on key matches.
Explains the map() interpolation function in Terraform, including its syntax, usage examples, and practical applications.
Explores the differences between junior and senior software engineers, the importance of mentorship, and how learning defines roles in a fast-evolving field.
A developer's hands-on exploration of Lit-HTML, a fast templating library using web standards instead of Virtual DOM.
Explores the unintended negative consequences of HTTPS on local caching servers in low-bandwidth, high-latency environments like Uganda.
A technical guide on using Ansible's azure_rm_resource module to programmatically accept Azure Marketplace terms for a VM image.
A data science tutorial using Leaflet to map Wellington bus locations and lateness, analyzing real-time transit data with R.
Explains the lower() function in Terraform, a built-in interpolation function for converting strings to lowercase.
Explains how to use Angular Libraries to implement the Client-side UI Composition pattern for integrating multiple microservice UIs into a single, consistent front-end.
Explains the Terraform lookup() function for retrieving values from maps, including examples and use cases.
Explains pattern-based regionalization using GeoPAT 2 software to segment landscapes into homogeneous regions based on spatial patterns.
A guide to using virtual audio cables to share system sounds (like notification alerts) during Skype for Business presentations.
A tutorial on deploying the Istio service mesh on Azure Kubernetes Service (AKS), covering cluster creation and Istio installation.
Explores the evolution from basic Autoencoders to Beta-VAE, covering their architecture, mathematical notation, and applications in dimensionality reduction.