In this video we are going to cover: - How to feature toggle and when to use the different feature toggle implementations - Different questions regarding Git hooks and linting in a monorepo - An … [Read more...] about Live Q&A call September 12, 2019 – The Angular Architect Seminar
Husky
Using Git hooks for easier development (2020)
Do you have a set of routines you do before you commit and publish code? These routines could be linting, formatting, testing and building the code. Imagine if there was a way to automate all of this … [Read more...] about Using Git hooks for easier development (2020)