Overview I started to blog on 02.03.2016. This was mainly in response to local Polish competition: Daj Sie Poznac. Idea was simple: write two blog posts
Tag: dajsiepoznac
ASP.NET Core with PM2
Overview In latest posts I have migrated my microservice on ASP.NET Core to RC2. I’m using gulp to manage my front-end build pipeline. As it’s slightly annoying to
CORS with ASP.NET Core RC2
Overview I have just moved my microservice to RC2. However some time ago I have already built JQuery call from webite to this microservice and I had
Microservice on ASP.NET Core RC2 on Ubuntu
Overview Have you heard that ASP.NET Core RC2 has been just released?. Is the revolution is coming? In my latest posts I have built simple
mongodb and dnxcore50 is not (yet) supported
Overview I’m trying to build the most crazy technology stack ever. I planned to integrate my ASP.NET Core Microservice with MongoDb. Unfortunately MongoDb .NET Driver
Docker commands cheatsheet
Overview I’ve been playing around with my ASP.NET Core microservices on Linux. In the meantime I have build my front-end build pipeline and tried to understand Xamarin Visual Studio
Xamarin Forms and Visual Studio
Overview My latest post about Xamarin Visual Studio Templates beat the record of visits. That’s why, I have decided to explore Xamarin development. I have chosen to
Docker with coreclr
Overview I’ve been playing around with my ASP.NET Core microservices on Linux. In the meantime I have build my front-end build pipeline and tried to understand Xamarin Visual Studio
Gulp fails with bootstrap – common issues
Overview I’m stil trying to understand how to build my front-end pipeline with gulp. I have set up this on Ubuntu and with ASP.NET Core.
Inject CSS with gulp-inject
Overview In latest posts I have started to build front-end build pipeline with Gulp for my ASP.NET Core Web App. All of this on Ubuntu. I have been able