Tag

Egg.js

0 views collected around this technical thread.

Java Captain
Java Captain
Nov 21, 2024 · Backend Development

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

This article recounts a founder’s experience joining a small startup in 2022, detailing the initial tech stack choices of uni‑app for mobile, egg.js with MySQL for the backend, and antd‑vue for the admin panel, as well as the subsequent challenges, team hiring, and management lessons learned.

Egg.jsTech Stackbackend
0 likes · 8 min read
Lessons from Choosing a Tech Stack for a Small Startup: uni-app, egg.js, and Team Management
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.

DatabaseEgg.jsNode.js
0 likes · 13 min read
Master Egg‑Sequelize: From Setup to Advanced Tips for Egg.js Projects
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.

Egg.jsTech Stackbackend
0 likes · 9 min read
Lessons from a Startup: Choosing Mobile and Backend Technologies, Team Management, and Pitfalls
Architect's Guide
Architect's Guide
Jun 19, 2024 · Mobile Development

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

The article shares a developer’s painful experience at a small startup, detailing the initial choice of uni‑app, egg.js, and antd‑vue, the subsequent technical and managerial turbulence, and practical advice on hiring, team management, and avoiding common pitfalls.

Egg.jsmidway.jsmobile development
0 likes · 8 min read
Lessons from a Startup: Tech Stack Choices, Team Management, and Pitfalls
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.jsbackend developmentmidway.js
0 likes · 9 min read
Lessons from a Startup: Tech Stack Choices, Development Experience, and Team Management
Top Architect
Top Architect
Mar 28, 2024 · R&D Management

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

The article recounts a founder‑driven startup’s journey, detailing the selection of uni‑app, egg.js, MySQL, and antd‑vue for rapid cross‑platform development, the challenges of constant scope changes, and practical advice on recruitment, code standards, workflow, and avoiding common pitfalls.

Egg.jsTech Stackbackend
0 likes · 11 min read
Lessons from a Startup: Tech Stack Choices, Development Process, 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.jsTech Stackstartup
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.

Egg.jsMVCNode.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.

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