排序
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...
How I can use Google Assistant Functionality in My Android App
How I can use Google Assistant Functionality in My Android App,For Example I need get from user ' compute 5 * 5 ' and pass this statment to Google Assistant and Show for user the r...
Using EasyRandom with Spring Framework
Using EasyRandom with Spring Framework,Tired of creating objects in tests. Try using EasyRandom library. Here is how easily you can add it to a Spring Java project Step 1: Add grad...
Building A Logo Turtle App With Antlr And JavaFX
Building A Logo Turtle App With Antlr And JavaFX, This post was firstly published in my personal blog This post is about building a very simple application, implementing a subset o...