What's New for OpenAPI with .NET 9
Explores the new Microsoft.AspNetCore.OpenApi package in .NET 9 for generating OpenAPI documents, comparing it to NSwag and Swashbuckle.
Explores the new Microsoft.AspNetCore.OpenApi package in .NET 9 for generating OpenAPI documents, comparing it to NSwag and Swashbuckle.
Argues that cryptographic signatures, like backups, are only valuable if they can be reliably verified, not just created.
A tutorial on implementing file downloads in Remix using the useFetcher hook, covering resource routes and dynamic file generation.
A step-by-step guide to configuring a site-to-site VPN connection between a UniFi Dream Machine and an Azure VPN Gateway.
Explains how to compute specific entries of the inverse of a sparse symmetric positive definite matrix in C++ using Eigen and the Takahashi recursions.
A guide for software engineers on structuring technical presentations using a storytelling framework to engage audiences effectively.
A technical guide on building a block sparse matrix in C++ using the Eigen library, focusing on memory layout and performance.
A technical analysis using R and the DHBins package to visualize New Zealand's National Land Transport Plan expenditure data via hexmaps.
A technical analysis testing the performance impact of enabling caching in Amazon API Gateway, comparing response times with and without cache.
A developer shares insights and practical advice on using Java with the AWS Cloud Development Kit (CDK) for Infrastructure as Code.
Introducing GestureButton, a new open-source SwiftUI component for handling custom gestures in iOS development.
Analyzes Paul Graham's 'Founder Mode' concept, exploring how founders maintain vision and avoid management pitfalls through writing-intensive culture.
Explores five key trends shaping the data lakehouse architecture, including storage evolution, table formats, and catalog competition.
A technical tutorial on creating interactive data tables by web-scraping with R's rvest package and styling with reactable.
Slides and code for an ElixirConf 2024 talk about improving software quality through more effective testing strategies.
Announcing the 2024 Ihaka Lectures series, featuring talks on literate programming, data journalism, and using R in government.
Discusses the pros and cons of soft deleting database records, including implementation, performance, and alternatives.
Interview with iOS developer Joe Fabisevich about his indie app Plinky, its development journey, and getting featured on the App Store.
Exploring Go middleware, request context, and database usage with the standard library, continuing a series on building web apps.
Explains how adding Unix domain socket support to vdirsyncer provides flexibility for advanced CalDav sync scenarios without bloating the core code.