[Redirect Magazine] #14 - Micro Frontends, Polly extensions for HttpClient, WebSockets and Nginx

Have at it! Articles “Micro Frontends” On the same page as a video I shared on Redirect Magazine #12, this article talks about taking the microservices architecture into the frontend, so we don’t end up with a fancy microservice backend coupled with a monolithic frontend, kind of defeating the purpose of the architectural decision in the first place. “HttpClientFactory in ASP.NET Core 2.1 (Part 4) - Integrating with Polly for transient fault handling” I’ve made some posts on using Polly to improve ....

June 10, 2018 · 1 min · 185 words · João Antunes

Getting this up and running – Bonus round: SSL, Email and stuff (3/3)

To finish up this series of posts I’ll just go by a couple of extra things I needed to do to get the, mostly functional by now, site to work better. The main points are: Getting some certificates to get the site working on https. Using a mail server to overcome an issue with WordPress running on Docker. Get the site on HTTPS Everybody likes (or should) when you go to a web site and it uses HTTPS, even more so when there are private stuff going down the wire (like user credentials)....

October 18, 2016 · 5 min · 1046 words · João Antunes

Getting this up and running – Installing Docker and running applications with it (2/3)

This post will focus on installing the Docker engine and then running the applications we need to make the blog work as Docker containers. I’m not the best to explain all about Docker, so I’ll focus on what I needed to do to get the blog running. If you really want to learn about Docker there are lots of good resources out there, starting with Docker’s own documentation (which I used a lot)....

October 15, 2016 · 8 min · 1605 words · João Antunes

Getting this up and running - Intro

So I guess a good article to begin with would be to explain how I got this site up. Even more fitting is it has nothing to do with .NET, which you would expect would be on the debut article around this parts (rest assured those will come like a stampede :) ). So, let me start by summarize how this thing is working: The server is a Linode [1] virtual machine....

October 5, 2016 · 3 min · 455 words · João Antunes