Month: December 2018

How to use Git Subtree to share code between Angular projects

This video covers how to use Git subtree to share code between Angular projects. Git subtree contains utilities to sync a part of a repository (subtree) ensuring that each client decides themselves when they want to sync changes with the upstream. Thank you for watching. I’m going to do another post soon on using Mono …

How to use Git Subtree to share code between Angular projects Read More »

How to Cache HTTP Requests in an Angular App (PWA)

PWA, progressive web apps, gives our browser native superpowers, such as offline availability and being able to install websites as a native app. The key to creating maintainable and performant offline apps is to handle caching without cluttering your code with complicated caching logic. Caching is a cross-cutting concern in the whole app which should be …

How to Cache HTTP Requests in an Angular App (PWA) Read More »