Skip to content

Instantly share code, notes, and snippets.

View remscodes's full-sized avatar
😁

Rémy Abitbol remscodes

😁
View GitHub Profile
@remscodes
remscodes / nx-structure-angular-nestjs.md
Created June 20, 2025 17:53 — forked from trungvose/nx-structure-angular-nestjs.md
Nx workspace structure for NestJS and Angular

Nx

https://nx.dev/

Nx is a suite of powerful, extensible dev tools to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and libraries while providing a robust CLI, caching, dependency management, and more.

It has first-class support for many frontend and backend technologies, so its documentation comes in multiple flavours.

Principles

@remscodes
remscodes / rollup-typescript.md
Created September 25, 2023 16:06 — forked from aleclarson/rollup-typescript.md
The best Rollup config for TypeScript libraries

Features

🔥 Blazing fast builds
😇 CommonJS bundle
🌲 .mjs bundle
.d.ts bundle + type-checking
🧐 Source maps

Install

@remscodes
remscodes / ultimate-ut-cheat-sheet.md
Created July 4, 2022 00:09 — forked from yoavniran/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest