Using Java SDK 11 on Xamarin Android Builds on Azure DevOps & GitHub Actions
Fixing Xamarin Android build failures in CI/CD pipelines by updating to Java SDK 11 on Azure DevOps and GitHub Actions.
Fixing Xamarin Android build failures in CI/CD pipelines by updating to Java SDK 11 on Azure DevOps and GitHub Actions.
Introducing a Web Component that creates a native OS sharing button from a standard HTML button element.
A technical guide on using CSS @property within Lit web components, including a workaround for shadow DOM limitations.
A technical guide on integrating TwoSlash with Shiki for enhanced TypeScript code snippets with type hints and syntax highlighting.
A comprehensive guide covering all stages of conference planning, from initial concept and budgeting to post-event follow-up.
A tutorial on building and deploying an LLM-based AI application using Prompt Flow in Visual Studio Code, from setup to containerization.
A reflection on the unnecessary rivalry between Symfony and Laravel developers, questioning why developers feel the need to strongly identify with one framework.
A technical guide on deploying the Mixtral 8x7B open-source LLM from Mistral AI to Amazon SageMaker using the Hugging Face LLM DLC.
A guide to testing Typesense search functionality using Testcontainers and .NET, including setup and a sample implementation.
Explains why the svylme package uses maximum likelihood instead of REML for survey-weighted linear mixed models, focusing on design and sampling constraints.
A simple explanation of Retrieval-Augmented Generation (RAG), covering its core components: LLMs, context, and vector databases.
A technical guide on using multibib and Quarto to create separate bibliographies for a main document and an appendix in academic writing.
Introducing CloudSecGPT, a specialized AI model trained on cloud security documentation to provide interactive insights and troubleshooting help.
An overview of JSpecify, a project creating standard annotations for null tracking in Java static analysis.
An analysis of greenhouse gas emissions from streaming digital content, discussing the DIMPACT initiative and key factors like device usage and network type.
An indie developer shares their journey switching from Unity to Unreal Engine 5 for their game Project Hack, focusing on multiplayer and cross-platform challenges.
A developer reflects on how naming conventions and web standards create layers of abstraction that make modern web development possible.
A guide on integrating Tailwind CSS into a Django application and deploying it to Heroku, including necessary JavaScript configuration.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, focusing on practical examples with GeoDjango and PostGIS.
Explains how to create single line breaks in Markdown using HTML <br> tags or trailing backslashes, with compatibility considerations.