HelloTech
Author

HelloTech

Official Hello technology account, sharing tech insights and developments.

123
Articles
0
Likes
326
Views
0
Comments
Recent Articles

Latest from HelloTech

100 recent articles max
HelloTech
HelloTech
Aug 22, 2023 · Artificial Intelligence

AI Platform Architecture and Automation in Machine Learning

An end‑to‑end AI platform integrates feature processing, model training, deployment, and decision orchestration across offline and online layers, leveraging automated pipelines such as AutoML (feature engineering, hyper‑parameter optimization, neural architecture search) built on Ray Tune and NNI, which have already boosted CTR in real‑world advertising and aim to make every user an algorithm engineer.

AI PlatformAutoMLHPO
0 likes · 8 min read
AI Platform Architecture and Automation in Machine Learning
HelloTech
HelloTech
Aug 9, 2023 · Artificial Intelligence

AutoML in Hello's AI Platform and Quarkc: Building the Next‑Generation Front‑End Component Engine

At the 2023 SECon Global Software Engineering Innovation Summit in Shanghai, Hello’s technology team will showcase how its AI platform leverages AutoML to streamline model development across intelligent mobility services, and how the Quarkc engine uses Web Components to create cross‑stack, framework‑agnostic front‑end components.

AI PlatformAutoMLConference
0 likes · 4 min read
AutoML in Hello's AI Platform and Quarkc: Building the Next‑Generation Front‑End Component Engine
HelloTech
HelloTech
Aug 9, 2023 · Artificial Intelligence

Device Intelligence: Concepts, Architecture, and Applications

Device intelligence brings on-device reasoning and real-time inference to smartphones and IoT gateways, delivering low-latency, privacy-preserving, personalized services such as AR/VR enhancements and recommendation re-ranking, while confronting challenges of hardware fragmentation and model size, and complementing cloud AI through architectures like Hala’s MNN-based pipeline.

Device IntelligenceEdge computingModel Inference
0 likes · 10 min read
Device Intelligence: Concepts, Architecture, and Applications
HelloTech
HelloTech
Aug 3, 2023 · Frontend Development

Dora: An Open‑Source Taro Mini‑Program Micro‑Frontend Framework

Dora is an open‑source micro‑frontend framework for Taro mini‑programs that lets developers split multi‑page business logic into independent sub‑applications managed via a simple config.json, communicate through a context bridge and event system, and synchronize versions with Git tags, streamlining multi‑team collaboration and reducing overall complexity.

frontendmicro-frontendmini-program
0 likes · 7 min read
Dora: An Open‑Source Taro Mini‑Program Micro‑Frontend Framework
HelloTech
HelloTech
Aug 1, 2023 · Cloud Native

Elastic Scaling Practices in Cloud‑Native Kubernetes Environments

To overcome native HPA limits and business‑specific constraints in a fully containerized, cloud‑native Kubernetes environment, we implemented a dual‑threshold water‑level and scheduled scaling engine, hybrid‑cloud ClusterAutoScale, mixed‑deployment resource prioritization, and comprehensive Prometheus‑based observability, achieving higher utilization, lower costs, and a roadmap toward deeper optimization and AIOps.

Auto ScalingHybrid CloudKubernetes
0 likes · 10 min read
Elastic Scaling Practices in Cloud‑Native Kubernetes Environments
HelloTech
HelloTech
Jul 28, 2023 · Backend Development

Understanding Java's AbstractQueuedSynchronizer (AQS) and ReentrantLock Implementation

The article explains Java’s AbstractQueuedSynchronizer framework and how ReentrantLock uses its inner Sync classes—FairSync and NonfairSync—to manage lock acquisition via CAS, queueing, spinning, and parking, detailing the acquire/release loops, fair vs non‑fair behavior, and interview‑ready insights.

AQSJavaLock
0 likes · 12 min read
Understanding Java's AbstractQueuedSynchronizer (AQS) and ReentrantLock Implementation
HelloTech
HelloTech
Jul 17, 2023 · Backend Development

Map Services SDK and Caching Strategies

The Map Services SDK unifies Haro and Gaode LBS capabilities into a single component package with full TypeScript declarations and auto‑generated VuePress documentation, adds optimized request strategies with fallback to Gaode, implements an LRU cache for high‑volume reverse‑geocoding, provides a flexible data‑conversion library, and plans online mock‑API documentation to streamline developer integration.

GeoHashLRU CacheMap Services
0 likes · 9 min read
Map Services SDK and Caching Strategies
HelloTech
HelloTech
Jun 26, 2023 · Frontend Development

Introducing Quarkc: A Framework‑Agnostic Web Component Toolkit

Quarkc, the HelloBike‑developed framework‑agnostic web component toolkit, builds native Web Components without hidden magic, letting developers write once and run anywhere across Vue, React, Svelte, Angular and plain HTML, while offering a tiny bundle size, high performance and simple npm‑based setup.

Component LibraryFramework-agnosticFront‑End
0 likes · 6 min read
Introducing Quarkc: A Framework‑Agnostic Web Component Toolkit
HelloTech
HelloTech
Jun 21, 2023 · Artificial Intelligence

Overview of Haro Intelligent Customer Service: Algorithms, Challenges, and AI Solutions

Haro’s intelligent customer service combines a smart FAQ recommender and a conversational chatbot that leverages matching‑based intent recognition, large‑scale domain pre‑training, metric‑learning for new intents, and fine‑tuned generative LLMs, achieving 82 % top‑1 accuracy while reducing human workload and outlining future API‑orchestrated, multimodal AI enhancements.

AILarge Language ModelNLP
0 likes · 10 min read
Overview of Haro Intelligent Customer Service: Algorithms, Challenges, and AI Solutions
HelloTech
HelloTech
Jun 13, 2023 · Mobile Development

Wukong: A Native Dynamic Card Solution for Mobile Apps

Wukong is HelloBike’s native partial‑dynamic card engine that lets developers design once, preview instantly, and deploy cross‑platform UI and logic without full app releases, boosting development efficiency by up to 80% through Flexbox‑based layouts, lightweight JS engines, and comprehensive tooling.

Cross‑platformNative UIPerformance optimization
0 likes · 12 min read
Wukong: A Native Dynamic Card Solution for Mobile Apps