by Briebug Team | May 30, 2019 | Cypress, Frontend, JavaScript, Testing
Testing is a very important part of the software development cycle and has become much easier than when I started out as a developer. The tools continue to improve and the techniques are far more sophisticated. We are able to write unit, integration, and end to end...
by Jon Rista | May 23, 2019 | Angular, Frontend, JavaScript, NgRx
by Briebug Team | May 23, 2019 | Angular, Frontend, JavaScript, NgRx
Angular has come a long way since I started using it back in 2013. The days of “$scope” and massive views/controllers have been replaced with component-based architectures and more elegant patterns. One of the more popular patterns over the past year or so...
by Briebug Team | Mar 8, 2019 | Angular, Frontend, JavaScript
I have to admit, I wasn’t aware of this until I saw this tweet and the ensuing thread: While I may not personally hate dialogs, I definitely see the merits in the argument against them and agree that there are likely much better UX alternatives. However, as...
by Briebug Team | Dec 19, 2018 | Angular, Cypress, E2E Testing, Frontend, JavaScript
I remember the first time I heard about end-to-end testing (E2E). I was so excited to test an MVC application I was working on. The application had a couple million users logging in each day to use their system. I can remember thinking that E2E testing would solve all...
by Kevin Schuchard | Nov 19, 2018 | Angular, Frontend, JavaScript, Schematics, Typescript, Unit Testing
Build Schematics quick and easy with visual diffs. Combining scripts, package manager linking, and your local version control system, you can quickly and easily develop and test schematics against a local project with visual feedback. Why Build Testing Schematics When...