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.

16
Articles
0
Likes
1
Views
0
Comments
Recent Articles

Latest from IoT Full-Stack Technology

16 recent articles
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 28, 2026 · Operations

10 Must‑Try Linux Network Monitoring Tools

This article reviews ten open‑source Linux network monitoring utilities that run from the terminal—ideal for SSH‑based management—detailing each tool's purpose, key features, and typical usage scenarios to help administrators choose the right solution for their environment.

LinuxNetwork MonitoringSystem Administration
0 likes · 8 min read
10 Must‑Try Linux Network Monitoring Tools
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 28, 2026 · Operations

10 Must‑Try Linux Network Monitoring Tools

This article reviews ten essential Linux network monitoring utilities—iftop, vnstat, iptraf, Monitorix, dstat, bwm‑ng, ibmonitor, htop, and Wireshark—explaining their features, typical use cases, and how they help administrators keep network traffic under control via the command line, especially when working over SSH.

LinuxMonitorixNetwork Monitoring
0 likes · 8 min read
10 Must‑Try Linux Network Monitoring Tools
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 28, 2026 · Artificial Intelligence

Why Claude Code Feels Like an OS: Inside Anthropic’s 510k‑Line Source

A security researcher uncovered Claude Code’s full 512,000‑line TypeScript source, revealing a sophisticated OS‑like architecture with dynamic prompt assembly, 42 lazily‑loaded tools, multi‑layer security reviews, memory management, and three‑stage compression that together explain why it feels more usable than other AI coding assistants.

AI agentsAnthropicClaude Code
0 likes · 17 min read
Why Claude Code Feels Like an OS: Inside Anthropic’s 510k‑Line Source
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 27, 2026 · Artificial Intelligence

Cut Token Usage by Up to 80% in Claude Code, Codex, and OpenCode

The article explains how to dramatically reduce token consumption in Claude Code, GitHub Copilot's Codex, and the open‑source OpenCode by tightly controlling input, trimming context, filtering files, leveraging tools, caching, and model selection, offering concrete commands, configuration files, and a ten‑step checklist that can cut usage by up to 80%.

AI Coding AssistantClaudeCodex
0 likes · 11 min read
Cut Token Usage by Up to 80% in Claude Code, Codex, and OpenCode
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 25, 2026 · Artificial Intelligence

How to Cut Claude Code, Codex, and OpenCode Token Usage by Up to 80%

The article breaks down why input tokens dominate cost (70‑90%), then details platform‑specific techniques—file filtering, context compression, documentation‑driven prompts, memory management, plan mode, output trimming, and model switching—that together can reduce Claude Code, Codex, and OpenCode token consumption by 60‑90%, with a practical 10‑step checklist.

AI coding assistantsClaude CodeCodex
0 likes · 11 min read
How to Cut Claude Code, Codex, and OpenCode Token Usage by Up to 80%
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 24, 2026 · Backend Development

One Annotation Eliminates Redundant ID‑to‑Name, Dictionary, and Enum Translations in SpringBoot

Easy‑Trans is a SpringBoot starter that provides five translation modes—simple ID‑to‑name, dictionary code‑to‑text, enum mapping, RPC cross‑service, and custom data source—allowing developers to replace repetitive lookup code with a single @Trans annotation, optionally enabled with caching for high performance.

AnnotationData TranslationEasy-Trans
0 likes · 6 min read
One Annotation Eliminates Redundant ID‑to‑Name, Dictionary, and Enum Translations in SpringBoot
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 24, 2026 · Backend Development

Simplify SpringBoot ID, Enum, and Dictionary Translation with a Single @Trans Annotation

Easy‑Trans is a SpringBoot starter that eliminates repetitive ID‑to‑name, dictionary code‑to‑text, and cross‑service field translation code by using a single @Trans annotation, offering five translation modes, Maven integration, YAML configuration, and optional Redis caching to boost performance and reduce boilerplate.

AnnotationData TranslationEasy-Trans
0 likes · 7 min read
Simplify SpringBoot ID, Enum, and Dictionary Translation with a Single @Trans Annotation
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 24, 2026 · Databases

Why Choose PostgreSQL Over MySQL Despite MySQL’s Popularity?

The article compares PostgreSQL and MySQL across data types, native sequences, extensions, monitoring tools, replication mechanisms, licensing, community governance, and MVCC implementation, showing why many Chinese tech giants favor PostgreSQL for complex, high‑consistency workloads while acknowledging MySQL’s strengths in simple web scenarios.

Database comparisonExtensionsMVCC
0 likes · 9 min read
Why Choose PostgreSQL Over MySQL Despite MySQL’s Popularity?