Frontend Architects, like all architects, should have a breadth of actionable knowledge. We should keep a mental library of technical solutions that will help us fulfill our duties, such as: a) Evaluate ideas and needs coming from Business;b) Offer more feasible/realistic recommendations;c) Have leveled discussions with Engineers – if they resist the requested changes. This […]
Frontend Development
Messaging between browser tabs
One of the coolest JS libraries I’ve seen this year is SYSEND. It is a small library that helps us send messages between pages that are open in the same browser. It also supports Cross-Domain communication (Cross-Origin). The library doesn’t have any dependencies and uses the HTML5 LocalStorage API or BroadcastChannel API. The questions for […]