Basics of Building a CRUD API with Ruby Sinatra
A tutorial on building a basic CRUD API using the Ruby Sinatra framework, following RESTful conventions.
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.
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.
Announcing a new book on Bicep, a domain-specific language for Infrastructure as Code on Azure, covering syntax, deployment, and advanced scenarios.
A tutorial on deploying a Quarkus application to Azure using Terraform and NubesGen, covering setup, configuration, and manual deployment.
An introduction to JAMStack, explaining its evolution from static sites to SPAs and how it creates fast, secure websites.
A tutorial on implementing end-to-end (E2E) testing in Blazor applications using the Playwright automation framework for .NET.
An in-depth technical explanation of diffusion models, a class of generative AI models that create data by reversing a noise-adding process.
A guide to planning IP address allocation for Azure Kubernetes Service clusters using Azure CNI networking, including a calculation tool.