image from CQRS in 4 steps - Lightning talk

CQRS in 4 steps - Lightning talk

I finished work on my lightning talk about “CQRS in 4 steps” and successfully presented it to my company’s folks. You can find slides from my presentation on Slideshare and download it from my OneDrive to get my inside notes ;) …

read more ➞
image from Serverless – Local environment [2]

Serverless – Local environment [2]

This post is one in the cycle of posts related to serverless topic. To check all of them go to serverless category. Why functions in Javascript? For my client I decided to launch 3 functionalities in Azure Functions, written in Javascript language. …

read more ➞
image from PowerApps - few words against

PowerApps - few words against

For my client I wanted to add option to create quality complaint just from mobile device - run camera and take few photos, add some description and push it to world. I heard that PowerApps are very good for such functionality - they are …

read more ➞
image from Serverless - Introduction [1]

Serverless - Introduction [1]

This post is one in the cycle of posts related to serverless topic. To check all of them go to serverless category. Introduction Serverless is currently the biggest hype of IT industry - everyday more and more posts / videos / speeches are created …

read more ➞
image from Train riding and temporal model

Train riding and temporal model

Post is based on Szymon `Scooletz` Kulec post’s about temporal model - http://blog.scooletz.com/2017/05/01/top-domain-model-im-temporal Riding a train and reading Szymon’s post inspired me to write a post, how I would model the domain of …

read more ➞
image from Kendo - several useful helpers

Kendo - several useful helpers

I would like to share with you my kendo helper functions and directives. I hope, that they will ease develop your apps: Grid group count header: Simple function to add count information to group header for all columns. If group header template is …

read more ➞
image from Angular & kendo - create windows dynamically

Angular & kendo - create windows dynamically

In my application there is a page, which contains 15 windows. Each windows is a form with a lot of inputs - comboboxes / datepickers / autocompletes etc. I found out, that opening this page takes about 1.5 sek due to rendering all windows at the …

read more ➞