fix: build + build command change

This commit is contained in:
sauravdhakal12
2025-12-29 21:36:37 +05:45
parent c940743fd8
commit 1c47537b54
32 changed files with 82 additions and 82 deletions

View File

@@ -1 +1 @@
[{"content":"When building applications, one of the most important design principles to keep in mind is Separation of Concerns (SoC). NestJS, with its modular architecture, makes applying SoC almost effortless — but understanding why it matters and how to use it properly will help you write cleaner, testable, and future-proof code.\nWhat is Separation of Concerns and Why it Matters? The basic idea is:\nA program should be divided into distinct sections, where each section addresses a single responsibility.\n","permalink":"http://localhost:1313/posts/demo/","summary":"A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.","title":"Understanding Separation of Concerns (SoC) in NestJS"}]
[{"content":"When building applications, one of the most important design principles to keep in mind is Separation of Concerns (SoC). NestJS, with its modular architecture, makes applying SoC almost effortless — but understanding why it matters and how to use it properly will help you write cleaner, testable, and future-proof code.\nWhat is Separation of Concerns and Why it Matters? The basic idea is:\nA program should be divided into distinct sections, where each section addresses a single responsibility.\n","permalink":"https://sauravdhakal.com.np/posts/demo/","summary":"A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.","title":"Understanding Separation of Concerns (SoC) in NestJS"}]