Back to top

Articles


I gave a talk in an official conference

I’ve been trying to actively improve my public speaking skills (one of the reasons why I blog less these days 😁) and started from local meetups and user groups. However, my goal was to give a talk in an official conference this year.

PublishedMay 08, 2018
Time to read7 min
soft skillspublic speakingRead more
Switching between VirtualBox and Hyper V

Recently I had to switch between VirtualBox and Hyper-V and unfortunately these two don’t get along well 😉. So I started googling for a solution and this one was the one that got my attention.

PublishedApr 13, 2018
Time to read1 min
boothypervvirtualboxRead more
IoT and some misconeptions

I’ve being reading around internet of things (IoT) and playing with some of the kits available, however, this post is not about how to setup a device and read the data from sensors.

PublishedMar 21, 2018
Time to read5 min
IoTmisconceptionsRead more
Angular and PWA, the life ahead of us

Progressive Web Applications (PWA) are getting more and more attractions by day. With recent move from DevKit team, adding service worker support to the latest version of Safari, and Microsoft adding progressive web applications to their store, we can see the importance of the key role PWAs play in today’s market.

PublishedFeb 09, 2018
Time to read14 min
angularapplication manifestpwaRead more
Making multi language Angular applications using ngx-translate

Are you working on an international product where you need to support multiple languages? Is your application written in Angular? Then this article might help you to get it done easier than ever.

PublishedJan 17, 2018
Time to read7 min
angularngx-translateRead more

When using reactive forms in Angular we usually avoid template based validation like required, maxlength and so on.

PublishedDec 19, 2017
Time to read4 min
angularcustom validationreactiveformsRead more
Setting up VSTS CI/CD for a SPA app using AngularCLI, ASPNetCore (Part 2)

In my previous post I showed you how to setup a build pipeline for a SPA application written in Angular using Angular CLI and ASP.Net Core as back-end. I promised back then to continue with the release as well, but have been pretty busy lately.

PublishedDec 18, 2017
Time to read3 min
angularaspnetcoreCI/CIRead more
How to use nested form groups using ReactiveForms in Angular

It’s been a while since I decided to write about reactive forms, as I believe they are an essential part of every developer’s life.

PublishedDec 15, 2017
Time to read4 min
angularformarrayformcontrolRead more

Problem

Let’s assume you want to validate something before a request hits your ASP.NET Core controller’s action method. One of the possible solutions is to create an ActionFilterAttribute and use its OnActionExecutionAsync (in case you like to do it asynchronously) to do the checking. Now if you are depending on something like configuration or even another instance of a class it is going to be tricky.

PublishedOct 04, 2017
Time to read2 min
actionfilterattributeaspnetcoreaspnetmvcRead more
CORS issues when using Azure AD in ASP.Net Core and Angular

Recently, I wrote a post about using Azure Active Directory (AD) as authentication mechanism for a single page application written in Angular.

PublishedOct 01, 2017
Time to read2 min
angularaspnetcoreauthenticationRead more