Tagged articles
13 articles
Page 1 of 1
java1234
java1234
Apr 18, 2026 · Backend Development

Beyond Simple Caching: 8 Essential Redis Use Cases for Java Backend Engineers

This guide walks Java backend developers through Redis’s eight core scenarios—caching, distributed locks, rate limiting, session sharing, leaderboards, counters, message and delay queues, bitmap statistics, and geolocation—providing complete code, diagrams, and production‑grade best practices.

BitmapCacheGEO
0 likes · 21 min read
Beyond Simple Caching: 8 Essential Redis Use Cases for Java Backend Engineers
AI Tech Publishing
AI Tech Publishing
Mar 30, 2026 · Industry Insights

How to Optimize Your Content for GEO and Get Cited by DeepSeek, Doubao, and ChatGPT

This guide explains what Generative Engine Optimization (GEO) is, why AI‑driven search traffic converts far better than traditional SEO, and provides concrete writing, platform‑specific, and technical steps—including robots.txt, llms.txt, and Schema markup—to make your content reliably cited by Chinese AI search engines and global models.

AI SEOChinese AIContent Optimization
0 likes · 22 min read
How to Optimize Your Content for GEO and Get Cited by DeepSeek, Doubao, and ChatGPT
o-ai.tech
o-ai.tech
Mar 16, 2026 · Artificial Intelligence

When AI Answers Turn Into Paid Ads: The Rise of Generative Engine Optimization

The article explains how Generative Engine Optimization (GEO) lets companies flood AI‑generated answers with paid content, describes the underlying workflow, cites a 2024 Princeton/IIT/Allen AI study showing a 40% boost from structured data, and offers cross‑model verification techniques to spot and counteract poisoned information.

AI searchGEOPrompt engineering
0 likes · 10 min read
When AI Answers Turn Into Paid Ads: The Rise of Generative Engine Optimization
o-ai.tech
o-ai.tech
Mar 16, 2026 · Industry Insights

Your AI Answers Could Be Shaped by Paid Brand Editing

Brands are increasingly paying to embed favorable content on platforms like Zhihu and Xiaohongshu, a practice dubbed Generative Engine Optimization (GEO), which manipulates the information AI retrieves, making many AI-generated product recommendations subtly biased without any disclosure.

AI biasGEOGenerative Engine Optimization
0 likes · 8 min read
Your AI Answers Could Be Shaped by Paid Brand Editing
AI Info Trend
AI Info Trend
Nov 3, 2025 · Industry Insights

Why AI Funding Is Shrinking While Deal Sizes Soar 86% in Q3 2025

CB Insights' Q3 2025 AI State Report reveals a 22% drop in global AI transaction count but a striking 86% rise in average deal size to $49.3 million, record‑high M&A activity, emerging GEO deals, soaring exit valuations and a shift toward vertically integrated AI players.

AI MarketAI startupsGEO
0 likes · 8 min read
Why AI Funding Is Shrinking While Deal Sizes Soar 86% in Q3 2025
Java Backend Full-Stack
Java Backend Full-Stack
Apr 15, 2025 · Backend Development

How to Retrieve Nearby Charging Station Information Using Redis GEO

This tutorial shows how to obtain a user's current latitude and longitude via an IP API, send the coordinates to a backend service that stores charging stations in Redis GEO, and query stations within a 20‑kilometer radius, with complete front‑end and back‑end code examples.

Charging StationGEOJavaScript
0 likes · 4 min read
How to Retrieve Nearby Charging Station Information Using Redis GEO
Architecture & Thinking
Architecture & Thinking
Oct 31, 2022 · Databases

Mastering Redis GEO: Store and Query Geolocation Data Efficiently

This article explains Redis' GEO feature, covering its data structures, commands like GEOADD, GEOPOS, GEODIST, GEORADIUS, and GEORADIUSBYMEMBER, and demonstrates how to store, retrieve, and calculate distances for location‑based services with practical code examples and visual illustrations.

GEOLocation Servicescommands
0 likes · 10 min read
Mastering Redis GEO: Store and Query Geolocation Data Efficiently