Understanding Separation of Concerns (SoC) in NestJS
A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.
diff --git a/hugo.yaml b/hugo.yaml index a0b0319..36f7424 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -99,8 +99,6 @@ params: google: SiteVerificationTag: "" -googleAnalytics: "G-V0CXG8ZEG2" - cover: hidden: true # hide everywhere but not in structured data hiddenInList: true # hide on list pages and home @@ -142,3 +140,4 @@ markup: # guessSyntax: true # lineNos: true # style: monokai +googleAnalytics: "G-V0CXG8ZEG2" diff --git a/public/404.html b/public/404.html index a84489e..e9453d2 100644 --- a/public/404.html +++ b/public/404.html @@ -1,2 +1,2 @@ -
A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.
A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.
I’m a software engineer who enjoys building thoughtful systems and learning how things really work. This is my digital garden - notes, projects, and lessons along the way.
Checkout my CV for my works and projects.