排序
Java 8 – Functional Interface
Java 8 - Functional Interface, Java 8 - Lambda Expression (3 Part Series) 1 Java 8 - Lambda Expression 101 2 Java 8 - Lambda Expression Rule 3 Java 8 - Functional Interface In the ...
Your private PDF merge service
Your private PDF merge service,Have you ever had to create a multi-page PDF document from individual files? This post walks you through packaging an efficient Linux command merging...
Twilio hackathon: Buy Food Locally
Twilio hackathon: Buy Food Locally,[Comment]: # Buy food from local vendors. I am trying to bring more features to a situation I found locally, and add the possibility to vendors t...
GraphQL with Java Spring Boot and Postgres or MySQL made easy!
GraphQL with Java Spring Boot and Postgres or MySQL made easy!,GraphQL is revolutionizing the way developers build APIs. It lets you query precisely what you want. Nothing more, no...
Jpackage : Overview of one of Java 14’s hidden gems
Jpackage : Overview of one of Java 14's hidden gems, Typically, Java applications are deployed packaged as jar files, or war files for web applications. Newly, Java 14 comes with a...
Invoke a Java static method from RCPTT
Invoke a Java static method from RCPTT,It makes no sense to spend lot of time writing complex procedures when we could reuse all the functions available in our application. We don...
ColdFusion Query-of-Query Reserved Words or Bug?
ColdFusion Query-of-Query Reserved Words or Bug?,I encountered an Adobe ColdFusion error where a query would throw an error if certain column names were accessed. A third-party cli...
Quick And Dirty Java Makefile
Quick And Dirty Java Makefile,I'm not a Java user and know next to nothing about it. Today was my first time ever running a line of Java directly. If you've ever used Java before, ...
The Modern Cpp Challenge on Mobile – Least Common Multiplier
The Modern Cpp Challenge on Mobile – Least Common Multiplier,Hello ! I’m Xavier Jouvenot and here is the third part of a long series on The Modern C++ Challenge.In this article, ...
Coping with incompatible code in Graal VM AOT compilation
Coping with incompatible code in Graal VM AOT compilation,The link last two blog posts were focused on how to write a custom Kubernetes controller in Java. As usual, I'm writing a ...
What is Dependency Injection?
What is Dependency Injection?,Hello!! Dependency Injection is not a new term for Devs with years of experience. But, for a junior developer it can be a confusing. This post aims to...