Tagged articles
4 articles
Page 1 of 1
Coder Trainee
Coder Trainee
Feb 28, 2026 · Frontend Development

Automating Front‑End Deployment with Jenkins and Yarn

This guide walks through installing Node plugins in Jenkins, configuring a NodeJS tool, creating a freestyle project, discarding old builds, setting up Git source, defining the build environment, running Yarn commands to compile the front‑end, and deploying the artifacts via SSH with a custom script.

Front-end AutomationJenkinsYARN
0 likes · 4 min read
Automating Front‑End Deployment with Jenkins and Yarn
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
May 24, 2024 · Frontend Development

Boost Design Tool Testing with a Tampermonkey Plugin: Low‑Code, High‑Efficiency

To streamline repetitive, time‑consuming tasks in the KuJiaLe design tool, the team built a low‑code Tampermonkey plugin that consolidates data queries, model interactions, and custom actions into a draggable menu, offering easy development, powerful APIs, and seamless updates for front‑end developers.

Front-end AutomationTampermonkeyWeb Development
0 likes · 13 min read
Boost Design Tool Testing with a Tampermonkey Plugin: Low‑Code, High‑Efficiency
Xianyu Technology
Xianyu Technology
Dec 18, 2018 · Frontend Development

UI Semantic Parsing: From Image to Code with AI

The UI semantic parsing system uses NLP and YOLO‑based image recognition combined with rule‑based reasoning to automatically translate design images into readable Vue code, assigning semantic classes to elements, inferring layout hierarchies, and enabling data binding, thus bridging the gap between designers and front‑end developers.

Front-end AutomationNLP analysisUI semantic parsing
0 likes · 9 min read
UI Semantic Parsing: From Image to Code with AI