Tag: Commands
-
Monorepo architecture, CI/CD and Build pipeline
Monorepo architecture can have advantages over polyrepo (or multi-repo) in certain cases. Though, implementation of a successful monorepo is not hassle free especially when it come to automation, CI/CD and Build pipeline. Examples such problems are long running tests, and unnecessary release of unchanged packages. I am going to give you some solutions based on […]
-
Much better life using the project for Dotnet Publish!
Wonder how you should use Dotnet Publish Command? Do you publish the project or the solution? Here is some info about publish dotnet command!
-
Linux Commands Cheat Sheet
Linux commands are same for Linux mint, Kali Linux, Ubuntu and etc., you gonna need a cheat sheet to help you learn and remember them.