Generate a PowerPoint file using Azure Functions and Python
Automate creating monthly Azure update PowerPoint presentations using an Azure Function written in Python and the python-pptx library.
Automate creating monthly Azure update PowerPoint presentations using an Azure Function written in Python and the python-pptx library.
A guide to organizational compliance readiness using security frameworks like CSA, CCM, and NIST for cloud environments.
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.
Announces updates to the R survey package, including a major rewrite of svyquantile, performance improvements, and new features.
Explains Google's Core Web Vitals (LCP, FID, CLS) for SEO, using GIFs to illustrate performance metrics and optimization causes.
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.
A developer's status update covering progress on a new programming language, aerc maintainer change, and SourceHut GraphQL API work.
Explores how C# string interpolation uses boxing/unboxing and its performance impact, comparing string.Format and string.Concat.
A guide to building a free URL shortener/tracker using Java, Spring Boot, MongoDB, and Azure, focusing on cost control and free-tier services.
A tutorial on implementing basic drag & drop functionality for UICollectionView in iOS, covering both drag-out and drop-in scenarios.