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
Tslint
Angular Automation: 6 Things That Should Be Automated in Enterprises
Handling anything at a big scale always is very different from when things are small. The differences can be in the number of people working with something, the business impact of decisions and the … [Read more...] about Angular Automation: 6 Things That Should Be Automated in Enterprises
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)
Code Style Matters: Styling Angular apps using Prettier and TSLint (2020)
Some people think that well-styled code is a waste of effort and as long as the code works you shouldn't bother. It's often the same kind of people how says that writing automatic tests are a waste of … [Read more...] about Code Style Matters: Styling Angular apps using Prettier and TSLint (2020)