Tagged articles
19 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
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
Code Mala Tang
Code Mala Tang
Jul 27, 2024 · Backend Development

Master Egg‑Sequelize: From Setup to Advanced Tips for Egg.js Projects

This guide walks you through installing, configuring, and using Egg‑Sequelize in Egg.js, explains core ORM features, demonstrates model definition and CRUD operations, and covers advanced topics such as complex queries, transactions, validation, migrations, associations, and common pitfalls to avoid.

Backend DevelopmentNode.jsORM
0 likes · 13 min read
Master Egg‑Sequelize: From Setup to Advanced Tips for Egg.js Projects
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
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
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Dec 2, 2021 · Backend Development

Introduction to Egg.js: MVC Architecture, Routing, Controllers, Services, and Configuration

The article introduces Egg.js, a Node.js framework that implements the classic MVC pattern with clearly separated controllers, services, and views, explains routing, configuration, project layout, multi‑process architecture, scheduled tasks, and plugin system, and demonstrates building a Hacker News clone.

ConfigurationMVCNode.js
0 likes · 17 min read
Introduction to Egg.js: MVC Architecture, Routing, Controllers, Services, and Configuration
NetEase Media Technology Team
NetEase Media Technology Team
May 28, 2019 · Backend Development

Building High-Performance Node.js SSR Service: NetEase Open Course PC Migration Practice

The article describes how NetEase migrated its Open Course PC site from a legacy CMS to a high‑performance Node.js SSR architecture using Egg.js with TypeScript and Nuxt.js, detailing integration, caching, logging, error monitoring, middleware ordering, and achieving 338.6 TPS on a single 4‑core server.

Node.jsNuxt.jsPerformance Optimization
0 likes · 16 min read
Building High-Performance Node.js SSR Service: NetEase Open Course PC Migration Practice