Category: Blog

Blog

Dotnet CLI

Recently I wrote about how good angular works with .net core. And since I already went through that exercise I decided to share some…

Blog

Angular CLI

Recently I wrote about how good angular works with .net core. And since I already went through that exercise I decided to share some…

Blog

Angular + .Net Core showcase

Nowadays, the monolithic approach of frameworks is no longer popular. Latest frameworks tend to be more modular and cross platform. ASP.Net Core is a…

Blog

PixiJS Experiment

Recently I have been experimenting with PixiJS v4. It is HTML5 Creation Engine to build beautiful digital content with fast and flexible 2D WebGL…

Blog

New Features in C# 7

I have been wanted to write about c# 7 for long time but I have been so overwhelmed with work lately. So now that…

Blog

Git submodules helpers guide

Git has became the most popular subversion system. Not only it is free and open source, but it also provides tons of really nice…

Blog

Web Security

Recently I was asked what are good practices for developing web applications and web sites. The reality is that this is something, which very…

Blog

Angular IE Caching issue for $http

All the ajax calls that are sent from the IE and Edge are cached by Angular and I don’t get the right data from…

Blog

Preserving the scope in TypeScript

Every JavaScript developer had to deal at some point with the issue of referencing Lexical Scope (also called Static Scope). A common issue is…