Global Game Jam is a global marathon, which aims to integrate participants by creating computer games. Its first edition took place in 2009 and each year attracts more and more … Continue reading “After Global Game Jam 2020”
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 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”
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 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 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”
What’s what in TensorFlow 2.0 – Part Deux
Welcome to part 2 of my “What’s what in TensorFlow 2.0” series. If you have not already, I encourage you to read part one first. In the previous article, we … Continue reading “What’s what in TensorFlow 2.0 – Part Deux”