What is a monorepo? | Getting started with nx

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024

ความคิดเห็น • 11

  • @CodingGarden
    @CodingGarden  9 หลายเดือนก่อน +2

    00:00 What is a monorepo?
    02:47 Why would we need a monorepo?
    05:00 What are some alternatives to a monorepo?
    06:15 Disadvantages of a monorepo
    07:21 Monorepos in the real world
    08:32 Why monorepos?
    09:30 Tools for creating a monorepo
    12:02 Creating a monorepo with nx
    14:21 Adding a node library to a monorepo with nx

  • @AR-jx3yb
    @AR-jx3yb วันที่ผ่านมา

    Short and useful video. Thanks mate 👍

  • @kuldeepdhaka2592
    @kuldeepdhaka2592 9 หลายเดือนก่อน +3

    This seems like the comeback you 🎊🎊🎊🎊🔥🔥🔥🔥🔥 Felt like how your old content did

  • @robletts4114
    @robletts4114 9 หลายเดือนก่อน +2

    Great stuff CJ ❤

  • @abhinavsingh-zc2hk
    @abhinavsingh-zc2hk 4 หลายเดือนก่อน

    You explain so good. Thank you :)

  • @TheVincent0268
    @TheVincent0268 13 วันที่ผ่านมา

    Yes, TFVC still exists. I worked with it for years, without problems, and felt a bit old fashioned because everybody around me used Git. How did we use it?: trunk based development (TBD) because branching is not really a good idea in tfvc and we had a single big repository with all projects in it, a monorepo so to say. Until I heard that TBD and mono repo's are super hip and sexy, ha ha. Another property of tfvc is that it is not distributed, so you cannot commit to a local repo. But as long as your internet connection is up, what you may expect in a first world country, there is really no need for a local repo.

  • @kristiannn
    @kristiannn 9 หลายเดือนก่อน

    great, are you planning to also create a micro services project in the future? :)

  • @maidenjewel5202
    @maidenjewel5202 3 หลายเดือนก่อน

    Great Explanation!

  • @jjfattz
    @jjfattz 9 หลายเดือนก่อน

    Love this

  • @majklzumberi1761
    @majklzumberi1761 9 หลายเดือนก่อน

    Pt2

  • @xyangst
    @xyangst 9 หลายเดือนก่อน

    I rather just use yarn/pnpm workspaces nx and stuff like that is overkill tbh