Programmer DD
Author

Programmer DD

A tinkering programmer and author of "Spring Cloud Microservices in Action"

3.1k
Articles
0
Likes
5.8k
Views
0
Comments
Recent Articles

Latest from Programmer DD

100 recent articles max
Programmer DD
Programmer DD
May 13, 2025 · Backend Development

Why PocketBase Is the Ultimate One‑File Backend for Rapid Development

PocketBase is a lightweight, Go‑based open‑source backend that bundles a real‑time SQLite database, user management, file storage, and a visual admin panel into a single executable, offering fast deployment, extensible APIs, and easy Docker or binary installation for small‑to‑medium projects.

APIBackend DevelopmentPocketBase
0 likes · 4 min read
Why PocketBase Is the Ultimate One‑File Backend for Rapid Development
Programmer DD
Programmer DD
Apr 29, 2025 · Artificial Intelligence

Why Qwen3 Is Redefining Open‑Source LLMs: Mixed‑Inference Power and Unmatched Performance

Qwen3, Alibaba’s latest open‑source large language model, introduces a pioneering mixed‑inference architecture that blends top‑tier reasoning and non‑reasoning capabilities, delivering record‑breaking benchmark scores, multilingual support for 119 languages, cost‑effective deployment, and a 128K context window, now accessible via Ollama and OpenRouter.

AI BenchmarkQwen3large language model
0 likes · 5 min read
Why Qwen3 Is Redefining Open‑Source LLMs: Mixed‑Inference Power and Unmatched Performance
Programmer DD
Programmer DD
Mar 25, 2025 · Artificial Intelligence

How to Build an MCP Client‑Server with Spring AI for LLM‑Powered Apps

This article demonstrates how to implement the Model Context Protocol (MCP) using Spring AI, covering the creation of MCP hosts, clients, and servers, configuring dependencies, integrating Claude, adding Brave Search and filesystem tools, and building a functional chatbot that leverages external data sources through standardized LLM interfaces.

LLMModel Context Protocolai-integration
0 likes · 15 min read
How to Build an MCP Client‑Server with Spring AI for LLM‑Powered Apps
Programmer DD
Programmer DD
Mar 6, 2025 · Artificial Intelligence

Discover QwQ-32B: A 32B LLM Matching 671B DeepSeek‑R1 Performance

The QwQ-32B model, released by Alibaba Cloud, delivers DeepSeek‑R1‑level results with only 32 billion parameters, offers integrated agent capabilities, is open‑source under Apache 2.0, and can be quickly deployed locally via Ollama or integrated into Java applications using Spring AI.

AI inferenceOllamaQwQ-32B
0 likes · 4 min read
Discover QwQ-32B: A 32B LLM Matching 671B DeepSeek‑R1 Performance
Programmer DD
Programmer DD
Feb 10, 2025 · Artificial Intelligence

How to Access DeepSeek‑R1 671B Model for Free via Tencent Cloud

This guide shows how to obtain a free API key from Tencent Cloud's Knowledge Engine, configure OpenAI SDK or a chat client, and call the full‑size 671B DeepSeek‑R1 model without local hardware constraints, with step‑by‑step instructions and sample code.

APIDeepSeekFree access
0 likes · 6 min read
How to Access DeepSeek‑R1 671B Model for Free via Tencent Cloud
Programmer DD
Programmer DD
Jan 27, 2025 · Artificial Intelligence

Run DeepSeek‑R1 Locally with Ollama and Call It from Spring Boot

Learn how to deploy the open‑source DeepSeek‑R1 model using Ollama on Linux or macOS, configure various model sizes, and integrate it into a Spring Boot application with Spring AI to build an API‑driven translation service, complete with code examples and testing.

APIDeepSeekOllama
0 likes · 9 min read
Run DeepSeek‑R1 Locally with Ollama and Call It from Spring Boot
Programmer DD
Programmer DD
Jan 20, 2025 · Artificial Intelligence

Build Your First AI‑Powered WeChat Mini‑Program with Coze in One Click

This step‑by‑step guide shows how to use Coze’s AI application development features to create, test, and publish a no‑code WeChat mini‑program that generates avatars, covering app creation, workflow design, UI building, online debugging, and one‑click deployment.

AI ApplicationAI WorkflowCoze
0 likes · 8 min read
Build Your First AI‑Powered WeChat Mini‑Program with Coze in One Click
Programmer DD
Programmer DD
Dec 31, 2024 · Artificial Intelligence

Build an AI‑Powered Expense Tracker with GLM‑4V‑Flash and MaxKB

This article demonstrates how to create an AI‑driven personal expense‑tracking assistant by leveraging Zhipu's GLM‑4V‑Flash multimodal model for receipt OCR, generating SQL statements, and integrating them with MaxKB workflows and a MySQL database, complete with code snippets and deployment steps.

AIGLM-4V-FlashMaxKB
0 likes · 13 min read
Build an AI‑Powered Expense Tracker with GLM‑4V‑Flash and MaxKB