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
Jul 30, 2026 · Backend Development

Build a Super‑Simple Node.js Web Scraper for Douban Top 250

This tutorial walks through creating a minimal Node.js crawler that fetches the Douban Top 250 movie page using the built‑in https module, parses the HTML with cheerio, extracts titles, ratings and images, stores the data in an array, and writes the results to a JSON file.

HTTPScheeriodouban
0 likes · 5 min read
Build a Super‑Simple Node.js Web Scraper for Douban Top 250
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 29, 2026 · Frontend Development

Comprehensive Guide to Docx, PPTX, XLSX, and PDF Preview Solutions

This article analyzes various file preview options for docx, pptx, xlsx, and pdf formats, comparing commercial services, open‑source front‑end libraries, and server‑side converters, providing code examples, performance notes, and practical recommendations for developers seeking reliable document preview implementations.

PDFdocxfile preview
0 likes · 19 min read
Comprehensive Guide to Docx, PPTX, XLSX, and PDF Preview Solutions
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 16, 2026 · Frontend Development

7 Lesser‑Known CSS Properties That Can Wow Your UI

This article showcases seven uncommon yet powerful CSS properties—position:sticky, :empty, gap, background-clip:text, user-select, :invalid, :focus-within, and mix-blend-mode:difference—explaining their use cases, providing code examples, and noting compatibility considerations for modern web development.

:empty selector:focus-within:invalid
0 likes · 8 min read
7 Lesser‑Known CSS Properties That Can Wow Your UI
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 14, 2026 · Frontend Development

Why Do Major Tech Companies Build Their Own Front‑End Scaffolding?

The article examines how large front‑end teams create internal scaffolding tools, detailing each stage—from pre‑development setup and template generation to build, commit‑hook checks and CI‑driven releases—and explains how these tools simplify configuration, enforce standards, manage versions, and streamline development workflows.

Build ToolsCIScaffolding
0 likes · 11 min read
Why Do Major Tech Companies Build Their Own Front‑End Scaffolding?
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 13, 2026 · Frontend Development

Why Do Big Tech Companies Build Their Own Front‑End Scaffolding Tools?

The article walks through the full lifecycle of a large‑company front‑end scaffold—from pre‑development command simplification and version locking, through template‑driven development, build‑tool integration, commit‑hook checks, and CI/CD publishing—showing how each stage reduces configuration overhead, risk, and duplicated effort.

Build ToolsCI/CDcode quality
0 likes · 11 min read
Why Do Big Tech Companies Build Their Own Front‑End Scaffolding Tools?
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 13, 2026 · Databases

Is Sharding Dead? A Technical Comparison with NewSQL Databases

The article objectively compares middleware‑based sharding with NewSQL distributed databases, examining distributed transactions, CAP constraints, HA, scaling, storage engines, maturity, and ecosystem, and offers a decision framework for choosing the appropriate architecture based on concrete requirements.

CAP theoremDatabase ArchitectureHigh Availability
0 likes · 18 min read
Is Sharding Dead? A Technical Comparison with NewSQL Databases