Java Stream Tree Walker
Java Stream Tree Walker,This article discusses walking a tree or graph of nodes with a Java 8 Stream implementation. The implementation is codified in a Spliterator The strategy de...
Getting started with Github Actions: Run JUnit 5 tests in a Java project with Maven
Getting started with Github Actions: Run JUnit 5 tests in a Java project with Maven, This blog post was originally published at blog.codeleak.pl Github Actions is a CI/CD service p...
Elide – Opinionated APIs for web & mobile
Elide - Opinionated APIs for web & mobile,A while ago I wrote about Super Graph which turns GraphQL queries into a single SQL query. Today let's take a look at a very similar Java ...
Effective Java! Favor Generic Types
Effective Java! Favor Generic Types, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The Builder Pa...
Install Leiningen
Install Leiningen, Exploring Clojure (4 Part Series) 1 First post, first try Clojure 2 Install Leiningen 3 Configure Emacs for Clojure 4 Example recursion in Clojure Install Leinin...
My Journey so far as a Android Dev
My Journey so far as a Android Dev,Hi everyone, my name is Niveth Saran and this is my first post in this platform. Feedback, suggestions and comments are appreciated so that I can...
Sending Emails with JavaScript
Sending Emails with JavaScript, The guide about Sending emails with Javascript first appeared on Mailtrap blog. JavaScript is a programming language that you can use for both front...
How to create GraphQL schema dynamically?
How to create GraphQL schema dynamically?,Hey everyone. 🤩 I am writing this article to guide you through to a create a dynamic GraphQL schema programmatically as java code. We wou...