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.

87
Articles
0
Likes
552
Views
0
Comments
Recent Articles

Latest from IoT Full-Stack Technology

87 recent articles
IoT Full-Stack Technology
IoT Full-Stack Technology
Aug 28, 2026 · Frontend Development

Why Frontend Deployment Is Harder Than You Think

The article walks through basic front‑end packaging with npm, explains why simple static hosting falls short for high‑traffic sites, and then details advanced techniques such as content‑hash URLs, non‑overlapping releases, and Nginx‑based gray deployments to ensure stable, performant production rollouts.

CI/CDDockerNginx
0 likes · 8 min read
Why Frontend Deployment Is Harder Than You Think
IoT Full-Stack Technology
IoT Full-Stack Technology
Aug 27, 2026 · Frontend Development

Why Frontend Deployment Is Harder Than You Think

The article walks through basic front‑end build and Nginx serving, then shows why production‑grade deployment needs CI/CD, Docker, hash‑based cache busting, careful static‑resource ordering, and Nginx‑driven gray releases to keep large‑scale sites stable and performant.

CI/CDCachingNginx
0 likes · 8 min read
Why Frontend Deployment Is Harder Than You Think
IoT Full-Stack Technology
IoT Full-Stack Technology
Aug 25, 2026 · Fundamentals

Elegant Ways to Eliminate Null‑Related Bugs in Java

The article explains how null values cause NullPointerException, unpredictable behavior, and resource leaks in Java, and presents twelve practical techniques—including Optional, annotations, null‑safe APIs, custom helpers, exception handling, the Null Object pattern, third‑party libraries, documentation, code reviews, testing, static analysis, and IDE support—to prevent and resolve these issues.

JavaNull SafetyNullPointerException
0 likes · 5 min read
Elegant Ways to Eliminate Null‑Related Bugs in Java
IoT Full-Stack Technology
IoT Full-Stack Technology
Aug 24, 2026 · Artificial Intelligence

Eliminate IDEA‑AI Switching with CC GUI: The Seamless Claude Code & Codex Companion

CC GUI is an open‑source MIT‑licensed JetBrains plugin that consolidates Claude Code, Codex, and related CLI capabilities into a single IDEA panel, offering features such as file referencing, diff view, token cost tracking, slash commands, and MCP integration, while comparing its approach to official ACP and alternatives like Qoder and CodeBuddy.

ACPAI codingCC GUI
0 likes · 11 min read
Eliminate IDEA‑AI Switching with CC GUI: The Seamless Claude Code & Codex Companion
IoT Full-Stack Technology
IoT Full-Stack Technology
Aug 23, 2026 · Artificial Intelligence

Why CC GUI Is the Ideal Companion for Claude Code and Codex in IntelliJ IDEA

The article explains how the open‑source CC GUI plugin embeds Claude Code and Codex CLI directly into IntelliJ IDEA, eliminating the disruptive switch between the IDE and terminal, and offers a visual workbench with file references, diff integration, token cost tracking, and extensible slash commands.

AI coding assistantAgent Client ProtocolCC GUI plugin
0 likes · 11 min read
Why CC GUI Is the Ideal Companion for Claude Code and Codex in IntelliJ IDEA
IoT Full-Stack Technology
IoT Full-Stack Technology
Aug 22, 2026 · Artificial Intelligence

Why CC GUI Is the Perfect Companion for Running Claude Code and Codex Inside IDEA

The CC GUI plugin brings Claude Code and Codex CLI capabilities directly into JetBrains IDEA, offering a visual workbench that consolidates file references, diff viewing, token cost tracking, and MCP extensions, while comparing its lightweight ACP approach to full‑featured GUI solutions and outlining installation, configuration, and practical usage tips.

AI codingCC GUIClaude Code
0 likes · 10 min read
Why CC GUI Is the Perfect Companion for Running Claude Code and Codex Inside IDEA
IoT Full-Stack Technology
IoT Full-Stack Technology
Aug 17, 2026 · Databases

Does Adding an Index Lock the Table? JD Interview Deep Dive (Full Score Edition)

The article explains that whether adding an index locks a MySQL table depends on the version and DDL algorithm—MySQL 5.5 and earlier lock the whole table, 5.6‑5.7 use Online DDL with brief metadata locks, and 8.0+ can create secondary indexes instantly without locking, while primary, unique, and full‑text indexes always require locking.

COPYINPLACEINSTANT
0 likes · 10 min read
Does Adding an Index Lock the Table? JD Interview Deep Dive (Full Score Edition)
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 31, 2026 · Fundamentals

Essential Linux Basics: All You Need in One Guide

This comprehensive guide introduces Linux fundamentals, covering its history and major distributions, essential keyboard shortcuts, core file and disk management commands, network utilities, and system administration tools, each illustrated with clear syntax and practical examples.

Command LineLinuxNetworking
0 likes · 27 min read
Essential Linux Basics: All You Need in One Guide