Azure WebApps- What's New: September 2023
A monthly roundup of new features for Azure WebApps, including free WordPress hosting and secure storage mounting via Key Vault.
A monthly roundup of new features for Azure WebApps, including free WordPress hosting and secure storage mounting via Key Vault.
A deep dive into the internal workings, history, and implementation of async/await in Swift, exploring its design and gotchas.
Azure Resource Graph can now be queried directly from Log Analytics, enabling new KQL capabilities and integration for alerts.
A guide to using memory-mapped files and overlaid structs in C# for efficient file I/O operations.
Ghostty terminal emulator devlog covering GUI improvements, beta growth, and a discovered Vim bug related to TERM variable handling.
Announcing the launch of a comprehensive Gleam programming language syllabus on the Exercism platform, including lessons and exercises.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
A guide on integrating Sentry error monitoring into a Nuxt 3 application, covering both server and client-side setup.
A tutorial on using the dotnet-sonarscanner CLI tool to analyze a .NET solution and generate reports with SonarQube.
Explains how to use Azure Compute Gallery for scalable, multi-tenant desktop image management in Azure Virtual Desktop deployments.
Explores three methods to dynamically enable or disable Server-Side Rendering (SSR) for specific routes in a Nuxt 3 application.
An article exploring the polarized opinions around Tailwind CSS, comparing it to disagreements over music and Mario Kart to explain differing perspectives.
A benchmark analysis of deploying Meta's Llama 2 models on Amazon SageMaker using Hugging Face's LLM Inference Container, evaluating cost, latency, and throughput.
Introduces an app that adds AI actions (GPT, Claude, Ollama, Groq) to Apple's Shortcuts app, requiring your own API keys for secure use.
A guide to configuring JetBrains Rider and ReSharper to properly recognize and support the Feature Folders pattern in ASP.NET Core MVC projects.
Introducing ServerlessSpy, a tool for writing fast, parallelizable integration tests and gaining real-time insights into serverless cloud events.
A tutorial on using the fileCache utility from Splendid UI to easily implement local file system caching in Node.js applications.
A Swift Combine extension to simplify removing nil values from publishers by replacing .compactMap { $0 } with .compactMap().
Guide on enabling NET_ADMIN to run custom service meshes like LinkerD on Google Kubernetes Engine (GKE) Autopilot clusters.
A guide explaining how to dynamically load images in Vue 3 and Nuxt 3 applications, covering strategies for using the public and assets folders.