14.11.2017
What does WebHost’s CreateDefaultBuilder do?
Explanation of everything that WebHost.CreateDefaultBuilder does along with its source code.
14.11.2017
Explanation of everything that WebHost.CreateDefaultBuilder does along with its source code.
30.10.2017
An overview of methods of error handling in ASP.NET Core 2. See what’s available out of the box and when to use it.
28.07.2016
A quick tip on how to inspect a scope of any element in an Angular JS application
8.11.2015
Light Grid 0.3.0 is hot off the press! This version, similarily to the previous one, comes with a bunch of breaking changes, but we’re getting very close to the stable version. My backlog has several new features and no more changing of major parts. The most important new features: The lg-grid directive can be used […]
7.07.2015
Short summary of the changes and additions to the 0.2.0 release of the Light Grid.
25.06.2015
Introducing Light Grid – a simple and lightweight Angular JS grid.
18.06.2015
Is deploying ASP.NET 5 applications to Azure with Git or Mercurial as simple as the old ASP.NET 4 apps? Turns out it (almost) is! You just need to remember few steps and you’ll set up continuous deployment in no time!
14.06.2015
ASP.NET 5 middleware doesn’t have to be chained one after another. This article present options we have to create non-linear middleware.
23.12.2014
It is likely that a lot of ASP.NET Core projects will need to use custom middleware. In this post I will describe what are the simplest ways of creating an own ASP.NET Core middleware and using the built-in dependency injection system.
27.09.2014
In the previous post I wrote about common cases of directive communication. Now’s the time for several slightly more complicated scenarios: accessing child elements, siblings and issues with transclusion.
21.09.2014
The internet is loaded with tutorials and posts about simpler cases of directive-to-directive communication in AngularJS. However, I haven’t found the complete guide covering the less obvious scenarios as well, so here’s my shot at it. The first part will cover cases where directives are placed on the same element and where the caller is […]
5.07.2014
Have you ever had a web page with two neighboring elements with box-shadow and noticed that one seems to be “on top” the other? In this article I explain how to make the shadow fall behind both.