Tagged articles
37 articles
Page 1 of 1
Java Architect Handbook
Java Architect Handbook
Feb 13, 2026 · Industry Insights

What Lessons Do Startup Tech Stack Choices Teach Us? A Real‑World Case Study

This article recounts a developer’s experience joining a small logistics startup in 2022, detailing the initial technology selection of uni‑app, egg.js, MySQL and antd‑vue, the subsequent adjustments, hiring and team‑management challenges, and practical advice for avoiding common pitfalls in early‑stage companies.

App Developmentegg.jsindustry insights
0 likes · 11 min read
What Lessons Do Startup Tech Stack Choices Teach Us? A Real‑World Case Study
macrozheng
macrozheng
Feb 13, 2026 · R&D Management

What I Learned Building a Startup App with uni‑app, egg.js, and antd‑vue

This article recounts a developer’s painful startup experience, detailing the initial tech stack choices of uni‑app, egg.js, MySQL, and antd‑vue, the subsequent adjustments, hiring challenges, team‑management practices, and practical advice to avoid common pitfalls in early‑stage product development.

egg.jsfull-stackstartup
0 likes · 9 min read
What I Learned Building a Startup App with uni‑app, egg.js, and antd‑vue
Tech Musings
Tech Musings
Jan 11, 2026 · Mobile Development

What I Learned Building a WeChat Mini Program as an Indie Developer

A solo developer recounts the surprising hurdles of creating a WeChat mini‑program—from domain registration and residence‑permit verification to platform account splits, framework choices between Taro and Uni‑app, and the unexpected smoothness of the final review.

Identity verificationTaroWeChat Mini Program
0 likes · 6 min read
What I Learned Building a WeChat Mini Program as an Indie Developer
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Oct 26, 2025 · Mobile Development

ByteDance's Lynx Promises True Vue Native – Is It Finally Here?

The article examines ByteDance's open‑source Lynx.js as a new way to run Vue directly on iOS and Android, compares it with existing Vue‑native solutions like NativeScript‑Vue, Ionic Vue + Capacitor and uni‑app/uni‑appx, and offers guidance on choosing the right approach based on performance, development experience and project urgency.

Ionic VueLynxMobile Development
0 likes · 10 min read
ByteDance's Lynx Promises True Vue Native – Is It Finally Here?
macrozheng
macrozheng
Sep 27, 2025 · Backend Development

What Real‑World Startup Lessons Reveal About Choosing a Backend Stack

This article shares a developer’s firsthand experience in a small startup, detailing why the team chose uni‑app, egg.js, MySQL, and antd‑vue for rapid 0‑to‑1 development, the challenges faced during product pivots, and practical advice on hiring, team management, and avoiding common pitfalls.

Backendegg.jsstartup
0 likes · 10 min read
What Real‑World Startup Lessons Reveal About Choosing a Backend Stack
ITPUB
ITPUB
Jul 11, 2024 · Mobile Development

What We Learned from Choosing a Startup Tech Stack: uni‑app, egg.js, and Team Management

This article recounts a 2022 startup experience, detailing why uni‑app, egg.js, MySQL, and antd‑vue were chosen for rapid Android/iOS app development, the challenges faced during product pivots, later technical adjustments, hiring hurdles, team management practices, and key lessons to avoid common pitfalls.

egg.jsmidway.jsstartup
0 likes · 9 min read
What We Learned from Choosing a Startup Tech Stack: uni‑app, egg.js, and Team Management
Java Architect Essentials
Java Architect Essentials
Jun 20, 2024 · Mobile Development

Lessons from a Startup: Choosing Mobile and Backend Technologies, Team Management, and Pitfalls

The article recounts a developer’s experience in a small startup, detailing the rationale behind selecting uni‑app for cross‑platform mobile development, egg.js and MySQL for the backend, the challenges of rapid product iteration, team hiring, management practices, and practical advice to avoid common pitfalls.

Mobile Developmentegg.jsstartup
0 likes · 9 min read
Lessons from a Startup: Choosing Mobile and Backend Technologies, Team Management, and Pitfalls
Java Backend Technology
Java Backend Technology
Apr 22, 2024 · Mobile Development

What I Learned Building a Startup Mobile App with uni‑app and egg.js

This article recounts a developer’s experience at a small startup, detailing the reasons behind choosing uni‑app for cross‑platform mobile development, egg.js for the backend, the challenges faced during the project, and practical advice on hiring, team management, and avoiding common pitfalls.

egg.jsstartupteam management
0 likes · 9 min read
What I Learned Building a Startup Mobile App with uni‑app and egg.js
Architect
Architect
Apr 13, 2024 · Mobile Development

Lessons from a Startup: Tech Stack Choices, Development Experience, and Team Management

