IoT Full-Stack Technology
Author

IoT Full-Stack Technology

Dedicated to sharing IoT cloud services, embedded systems, and mobile client technology, with no spam ads.

30
Articles
0
Likes
31
Views
0
Comments
Recent Articles

Latest from IoT Full-Stack Technology

30 recent articles
IoT Full-Stack Technology
IoT Full-Stack Technology
May 29, 2026 · Backend Development

How We Cut a 30‑Second API Call to Under 1 Second on 2 Million Records

In a high‑concurrency transaction system, the author diagnosed a 30‑second API latency caused by costly SQL scans and Java Map creation on over two million rows, then applied SQL aggregation, moved counting logic into PostgreSQL, and introduced a Caffeine cache, ultimately reducing the response time to under 0.8 seconds while highlighting relational‑database limits for massive data.

Caffeine cacheJavaMyBatis
0 likes · 10 min read
How We Cut a 30‑Second API Call to Under 1 Second on 2 Million Records
IoT Full-Stack Technology
IoT Full-Stack Technology
May 28, 2026 · Artificial Intelligence

What Exactly Is an AI Agent? A Simple Guide vs. Regular Chatbots

An AI Agent combines a large language model with a clear goal, callable tools, and a multi‑step reasoning loop, enabling perception, planning, and action that go beyond simple chat by decomposing tasks, using external APIs, iterating on errors, and managing memory, while acknowledging its limitations.

AI agentLarge Language ModelPerception-Planning-Action
0 likes · 7 min read
What Exactly Is an AI Agent? A Simple Guide vs. Regular Chatbots
IoT Full-Stack Technology
IoT Full-Stack Technology
May 26, 2026 · Backend Development

Build a Real‑Time Message Push Service with Spring Boot, Netty and WebSocket

This article walks through creating a Netty‑based WebSocket server integrated with Spring Boot, covering server bootstrap, global channel management, pipeline configuration, a custom handler for client messages, and a push‑message service that can target individual users or broadcast to all connections, complete with code samples and testing steps.

JavaNettySpring Boot
0 likes · 6 min read
Build a Real‑Time Message Push Service with Spring Boot, Netty and WebSocket
IoT Full-Stack Technology
IoT Full-Stack Technology
May 25, 2026 · Backend Development

Designing a Scalable Multi‑Account Login System

This article walks through the design of a unified multi‑account login system, covering phone‑number registration, password‑optional login, third‑party integration, database schema separation, pros and cons, and a one‑click carrier‑based authentication flow.

Database Schemaaccount designbackend
0 likes · 15 min read
Designing a Scalable Multi‑Account Login System
IoT Full-Stack Technology
IoT Full-Stack Technology
May 25, 2026 · Backend Development

Practical Spring Boot + Netty + WebSocket Message Push

This article walks through building a simple Netty server integrated with Spring Boot and WebSocket, showing how to configure the server, manage channel groups, implement custom handlers, and expose a service that can push messages to individual users or broadcast to all connected clients.

JavaNettySpring Boot
0 likes · 8 min read
Practical Spring Boot + Netty + WebSocket Message Push
IoT Full-Stack Technology
IoT Full-Stack Technology
May 23, 2026 · Fundamentals

Essential Windows CMD Commands: Over 100 Most Useful Commands Organized by Function

This guide compiles more than 100 of the most practical and frequently used Windows Command Prompt commands, grouped into eight functional categories such as file management, system information, disk maintenance, network diagnostics, process control, batch scripting, user security, and handy utilities, each with a brief description and a concrete usage example.

Batch ScriptingCMDCommand Line
0 likes · 13 min read
Essential Windows CMD Commands: Over 100 Most Useful Commands Organized by Function