React Router and Nginx over HTTP/2
A guide to configuring Nginx with HTTP/2 to properly serve a React Single Page Application using React Router, including performance tuning with server push.
A guide to configuring Nginx with HTTP/2 to properly serve a React Single Page Application using React Router, including performance tuning with server push.
A developer's guide to building a static website using Sapper, Svelte, and WordPress as a headless CMS for blog content.
Explains how to use the OAuth 2.0 device authorization grant for secure user authentication in desktop applications.
Explains the JavaScript methods call, bind, and apply, focusing on how they control the 'this' keyword's scope in functions.
A detailed guide explaining the 'this' keyword in JavaScript, covering its behavior, common misconceptions, and how its reference is determined.
A quick tip on using Visio's 'Fit to Drawing' feature to automatically resize the canvas to fit its contents for publishing.
An introduction to using Linux kernel probes (kprobes) with eBPF and BCC for dynamic kernel debugging and tracing.
A technical guide on building a serverless app to collect and store Twitter data for stock sentiment analysis using AWS Lambda and DynamoDB.
A technical guide on building a serverless app using AWS Lambda and Comprehend to analyze sentiment from tweets about companies.
A guide to optimizing the speed of calculating pairwise overlaps for many sets, using a biological data analysis example and progressive brute-force improvements.
Explores the statistical challenges and potential bias when adjusting stratification variables during multi-wave sampling for population estimation.
A guide on adding ReDoc code examples to Django REST Framework API documentation using the drf-yasg package and custom schema generation.
A developer's analysis of how a minor version update in a Composer dependency caused a breaking change in a Laravel project, highlighting versioning pitfalls.
A technical tutorial on mapping COVID-19 cases in New Zealand by District Health Board using R and the DHBins package.
A developer builds and styles the onboarding flow UI for a SaaS product using Python, Django, and Tailwind CSS.
A guide to using the Ardusimple simpleRTK2B GNSS kit for centimeter-accurate RTK positioning, including Bluetooth module integration.
An enterprise architect discusses the challenges of data validation speed, automation, and the essential role of human intuition in ensuring data quality.
An introductory guide explaining what Git is, its purpose for version control, and the basics of commits for developers.
A guide to setting up Terraform with remote state storage in Azure and using workspaces for managing development and production environments.
A guide to using Vapor's command-line tools for building, running, and managing Swift server applications, including serve, migrate, and log commands.