Posts Categorized:
JavaScript

Visual Testing with Cypress

Visual Testing with Cypress

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...
I’m not ready for NgRx

I’m not ready for 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...
Angular Material Modal Schematic

Angular Material Modal Schematic

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...