This article recounts a developer’s experience joining a small startup in 2022, detailing the initial tech stack selection (uni‑app, egg.js, MySQL, antd‑vue), the reasons behind mobile app development choices, mid‑project challenges, later architectural adjustments, hiring practices, and practical advice for avoiding common pitfalls in early‑stage companies.

egg.jsmidway.jsstartup
0 likes · 9 min read
Lessons from a Startup: Tech Stack Choices, Development Experience, and Team Management
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 24, 2024 · Mobile Development

Analysis of Cross‑Platform Mobile Development Frameworks: From Cordova to uni‑app x

This article examines the evolution, architecture, performance and trade‑offs of major cross‑platform mobile frameworks—including Cordova, React Native, Flutter, and the newly released uni‑app x—by comparing their logic and rendering layers, communication overhead, package size, memory usage and real‑world testing results.

FlutterReact Nativecross-platform
0 likes · 23 min read
Analysis of Cross‑Platform Mobile Development Frameworks: From Cordova to uni‑app x
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 19, 2023 · Mobile Development

Lessons from Choosing a Tech Stack for a Small Startup: uni-app, egg.js, and Team Management

This article recounts the author’s experience joining a tiny startup in 2022, detailing the initial tech stack choices of uni‑app, egg.js, MySQL, and antd‑vue for rapid Android/iOS app development, the subsequent challenges, team‑management insights, and practical advice to avoid common pitfalls.

egg.jsstartupteam management
0 likes · 10 min read
Lessons from Choosing a Tech Stack for a Small Startup: uni-app, egg.js, and Team Management
Huolala Tech
Huolala Tech
Jul 4, 2023 · Frontend Development

How to Async Load Large Third‑Party Libraries in WeChat Mini‑Programs via Subpackages

This article explains how to overcome the 2 MB main‑package size limit in WeChat mini‑programs by asynchronously loading large third‑party libraries such as MQTT.js through subpackages, comparing subpackages with plugins, and providing practical Webpack and uni‑app solutions—including custom require handling, retry mechanisms, and performance gains.

Performance OptimizationSubpackageWeChat MiniProgram
0 likes · 14 min read
How to Async Load Large Third‑Party Libraries in WeChat Mini‑Programs via Subpackages
政采云技术
政采云技术
Feb 28, 2023 · Frontend Development

Uni‑App Black Magic: Overriding Built‑in HTML and SVG Tags

This article explains how to rewrite built‑in HTML and SVG tags in a uni‑app project by overriding Vue's internal tag‑resolution methods, providing step‑by‑step code examples for button and image components and discussing the underlying Vue and webpack mechanisms.

ComponentVuecustom-element
0 likes · 13 min read
Uni‑App Black Magic: Overriding Built‑in HTML and SVG Tags
Java Architect Essentials
Java Architect Essentials
Feb 26, 2023 · Frontend Development

Comprehensive uni‑app Guide: Overview, Environment Setup, and Development Practices

This article provides a detailed introduction to uni‑app, a Vue‑based cross‑platform front‑end framework, covering its core concepts, advantages, environment installation with HBuilder X and vue‑cli, project creation, platform‑specific build commands, Flex layout basics, and background‑image handling for various targets.

DevelopmentFlexboxHBuilderX
0 likes · 18 min read
Comprehensive uni‑app Guide: Overview, Environment Setup, and Development Practices
Java Backend Technology
Java Backend Technology
Jan 11, 2023 · Frontend Development

Master uni-app: Build Cross‑Platform Apps with One Codebase

This guide introduces uni-app—a Vue‑based framework that lets developers write a single codebase and deploy to iOS, Android, H5, and various mini‑programs—covers its key advantages, environment setup with HBuilder X or vue‑cli, project creation, platform‑specific building, Flex layout, and background‑image handling.

FlexboxMobileVue
0 likes · 19 min read
Master uni-app: Build Cross‑Platform Apps with One Codebase
HomeTech
HomeTech
Dec 13, 2022 · Frontend Development

Choosing uni-app over taro for Cross‑Platform Mini‑Program Development: Background, Technical Selection, and Case Study

This article analyzes the rapid growth of mobile mini‑programs, compares the cross‑platform frameworks uni‑app and taro based on core requirements, ecosystem, and performance, presents a concrete project structure and rendering details, and quantifies the efficiency gains achieved by adopting uni‑app for automotive quotation services.

Mini ProgramReactTaro
0 likes · 9 min read
Choosing uni-app over taro for Cross‑Platform Mini‑Program Development: Background, Technical Selection, and Case Study
Java Architect Essentials
Java Architect Essentials
May 5, 2022 · Backend Development

YouLai Mall: Open‑Source Full‑Stack E‑Commerce Platform with Spring Boot, Vue and uni‑app

YouLai Mall is an open‑source full‑stack e‑commerce solution built with Spring Boot 2.4, Spring Cloud, Vue, element‑ui and uni‑app, offering microservice back‑ends, a management portal, WeChat mini‑program and mobile app, with detailed deployment instructions and source code links for rapid development.

