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.
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.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, focusing on practical examples with GeoDjango and PostGIS.
Specification and development status of valarmd, a paused daemon project for showing desktop notifications from calendar alarms.
Part 6 of a VORON 3D printer build series, covering the first printing attempts, tuning steps like belt tension and input shaping, and troubleshooting common issues.
Explores how Dremio's platform simplifies building and managing Apache Iceberg-based data lakehouses with governance, performance, and self-service.
A developer's experience using Sweep, an LLM-powered tool that generates pull requests to write unit tests and fix code in a GitHub workflow.
Building an image search system using GPT-4 Vision and Azure AI to find images via text queries or similar pictures.
Overview of Pelican 4.9's updated 'Simple' theme, featuring semantic HTML and support for classless CSS frameworks.
Explains how to use Azure AI Search's integrated vectorization for automatic query and field vectorization, with portal and indexer examples.
A guide to customizing the macOS About Panel in a SwiftUI application using project settings, bundle files, and code.
Explores using Kusto update policies in Azure Data Explorer to implement Change Data Capture (CDC) for IoT data streams, as an alternative to Azure Functions.
An update on vdirsyncer's development, focusing on the design and requirements of a new low-level iCalendar/vCard parser for performance and specific use cases.
A technical guide on measuring test coverage for Rust projects using llvm-profdata and llvm-cov tools.
Explores integrating GitHub Actions with AWS services like CodeCatalyst and CodeBuild to maximize development efficiency and workflow automation.
A developer shares their default apps and tools for 2023, covering email, notes, coding, cloud storage, and productivity software.
Paolo Melchiorre announces his candidacy for the 2024 Django Software Foundation board, outlining his experience and goals for the Django community.
A tutorial on building a custom GPT with FastAPI and Azure AI Search to answer questions about blog content using custom actions.
A comprehensive guide to implementing Object-Oriented Programming (OOP) design patterns in JavaScript, covering creational, structural, and behavioral patterns.