by Briebug Team | Feb 5, 2019 | Angular, Cypress, Frontend, Schematics, Typescript
If you haven’t heard of Cypress yet, I’m sure you will soon. Cypress is a self-proclaimed “developer-friendly” open-source end-to-end testing framework. It offers features such as time travel, dev tool debugging, live reloads, automatic waiting...
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 Briebug Team | Nov 20, 2018 | Angular, Frontend, NgRx
If you are new to Angular, or transitioning from AngularJS, the first question you are likely to ask is, “how do I pass data around?” This article, along with the accompanying demo app will demonstrate the following five techniques: Reacting to changes...
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...
by Briebug Team | Nov 12, 2018 | Angular, Frontend, NgRx
NgRx is an amazing implementation of the redux pattern using the RxJs library. Redux takes planning to implement, but the payoffs in reduced complexity is where the ROI is at. Far too often I hear about developers complaining about “boilerplate” and how...
by Briebug Team | Oct 1, 2018 | Angular, Frontend
Angular is a powerful platform developed by Google to create the next generation of web applications. Angular describes itself as “a platform that makes it easy to build applications with the web. Angular combines declarative templates, dependency injection, end to...