24th January 2020 at 13:38
Andy shares how switching to Netlify's nameservers dramatically improved his site's time to first byte, with a Web Page Test report.
Andy shares how switching to Netlify's nameservers dramatically improved his site's time to first byte, with a Web Page Test report.
A quick fix for Fantastical or Mac Calendar not displaying Google Shared Calendars by adjusting sync settings.
Andy shares a technical tip about improving DNS resolution by pushing domain nameservers to Netlify, along with an introduction to his work.
A technical guide on configuring Kafka Connect to stream data from Kafka topics into InfluxDB, covering schema requirements and connector setup.
Explores 5 key use cases for AWS Lambda, including HTTP APIs, data processing, and IoT, highlighting its cost-efficiency and scalability.
A developer episode on styling a Django template's tabular view using Tailwind CSS, including column highlighting and data structure explanation.
A short guide on enhancing PowerShell toast notifications with custom icon buttons using the BurntToast module.
A web developer recommends a perfect guide to understanding CSS cascade and specificity, which are often cited as reasons why CSS is difficult.
A guide to using JavaScript template strings (template literals) for string interpolation, including syntax, placeholders, and best practices.
Answers and historical context for a 1984 Unix/mpx exit quiz, covering early Unix trivia, commands, and Bell Labs lore.
Explains a Kafka Connect ClassCastException error related to schemas and provides solutions for fixing JSON converter configuration.
Three methods for AWS Lambda functions in a VPC to access AWS services like CloudWatch, including NAT Gateway and VPC endpoints.
Announces version 3.37 of the R 'survey' package, detailing new features for statistical analysis with complex survey data.
A tutorial on creating multi-line gradient text links with CSS, covering browser compatibility and styling underlines.
Explores 2020 web trends: extensibility via CSS Houdini & variable fonts, and interoperability, focusing on component-based development.
The author adds Tailwind CSS to style a Django SaaS project, fixes a logout issue, and explains utility-first CSS.
Explains how Django processes web requests using URL configurations (URLconf) to route URLs to the appropriate Python views.
Survey of experimental methods used by authors at NeurIPS 2019 and ICLR 2020, focusing on hyperparameter tuning, baselines, and reproducibility.
A technical guide to monitoring Sonos device health by streaming diagnostics data through Kafka, ksqlDB, InfluxDB, and visualizing with Grafana.
How to fix the Java UnsupportedClassVersionError when building a Docker image for ksqlDB by switching to JDK 8.