An Exercism Syllabus for Gleam
Announcing the launch of a comprehensive Gleam programming language syllabus on the Exercism platform, including lessons and exercises.
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.
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.
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.
A tutorial on using the fileCache utility from Splendid UI to easily implement local file system caching in Node.js applications.
Introducing ServerlessSpy, a tool for writing fast, parallelizable integration tests and gaining real-time insights into serverless cloud events.
An article exploring the polarized opinions around Tailwind CSS, comparing it to disagreements over music and Mario Kart to explain differing perspectives.
Explores three methods to dynamically enable or disable Server-Side Rendering (SSR) for specific routes in a Nuxt 3 application.
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.
A guide to decomposing AWS SAM API Gateway and Lambda binding declarations into nested stacks to improve codebase maintainability.
A developer's weekly learning log covering Azure Machine Learning, Prompt Flow, Microsoft Fabric, Copilot, and an LLM hallucination paper.
A guide on using Azure Database for PostgreSQL with the vector extension as a vector store for LLM applications, including setup and integration with LangChain.
Explains challenges and best practices for handling Sidekiq background job restarts during Rails application deployments.
Explains the JavaScript Nullish Coalescing Operator (??), its syntax, and how it provides default values for null/undefined variables.