Mapping NZ cases of COVID-19
A technical tutorial on mapping COVID-19 cases in New Zealand by District Health Board using R and the DHBins package.
A technical tutorial on mapping COVID-19 cases in New Zealand by District Health Board using R and the DHBins package.
A developer explores Google Fonts subsetting to reduce font file sizes, sharing performance tests and results from implementing it on a website.
A web developer discusses the resurgence of blogging and the importance of owning your content, while introducing his agency and educational resources.
Announcement for a full-day workshop on SQL Server Columnstore Indexes at SQLSaturday Vienna 2020, covering practical techniques across multiple versions.
Explores why Perforce is the dominant source control system in AAA and large-scale game development, comparing it to Git.
Analyzes how major software changes like Python 3 and asyncio can be 'traumatic' for developer communities, causing wasted effort and code rot.
Explores compatibility of Columnstore Indexes with new features in SQL Server 2019, including Approximate Distinct Count and Scalar UDF Inlining.
An exploration of predictive analytics, its historical roots in human nature, and its modern implementation through data science and AI technologies.
Explains the role and implementation of 'stubs' or 'thunks' within the .NET Runtime, detailing their purpose in method dispatch and indirection.
A developer shares how they built a low-cost Azure game using Logic Apps and Face API for event engagement, with code on GitHub.
A technical note on calculating denominator degrees of freedom in survey-weighted generalized linear models (svyglm) for complex sample designs.
Explains Events Driven Architecture for iOS using MERLin, focusing on decoupling components, producers, listeners, and benefits like testability.
Explores how multiple dispatch in Julia enables mathematically correct code, using complex number division as a key example.
An analysis of Cohesity's evolution from a backup appliance vendor to a data aggregator, using aggregation theory to explain its cloud strategy.
Learn how to submit your Gatsby site to the official showcase for free publicity, open-source contribution, and swag.
Explains why pow() is slower than ** in Python using the dis module and introduces the concept of constant folding.
Troubleshooting guide for resolving a silent error when launching ASP.NET Core applications in IIS Express during development.
A detailed review of the book 'Reactive Programming in Spring 5', covering reactive streams, Reactor, WebFlux, and Spring's reactive ecosystem.
Analyzes security risks in npm package installation, highlighting the dangers of arbitrary code execution and advocating for cautious dependency management.
Explores optimal sampling design for logistic regression in case-control studies, analyzing Neyman allocation and two-phase sampling variances.