The Value of Online Influencer
Sunday, December 18, 2016 in 2016
Categories:
2 minute read
I’ve been watching Black Mirror, a Netflix Original Series with a profound message which makes the spectator think and really reflect on how technology and social networks are transforming our lives through a series of non-related episodes. In one of …
Debug ASP.NET Core on Docker with Visual Studio Code
Sunday, December 11, 2016 in 2016
3 minute read
Last Thursday I started reading the Free eBook: “Containerized Docker Application Lifecycle with Microsoft Tools and Platform” by Cesar de la Torre. The book is really easy to read and really gives the reader a glimpse on the way to …
First steps with .NET Core Tools MSBuild "alpha"
Tuesday, November 29, 2016 in 2016
Categories:
3 minute read
On November 16th, Microsoft announced the .NET Core Tools MSBuild"alpha". I’ve been developing .Net Core applications with Visual Studio Code for a while now, and I needed to try the new tooling. In this post I’ll show you which …
Step by step: Expose ASP.NET Core over HTTPS with Docker
Sunday, November 06, 2016 in 2016
3 minute read
This week I decided to modify the sample of my previous post: Step by step: Scale ASP.NET Core with Docker Swarm so you can add TLS to your ASP.NET Core applications and Dockerize it. Let’s see how I changed the application in order to make it …
Step by step: Scale ASP.NET Core with Docker Swarm
Sunday, October 30, 2016 in 2016
2 minute read
A few weeks ago I posted Step by step: ASP.NET Core on Docker were I showed how to build and run a Docker image with an ASP.NET Core application. Today I bring you: Step by step: Scale ASP.NET Core with Docker Swarm so you can scale out or in the …
Use .NET Core to Create Azure Blob Storage SAS Keys
Monday, October 24, 2016 in 2016
2 minute read
If you intend to use the WindowsAzure.Storage library with .Net Core you’ll hit a"compatibility wall" trying to make it work. So how can we use .Net Core to Create Azure Blob Storage SAS Keys? Add the …
Is Privacy Dead?
Monday, October 17, 2016 in 2016
Categories:
3 minute read
I started the day in a coffee shop. I got a nice spot with a window right next to me. As I take out my Surface Book and turn it on, in a matter of seconds my face is recognized so I don’t have to use the keyboard to login. A couple of minutes later …
Deal with time dependencies in Tests
Tuesday, October 11, 2016 in 2016
Categories:
3 minute read
Las week we discovered that some of our test would"randomly" fail depending of the time of the day. After investigating the issue we found that the culprit was that the service being tested was taking decisions based on the current system …
Get Ready: Exam 70-533 Implementing Microsoft Azure Infrastructure Solutions
Sunday, October 02, 2016 in 2016
Categories:
2 minute read
This week I cleared the 70-533 Implementing Microsoft Azure Infrastructure Solutions exam, and I want to share with you tips about the exam and the resources I used to study: Should you take the exam? If you are an Infrastructure Geek, Developer or …
Step by step: ASP.NET Core on Docker
Monday, September 26, 2016 in 2016
2 minute read
This week I have to give an introductory talk on DevOps and Docker and therefore I decided to prepare a simple Step by step: ASP.NET Core on Docker sample. Assuming you have Docker installed and running, follow these 4 simple steps: Create a …