[Redirect Magazine] #13 - .NET Core 2.1 released, Twelve-Factor App, Reactive Manifesto, readable code, Rx on the cloud and extra JS stuff

Here ye go! Articles “Announcing .NET Core 2.1” .NET Core 2.1 is now final and here’s what it brings. “The Twelve-Factor App” Nice set of guidelines on developing applications (focusing on SaaS). This is really far from new, but I only recently got around to reading the whole thing. By now most of what’s described sounds a bit obvious, but it’s good it’s written somewhere. “The Reactive Manifesto” In the spirit of the previous article, another set of recommendations for application development, making them “reactive”....

June 2, 2018 · 1 min · 167 words · João Antunes

[Redirect Magazine] #10 - Events past week, .NET Core future, project versioning, Visual Studio Live Share, Angular 6 and the new SignalR

This past week had Microsoft Build and Google I/O, lots of stuff to check out (and so little time). Articles ".NET Core 3 and Support for Windows Desktop Applications" Some insights on whats coming in .NET Core. Many things are Windows only, but at least those that still need to target specifically Windows will be able to take advantage of .NET Core goodies when building desktop applications (WPF and Windows Forms)....

May 13, 2018 · 1 min · 205 words · João Antunes

Quick intro to Docker and Docker Compose: Angular, ASP.NET Core and Postgres app

Intro I wanted to play a little with Docker Compose so I created a little PoC that had the usual components of a web application: a frontend, a backend and a supporting database. Sample code to follow along here. Sample overview As I was just looking for the simplest thing just to make all the bits work together, I whipped out a pretty stupid scenario. The application basically lists some counters and increments each one as it’s selected....

January 31, 2018 · 8 min · 1534 words · João Antunes