All posts by
Krzysztof Len
JS Fullstack, Gdańsk
Is Module Federation the future of Front-end development?
Krzysztof Len July 6, 2022Code with us #02 – Kudos list
Krzysztof Len April 15, 2021Welcome to the second episode of the “Code with us” Flutter series. In this episode, we will build together a list of kudos in which every single item is presented as a separated tile with the names of the giver, recipient, and a description. At the very top of the
Flutter Halloween Chart
Krzysztof Len October 30, 2020How to customise chart using charts_flutter package – tutorial In this tutorial, I’ll show you how you can customise a bar chart using charts_flutter package. Halloween is around the corner, so let’s create a chart which designs will allude to these event and the end of this tutorial will look like
TypeScript – how to work with implicit and explicit types?
Krzysztof Len July 1, 2020Working with TypeScript can provide many advantages to your codebase, such as improved security or lowering the risk of errors. But it also could create a couple of dilemmas due to its differences compared to static types in other programming languages.