Creating IntelliJ plugin with WebView
In this post, we would like to show how to create a simple plugin for IntelliJ with JCEF, the new WebView framework. In our company, we use it to build such tools as GraphBuddy or CodeTale. The first one is already released, the second one we are still working on in our R&D team. It is a plugin to your IDE, which enables you to browse comments from pull requests.
Option — the null of our times
How to rock tech events?
Context Buddy
Nifty Docker tricks for your CI (vol. 2)
Nifty Docker tricks for your CI (vol. 1)
I read ThoughtWorks Technology Radar vol.21 so you don’t have to
For those who don’t know, ThoughtWorks is a Consulting Company that has Martin Fowler and Rebecca Parson in their team. Due to the…
GraphQL Introduction
Private fields, public worries
Visiting a Listener — and where generalization may lead us
Visitor is often considered an ugly cousin of pattern matching. It’s looked at with disdain and considered highly boilerplate (and