Using Markdown in Django
A guide to creating a custom Markdown extension for Django to validate and transform links, improving content management for non-technical writers.
A guide to creating a custom Markdown extension for Django to validate and transform links, improving content management for non-technical writers.
A tutorial on building a COVID-19 dashboard and interactive map application using Gatsby, React, and the Leaflet mapping library.
Introduces Layrry, an open-source launcher and API for assembling and running modularized Java applications using Maven coordinates and module layers.
Introduces Layrry, an open-source launcher and API for assembling and running modular Java applications using Maven coordinates and module layers.
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.
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 developer's guide to building a static website using Sapper, Svelte, and WordPress as a headless CMS for blog content.
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 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 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 on adding ReDoc code examples to Django REST Framework API documentation using the drf-yasg package and custom schema generation.
A technical tutorial on mapping COVID-19 cases in New Zealand by District Health Board using R and the DHBins package.
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 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.