DockerMicroservicesOpen-source
0 likes · 8 min read
YouLai Mall: Open‑Source Full‑Stack E‑Commerce Platform with Spring Boot, Vue and uni‑app
ByteFE
ByteFE
Mar 28, 2022 · Mobile Development

uni-app: A Cross-Platform Development Framework for Multi-Platform Deployment

uni-app is a Vue.js-based cross-platform development framework enabling developers to write a single codebase for deployment across multiple platforms including iOS, Android, H5, and various mini-programs, with over 36K stars on GitHub, highlighting its growing adoption in the big front-end development trend.

Cross‑platform developmentFrameworkMobile Development
0 likes · 3 min read
uni-app: A Cross-Platform Development Framework for Multi-Platform Deployment
Sohu Tech Products
Sohu Tech Products
Feb 16, 2022 · Mobile Development

Mini Program Framework Migration Practice

This article introduces the basics of WeChat mini programs and the mpvue and uni‑app frameworks, analyzes their architectures and performance differences, and presents a detailed migration plan from a large mpvue project to uni‑app, including code adjustments, configuration changes, and optimization techniques.

Framework MigrationPerformance OptimizationWeChat Mini Program
0 likes · 23 min read
Mini Program Framework Migration Practice
政采云技术
政采云技术
Aug 24, 2021 · Frontend Development

Automating WeChat Mini‑Program Build and Deployment with a VSCode Extension

This article details how to create a VSCode plugin that automates the entire workflow of building, versioning, and publishing a WeChat mini‑program using uni‑app, shell commands, Git operations, Dubbo service calls, and the WeChat DevTools CLI, providing code examples and step‑by‑step analysis.

DubboGitShell
0 likes · 17 min read
Automating WeChat Mini‑Program Build and Deployment with a VSCode Extension
Python Programming Learning Circle
Python Programming Learning Circle
Jul 1, 2021 · Backend Development

Automated Reminder App for Youth Study Using Flask and uni‑app

This article presents a step‑by‑step guide for building a Flask‑based backend and uni‑app frontend that automatically reminds class members to complete the Youth Study program, covering database configuration, model definitions, API routes, email notifications, data handling, and deployment screenshots.

FlaskWeb Developmentemail automation
0 likes · 11 min read
Automated Reminder App for Youth Study Using Flask and uni‑app
vivo Internet Technology
vivo Internet Technology
Nov 11, 2020 · Frontend Development

vivo Mall Multi-End Unified Frontend Architecture Practice

The article details vivo Mall’s shift to a multi‑end unified frontend architecture using uni‑app, highlighting how a single technical stack reduces development and maintenance costs, accelerates H5 feature migration to mini‑programs, and introduces innovations such as code conversion tools, conditional compilation, advanced Vuex namespace handling, and component‑page decoupling via @vivo/smartx to meet current and future endpoint demands.

Frontend ArchitectureMini ProgramVuex
0 likes · 12 min read
vivo Mall Multi-End Unified Frontend Architecture Practice
Programmer DD
Programmer DD
Oct 31, 2020 · Backend Development

How to Build a WeChat Mini‑Program Community Using Java SpringBoot & uni‑app

This article introduces the open‑source "netease‑cloud‑music‑community" project, outlines its key features such as login, posting, commenting, and likes, details the Java SpringBoot and uni‑app technology stacks, and provides step‑by‑step instructions for setting up both the backend and frontend environments.

BackendJavaSpringBoot
0 likes · 3 min read
How to Build a WeChat Mini‑Program Community Using Java SpringBoot & uni‑app
vivo Internet Technology
vivo Internet Technology
Jun 17, 2020 · Frontend Development

Multi-Platform Micro-Component Development for Mini‑Programs and Quick Apps Using uni‑app

The team created a plug‑in, visual, self‑adapting framework based on Vue and uni‑app that transforms a domain‑specific language into an AST, then compiles unified micro‑components into native code for WeChat, Alipay, ByteDance, iOS/Android and quick‑apps, dramatically lowering development effort and enabling reusable, cross‑platform activity configurations.

frontendmicro-componentsmini-programs
0 likes · 20 min read
Multi-Platform Micro-Component Development for Mini‑Programs and Quick Apps Using uni‑app
MaGe Linux Operations
MaGe Linux Operations
Dec 24, 2019 · Backend Development

Build a Full‑Stack Zhihu Hot List: From Scraper to Mini‑App API

This tutorial walks through creating an end‑to‑end Zhihu hot‑list project that scrapes the billboard page, stores the data with Flask‑SQLAlchemy, schedules periodic updates, exposes RESTful APIs, and finally displays the results in a uni‑app mini‑program with interactive charts.

APIFlaskScheduler
0 likes · 11 min read
Build a Full‑Stack Zhihu Hot List: From Scraper to Mini‑App API