排序
Building Java Projects with Gradle
Building Java Projects with Gradle, I've had a few strongly worded opinions about Java as a language in the past. Be that as it may, choosing a programming language is a luxury tha...
10 Intellij Idea’s plugins I’m using
10 Intellij Idea's plugins I'm using,Cover image: https://pl.m.wikipedia.org/wiki/Plik:IntelliJIDEA_2016.3_Community.png Intellij Idea has a lot of plugins, both paid and free (I'm...
Extent Reports made easy using Cucumber Adapter
Extent Reports made easy using Cucumber Adapter,Report! Report! and yes we all need reports of whatever we do. This applies to test automation as well and we have a lot of options ...
Twitter Auto Reply bot (JavaScript)
Twitter Auto Reply bot (JavaScript), Twitter auto reply bot made with JavaScript Check out github for full usage instructions. Https://github.com/raghavkhanna30/Twitter-auto-reply ...
Twelve-Factor Application of Microservices
Twelve-Factor Application of Microservices, Original post can be found here: https://www.programmingwithjon.com/blog/12Factor Why Do We Need This? The twelve-factor application is ...
Effective Java! Prefer Lists to Array
Effective Java! Prefer Lists to Array, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The Builder ...
fixing a (transitive) dependency mess with gradle
fixing a (transitive) dependency mess with gradle, the transitive dependency mess While extracting openapi-processor-core from openapi-processor-spring I noticed duplicate dependen...
Leetcode: Continuous Subarray Sum
Leetcode: Continuous Subarray Sum,523. Continuous Subarray Sum Problem: Given a list of non-negative numbers and a target integer k, write a function to check if the array has a co...
What’s the most popular programming language?
What's the most popular programming language?,Inspired by the article about the popularity of Go I wanted to check what is currently the most popular programming language. I opened...
Self-Referential Generics in Java
Self-Referential Generics in Java,I've been having an ongoing debate with colleagues about the use of self-referential generics in Java, in which I assert they are unsound, and oth...
Why I (still) love Vaadin
Why I (still) love Vaadin,It's funny how things come in sequences. Recently, on three separate occasions, I stumbled upon questions asking what people used for front-end technologi...
A heroic pattern
A heroic pattern, Intro A short blog on how you can build a mighty fearless hero! I did that by using a software design patter, the Builder Pattern! A mighty hero Many of us at som...