Tagged articles
6 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
Mar 22, 2026 · Backend Development

Unlock Laravel 13 AI Power: Deep Dive into Boost and AI SDK

This article explores how Laravel 13 integrates AI through Laravel Boost and the Laravel AI SDK, detailing why Laravel is ideal for AI development, the core capabilities of Boost, installation steps, configuration examples, supported providers, practical code snippets, and best‑practice recommendations for secure, cost‑effective AI integration.

AI SDKBoostLaravel
0 likes · 15 min read
Unlock Laravel 13 AI Power: Deep Dive into Boost and AI SDK
Tencent Cloud Developer
Tencent Cloud Developer
Jul 22, 2020 · Backend Development

Practical Optimization of Elasticsearch Search Ranking

The article explains how to systematically improve Elasticsearch search relevance by fine‑tuning Query DSL with filters, phrase matching, and boosts, incorporating static scoring via function_score, adjusting BM25 similarity parameters, and using diagnostics like _explain to iteratively achieve higher ranking quality.

BM25BoostElasticsearch
0 likes · 17 min read
Practical Optimization of Elasticsearch Search Ranking
ITPUB
ITPUB
Mar 2, 2016 · Databases

How to Connect C++ to MySQL on CentOS and Fix Common Build Errors

This guide walks through the typical problems faced when linking C++ applications to MySQL on CentOS—missing Boost headers and undefined driver references—and provides step‑by‑step solutions, including installing Boost, adjusting compile commands, and a working connection code sample.

BoostC++CentOS
0 likes · 4 min read
How to Connect C++ to MySQL on CentOS and Fix Common Build Errors