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”
Programming
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”
Say Hi to Swift 5! Part 2: Language improvements
On March 25 swift 5 had been released. It marked a major milestone in Swift language evolution, mostly by ABI stability. While this update builds blocks and fundamentals for future … Continue reading “Say Hi to Swift 5! Part 2: Language improvements”
Say Hi to Swift 5! ABI stability and Swift Package Manager
On March 25 Swift 5 was released. It marked a major milestone in Swift language evolution, mostly by ABI stability. This update is more about building blocks and fundamentals for … Continue reading “Say Hi to Swift 5! ABI stability and Swift Package Manager”
Cross Platform Desktop Applications with Electron
Times, they are a changing, less and less applications are written for desktop only – it is a mobile/browser world out there, people. As much as I like this idea, … Continue reading “Cross Platform Desktop Applications with Electron”
JUnit 5 and Rest Assured using Extension API
JUnit 5 brings a lot of new, interesting features into Java developer toolbox. From my perspective, one of the most important is new Extensions API, which allows a user to … Continue reading “JUnit 5 and Rest Assured using Extension API”
Do you feel like Mango?
A basket full of food: Apple, BlackBerry, Mango or maybe Gingerbread or Honeycomb? The fight between mobile operating systems has begun long time ago. Without a doubt, we can say … Continue reading “Do you feel like Mango?”