17 Jul Understanding FHIR with Epic
Want to use the HL7 FHIR standard with Epic but don't know where to start? We walk through the FHIR dataflow, and how to get the answers you need to be successful....
Want to use the HL7 FHIR standard with Epic but don't know where to start? We walk through the FHIR dataflow, and how to get the answers you need to be successful....
Want to add logging in your Angular app, but not sure where to start? This post explores setting an app up with ngx-logger....
An introduction into using Angular's @ViewChild to manipulate the DOM along with Renderer2....
In this post we build a solution using the Datepicker, Sidenav and Toolbar, that gives us a line of a cheesy poem when we select a month. Then we test it!...
Pushing UI elements around based on snackbar notifications, using CSS and Javascript....
In this post, we look into the Material Button Toggle by embedding it in a form, and testing its functionality....
Sometimes stubbing is not enough. When testing we will, at times, need to understand more deeply how a System Under Test (SUT) calls a dependency. When this happens, we turn to spies. As Martin Fowler defines spies - Spies are stubs that also record some information based...
Angular components, in my view, are everything. As the Angular documentation team puts it - Components are the most basic UI building block of an Angular app.https://angular.io/api/core/Component Components help to manage the lifecycle of a view in Angular. They coordinate the passing of information in an...
Recently I was giving a tutorial on Angular to a friend. In the conversation we landed on the area of testing, one of my favorites. We had written some code together and I spoke a bit about the importance of testing and TDD. As...