angular AspNetCore + Angular + SignalR + Typescript = Drinking Game Getting realtime data from the server to the client has become easier than ever. I wrote a post about a year ago with steps on how to setup SignalR with AspNetCore and then make it work with Angular. But the bandaid I put together at the time looked terrible (using
docker So Now I Have A Container? What Now?! This is not the same container 101 talk you've seen a dozen times. The point of this talk is how to ship a container to production, once you've built it. We'll containerize a .net core app, debug locally, set up continuous deployment, set up
Video Ocelot: Awesome API Gateway The client I'm currently working is quite strict about what is going to be exposed externally, so basically no database will have external access directly nor any internal services. So because of that, we had to add a gateway layer on top of all their internal services. I&
talk Service Workers 101 In August this year, I went to NDC Sydney and one of the best talks I went to was one from Steve Sanderson entitled Web Apps can’t really do that, can they?. I didn't know how powerful service workers could be at the time and because I
Azure Build and Deploy an Angular App from GitHub to Azure Website I had a bit of a challenge when I tried to deploy an Angular app to Azure and I'd love to share it since it was new to me, it might as well help other people. I used the Angular Cli to create my app and all I