Tagged articles
7 articles
Page 1 of 1
Taobao Frontend Technology
Taobao Frontend Technology
Nov 5, 2024 · Frontend Development

New JavaScript Proposals: Error.isError, RegExp.escape, Uint8Array Base64

These recent ECMAScript proposals—Error.isError for reliable error type checking, RegExp.escape to safely escape user‑provided strings, Uint8Array methods for seamless Base64 and hex conversions, and Temporal.TimeZone.prototype.equals for robust time‑zone comparison—aim to simplify development across browsers and Node.js by addressing long‑standing inconsistencies.

Base64ECMAScript proposalsError Handling
0 likes · 8 min read
New JavaScript Proposals: Error.isError, RegExp.escape, Uint8Array Base64
dbaplus Community
dbaplus Community
Jun 16, 2024 · Databases

How a Few Volunteers Keep the Internet’s Core Software Alive

Despite powering billions of devices, critical components like the TZ time‑zone database and SQLite are maintained by just a handful of volunteers, and the article reveals how this fragile reliance could cause massive disruptions if those small teams were to disappear.

SQLitedatabasesopen source
0 likes · 8 min read
How a Few Volunteers Keep the Internet’s Core Software Alive
Efficient Ops
Efficient Ops
Apr 4, 2023 · Databases

Master InfluxDB: From Basics to Advanced Queries and Retention Policies

This guide explains InfluxDB's architecture, data model, CRUD commands, measurement handling, retention policies, query syntax, time‑zone considerations, and service management, providing a comprehensive tutorial for developers working with time‑series databases.

Data InsertionInfluxDBRetention Policies
0 likes · 10 min read
Master InfluxDB: From Basics to Advanced Queries and Retention Policies
NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
Jan 4, 2023 · Game Development

Handling Time Zones in Game Development: Consistency, Storage, and Presentation

This article explains why time‑zone consistency is crucial in games, illustrates common pitfalls with UTC and local times—including daylight‑saving effects—and provides best‑practice guidelines for storing timestamps in UTC, preserving zone information, and displaying user‑friendly times to avoid data errors and user confusion.

UTCdaylight savingtime zones
0 likes · 8 min read
Handling Time Zones in Game Development: Consistency, Storage, and Presentation
Full-Stack Trendsetter
Full-Stack Trendsetter
Jan 27, 2022 · Frontend Development

Essential Moment.js Methods: A Complete Guide

This article provides a comprehensive reference for Moment.js, covering how to add or subtract time, set moments to the start or end of units, format dates with tokens, handle localization, compute relative times, and convert moments to native values, all illustrated with concrete code examples.

JavaScriptdate manipulationformatting
0 likes · 15 min read
Essential Moment.js Methods: A Complete Guide