摘要:
We make a .env file and accidentally push it to github. In order to remove the .env file, we first have to add it to our .gitignore file - but that's 阅读全文
摘要:
We've made a pull request and now we can clean up the branches by deleting the feature branch. Branches are just pointers to commits - so we can safel 阅读全文
摘要:
Throw expection from Controller: Expection types: https://docs.nestjs.com/exception-filters#built-in-http-exceptions We can create global reuseable ex 阅读全文
摘要:
Real forms are rarely visualized as a single column with one field below the other. Rather they often span over multiple columns to save screen space. 阅读全文