Sai Deva Harshaawshelpinghand.hashnode.dev·Jan 24, 2024Turbo Repo vs. Lerna: A Comparative Analysis for Monorepo ManagementIntroduction Monorepos have become increasingly popular in modern software development, offering a unified structure for managing multiple projects within a single repository. Turbo Repo and Lerna are two prominent tools designed to facilitate monore...DiscussNext.js
Amir Eldorblog.cesspool.games·Nov 8, 2023Serverless.com project with Lerna and NPM workspacesHello. I'm writing a Lambda "tick" function to simulate the universe for my game. It's a different architecture than my previous idea of maintaining a 24/7 server, which simulates a busy real-time game loop. I wanted to give it a try. In this post, I...DiscussMy Single Player/co-op Online Persistent Universe 4X Space Gameserverless framework
Faroque Abdullahfaroque.hashnode.dev·Aug 21, 2023Monorepo using Lerna - Node and ReactWhat is monorepo? Monorepo is an architectural concept for managing your code. The main purpose of monorepo architecture is to maintain a single codebase for multiple dependent or independent projects. Advantages of Monorepo: Easy code sharing: All ...Discuss·47 readslerna