Episode 027 - Up and running with Docker Compose - ASP.NET Core: From 0 to overkill

In this episode, we’ll take the Docker containers we prepared previously and use Docker Compose to get the complete PlayBall application running.

August 12, 2019 · 16 min · 3205 words · João Antunes

Episode 026 - Getting started with Docker - ASP.NET Core: From 0 to overkill

In this episode, we’ll be creating Docker containers for our applications, with the goal of making it easier to get them all running as a whole.

July 29, 2019 · 14 min · 2916 words · João Antunes

Episode 025 - Integrating IdentityServer4 - Part 5 - Frontend - ASP.NET Core: From 0 to overkill

In this episode, we take a look at our frontend single page application, and the changes made to handle user authentication. We also take a look at a way to handle the CSRF token in the requests made to the BFF.

July 13, 2019 · 14 min · 2855 words · João Antunes

Episode 015 - Calling the Web API from the frontend - ASP.NET Core: From 0 to overkill

Wrapping up this first look at the frontend application built with Vue.js, in this episode we make it work with the group management Web API we developed so far.

February 12, 2019 · 6 min · 1186 words · João Antunes

Episode 014 - Centralizing frontend state with Vuex - ASP.NET Core: From 0 to overkill

In this episode, we continue playing around in the frontend, by centralizing all state using Vuex, making use of the patterns that are probably more popular lately due to their use with React and Redux.

February 7, 2019 · 17 min · 3433 words · João Antunes

Episode 013 - Starting the frontend with Vue.js - ASP.NET Core: From 0 to overkill

In this episode, we start the frontend development with Vue.js. One can say this isn’t ASP.NET Core, but we do need a frontend and single page applications are all the rage these days, so we’re going with the flow 😛

February 2, 2019 · 18 min · 3636 words · João Antunes