Nowon Leeblog.nwlee.com·Dec 9, 2024타입스크립트 라이브러리 프로젝트 진행하면서 겪은 시행착오계기 리액트 프론트엔드 프로젝트에 참여해서 캘린더 컴포넌트를 작성했던 적이 있었다. 외부 라이브러리로 제공되는 캘린더 컴포넌트는 디자인을 변경하거나 라이브러리에 없는 필요한 기능을 추가하는데 시간이 많이 소요됐던 적이 있었다. 디자인에 관계없이 캘린더 기능을 제공해주는 리액트 훅이 있었으면 좋겠다고 생각했다. 깃허브에서 찾아볼 수 있는 라이브러리 저장소는 여러 패키지로 이뤄진 단일 저장소로 구성되어있는 경우가 많았다. 실제 라이브러리 예시 ...TypeScript
tkssharmaarticles.tkssharma.com·Sep 22, 2024Nestjs Workspaces to build Monorepohttps://www.youtube.com/watch?v=ChpamP3zvIU&t=1s NestJS Workspaces: A Powerful Tool for Monorepo Development Introduction In modern software development, managing multiple projects within a single repository, known as a monorepo, has become increasin...nestjs workspaces
Kriss Sachinthakrisssachintha.hashnode.dev·Jul 31, 2024A react plugin to save the table filters and retrieve them while navigating to different pagesthis npm plugin will save your applied filters to session storage with a url as the key, to use this module pass the url alone with filters object into saveFilters function, it will convert the filters object into json stringify and store it inside t...React
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...My Single Player/co-op Online Persistent Universe 4X Space Gameserverless framework
Nathan Friesnathanfries.hashnode.dev·Jul 19, 2023Using npm workspaces with DockerIntro Whether starting from an existing containerized application that is being brought into an npm workspaces environment, or containerizing an existing node monorepo using npm workspaces, you might encounter some idiosyncrasies relating to how node...27 readsDocker
Senbagaraman Msenbagaraman04.hashnode.dev·Jun 3, 2023Quick Intro about Angular WorkspacesAngular workspaces or angular multi-site applications are an effective way of creating and maintaining multiple website inside a single project repository. Mono Repo : A mono repo is a single repository that contains all the code for an organization ...35 readsAngular
Faiz A. FarooquiforFaiz's Blogblog.faizahmed.in·May 3, 2023Managing Multiple Packages with npm Workspacesnpm Workspaces is a powerful tool that allows developers to manage multiple packages in a single repository. With npm Workspaces, developers can maintain interdependent packages while ensuring their versioning is kept in sync. This blog will explain ...10.6K readsnpm