Skip to content

Commit

Permalink
docs(nx): πŸ“ add emoji to additional resources
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Jun 4, 2024
1 parent 8acf637 commit b2ca843
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/cookbook/docs/nx/03-scaling/01-split-apps-into-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ _This will turn imports like this `import { myThing } from '../../../../libs/my-

## Additional Resources

- Nx Console: https://nx.dev/getting-started/editor-setup
- Incremental Build: https://nx.dev/recipes/angular/setup-incremental-builds-angular
- πŸ“ Nx Console: https://nx.dev/getting-started/editor-setup
- πŸ“ Incremental Build: https://nx.dev/recipes/angular/setup-incremental-builds-angular
10 changes: 5 additions & 5 deletions apps/cookbook/docs/nx/03-scaling/02-organize-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ Your new friend, Nx, will take care of everything for you.

## Additional resources

- Enterprise Angular by Manfred Steyer: https://www.angulararchitects.io/en/ebooks/micro-frontends-and-moduliths-with-angular/
- Bounded Context by Martin Fowler (2014): https://martinfowler.com/bliki/BoundedContext.html
- Domain Driven Design: Tackling Complexity in the Heart of Software by Eric Evans (2003): https://www.amazon.com/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215
- Hexagonal Architecture by Alistair Cockburn (2005): https://alistair.cockburn.us/hexagonal-architecture/
- Onion Architecture by Jeffrey Palermo (2008): https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/
- πŸ“ Bounded Context by Martin Fowler (2014): https://martinfowler.com/bliki/BoundedContext.html
- πŸ“ Hexagonal Architecture by Alistair Cockburn (2005): https://alistair.cockburn.us/hexagonal-architecture/
- πŸ“ Onion Architecture by Jeffrey Palermo (2008): https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/
- πŸ“š Enterprise Angular by Manfred Steyer: https://www.angulararchitects.io/en/ebooks/micro-frontends-and-moduliths-with-angular/
- πŸ“š Domain Driven Design: Tackling Complexity in the Heart of Software by Eric Evans (2003): https://www.amazon.com/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215

0 comments on commit b2ca843

Please sign in to comment.