Software Architect
A lot of questions typically come up as developers write application code. For example, are you following established best practices? How easy will it be to maintain and refactor the application in the future? If you’re starting a new application from scratch, what application architecture should be used? These types of questions are common when […]
A lot of questions typically come up as developers write application code. For example, are you following established best practices? How easy will it be to maintain and refactor the application in the future? If you’re starting a new application from scratch, what application architecture should be used? These types of questions are common when […]
How do you communicate between hierarchical components as data changes in your app? While different state management techniques can be used, a simple yet powerful solution is available in RxJS. In this talk Dan Wahlin will discuss how the different RxJS subject objects can be used to create Observable Services and even simplify state management […]