This article introduces ds4 (DwarfStar 4), which now supports DGX Spark. It explains installation, compilation, running as an OpenAI/Anthropic-compatible server, registering as a systemd service, and connecting from Claude Code.
Explains how to run Qwen3.8-27B locally on DGX Spark with llama.cpp and use it from Claude Code. Covers build, systemd setup, Jinja template, Claude Code integration.
This article explains how Tanzu Spring purchasers can configure their Maven repositories and obtain access tokens for Spring Enterprise. It also notes that versions no longer supported in the OSS release are available.
This article shows how to install VMware Tanzu for Postgres 18.2 on Rocky Linux 9 running on OrbStack using a Patroni HA setup, covering Etcd and HAProxy configuration and failover verification.
This article introduces how to instrument JDBC operations in Spring Boot using Datasource Micrometer and visualize SQL logs, traces, and metrics in Grafana.
In Spring Batch 6 / Spring Boot 4, a database is no longer required by default. This article shows how to create a Hello World job and run it with a GraalVM native image.
In this article, we introduce how to send logs from Spring Boot via OTLP using the alpha version of opentelemetry‑logback‑appender and a custom Auto‑Configuration, presenting a configuration procedure and implementation example that does not require a logback‑spring.xml.
In this article, we show how to deploy the S3‑compatible storage RustFS to Fly.io within the free tier, covering configuration steps and how to use the console and the aws CLI.
In this article, we will introduce the steps to create a HelloWorld server and client using Spring gRPC, and also implement testing, observability, reactor, and native images.