Big Picture Event Storming

Big Picture Event Storming

Event Storming (apart from sounding like something Thor would do for his birthday) is a very efficient technique for solving one of the most difficult phases of starting up new … Continue reading “Big Picture Event Storming”

Java 14 availability announced by Oracle

The latest 14th version of the Java SE (Standard Edition) Platform has reached General Availability for all developers and enterprises on 17 March 2020 as the first available from Oracle … Continue reading “Java 14 availability announced by Oracle”

custom DSL

Improve your code with custom DSL

Recently I had to use URL request with query parameters, which were based on FIQL syntax. I’ve started with simple string concatenation, but then it began to grow and became … Continue reading “Improve your code with custom DSL”

Scalable architecture for iOS

Scalable architecture for iOS app – case study

Long story short – we had an iOS app, written in Objective-C. A huge one, with many, many issues. We decided to rewrite it in Swift – for various reasons, … Continue reading “Scalable architecture for iOS app – case study”

Snippets

How to speed up your work with snippets?

Have You ever seen a movie or a TV show featuring programmers or hackers? We all know the scene: a guy, preferably in a hoodie, slouching in front of a … Continue reading “How to speed up your work with snippets?”

How I implemented toast notifications in the Vue application using Vuex

Toast notifications, among other things like for example loaders, are a basic functionality that usually is implemented before first release. This is because of their meaning in application. If user … Continue reading “How I implemented toast notifications in the Vue application using Vuex”

Property-based testing

Property-based testing

Property-based testing isn’t new. It’s quite common in the functional programming world. Anyway, there is a big chance that as a C# programmer you have never used it before. I … Continue reading “Property-based testing”

ag-grid

Ag-grid library basics

During my work as a frontend developer often enough I had to face a task of table creation. Tables needed to contain specific functionalities, starting from sorting and filtering, through … Continue reading “Ag-grid library basics”

jsPoland conference

A review of a conference related to the JavaScript language.

NgPoland conference

November 21 was the largest conference in Central and Eastern Europe regarding Angular – NG Poland. Organized for several years, it attracted crowds of fans of this framework. And they … Continue reading “NgPoland conference”