排序
How to get rid of all those non-javadoc comments in your Java project
How to get rid of all those non-javadoc comments in your Java project ,Have you ever met something like this in your legacy code? /* * (non-Javadoc) * @see java.lang.ClassLoader#lo...
Java InvokeDynamic (part 2 CallSite)
Java InvokeDynamic (part 2 CallSite),ในตอนนี้เราจะ เข้าไปใกล้ invokedynamic เพิ่มขึ้นอีกนิด จาก part 1 เราได้เห็นวิธีการเ...
Using the new Gradle plugin for Azure Functions to deploy Spring Boot serverless applications
Using the new Gradle plugin for Azure Functions to deploy Spring Boot serverless applications, Introducing the new Gradle plugins for Azure For building and deploying Java projects...
Top 7 Programming Languages For Test Automation In 2023
Top 7 Programming Languages For Test Automation In 2023,So you are at the beginning of 2020 and probably have committed a new year resolution as a tester to leap into automation te...
5.How to match word and non word characters.
5.How to match word and non word characters., Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 3.Matching digits and non digi...
Decrypting Amazon Connect Encrypted Customer Data
Decrypting Amazon Connect Encrypted Customer Data,Amazon Connect is Amazon's telephony platform, allowing customers to create call flows that collect data from the caller, via spee...
Cognitive Control Annotations in Spring Boot
Cognitive Control Annotations in Spring Boot, Cognitive Control Annotations in Spring boot allows to annotation(s) with appropriate dependency injection. The article mainly focus o...
Stream.concat vs. new ArrayList Performance within a Stream
Stream.concat vs. new ArrayList Performance within a Stream,During a code review I suggested a code improvement related to JDK8+ streams. The original code looked very similar like...
WordPress Themes or Vala for Java Programmers?
Wordpress Themes or Vala for Java Programmers?,Oh, how tech gods tease me so... I am stuck between either learning how to create Wordpress Themes or learning Vala for Java Programm...
Tutorial: Use Azure Functions to process real-time data from Azure Event Hubs and persist to Azure Cosmos DB
Tutorial: Use Azure Functions to process real-time data from Azure Event Hubs and persist to Azure Cosmos DB, Azure Event Hubs multi-protocol support (2 Part Series) 1 Azure Event ...
Java InvokeDynamic (part 1)
Java InvokeDynamic (part 1),invokedynamic เป็น instruction ที่ถูกอิมพลีเมนต์เพิ่มเข้ามาใน java 7 (JVM) โดยจุดประสงค์หลักจะทำ...
Introducing My Java Tutorial Series
Introducing My Java Tutorial Series,I’ve decided to start a series of articles on my blog dedicated to teaching you, the reader, the basics and fundamentals of Java. In my... The ...