How List Rendering Can Cause Huge Cumulative Layout Shift
Explains how list rendering in JS frameworks can cause high Cumulative Layout Shift on slow connections and offers a solution.
Explains how list rendering in JS frameworks can cause high Cumulative Layout Shift on slow connections and offers a solution.
Analyzes YAML's strengths and weaknesses, proposing key features for a better successor format in tech configuration.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at EuroPython 2021.
A tutorial on building a RESTful CRUD API using TypeScript with the NestJS and FoalTS frameworks, covering setup, controllers, and routes.
A guide to organizational compliance readiness using security frameworks like CSA, CCM, and NIST for cloud environments.
Automate creating monthly Azure update PowerPoint presentations using an Azure Function written in Python and the python-pptx library.
A tutorial comparing how to build a basic RESTful CRUD API using three popular Node.js frameworks: Express, Koa, and Fastify.
Explores how to enable foreach loops on C# types without implementing IEnumerable, using GetEnumerator methods and extension tricks.
A tutorial on building a basic CRUD API using the Ruby Sinatra framework, following RESTful conventions.
A tutorial on building a full CRUD API using Python frameworks Flask and FastAPI, following RESTful conventions.
Explains the correct and incorrect methods for analyzing subsets in survey data, focusing on statistical inference and standard error calculations.
Explains Google's Core Web Vitals (LCP, FID, CLS) for SEO, using GIFs to illustrate performance metrics and optimization causes.
Announces updates to the R survey package, including a major rewrite of svyquantile, performance improvements, and new features.
Highlights ICML 2021 invited talks on applying machine learning to scientific domains like drug discovery, climate science, poverty alleviation, and neuroscience.
A technical tutorial on creating interactive web maps using Django's GeoDjango module, PostGIS for spatial data, and the Leaflet JavaScript library.
Explains how to use Task.WhenAny with CancellationTokenSource in C# to cancel remaining asynchronous tasks after the first one completes.
A mathematical critique of additive scoring in grading and grant reviews, arguing for non-additive monotone functions.
Analysis of how major tech companies undermine mobile browser choice, harming user agency and the open web.
Analysis of native image lazy-loading's performance effects, showing overuse can harm Core Web Vitals.
A guide to creating stable udev rules for Linux hwmon interfaces, specifically for CPU temperature monitoring.