The Basis of Virtual Threads: ContinuationsProject Loom has been the focus of attention in the Java community since the day it was announced. Java developers were excited by Loom’s…Apr 28, 20231Apr 28, 20231
An introduction to Scoped Values in JavaAfter moving to the six-month release cadence, the Java language has entered a rapid development process.Feb 20, 2023Feb 20, 2023
How to Serve Azure Storage Resources with Grant Limited Access using SAS?After the decision to use Azure Cloud Storage for the shared resources at the project I was involved in, by reviewing the SDK, I explored…Jul 31, 2021Jul 31, 2021
HOW TO KEEP ELASTICSEARCH IN SYNC WITH RELATIONAL DATABASES?This article was published in Java Advent Calendar on December 6, 2020Dec 8, 2020Dec 8, 2020
How to Prepare Native Image Configuration Files in The Most Complete Format?GraalVM is a high-performance runtime that supports additional programming languages and execution modes but the main thing that makes it…Nov 4, 2020Nov 4, 2020
How to Write Embedded Integration and E2E Tests for JakartaEEThe end-to-end testing in enterprise applications is important as long as it covers the real use cases. Therefore, even although companies…Jun 30, 2020Jun 30, 2020
Java ile Özel Notasyon GeliştirimiJDK 1.5 ve üstü bir sürümle geliştirim yapmış her seviyeden Java geliştiricisi notasyon kullanmıştır. @Inject, @Entity, @Autowired, hiç…Dec 23, 2019Dec 23, 2019
How to Call the Next Handler in Vert.x?In Vert.x, when a Router takes an HTTP request, it finds a matching route (if any) and then it calls the handler of the route passing in…Jun 4, 2019Jun 4, 2019
How to Create a Builder Image with S2ISource-To-Image (S2I) is a standalone toolkit and workflow for creating builder images. It allows you to build reproducible Docker…Nov 20, 2018Nov 20, 2018
How to Share Data Between Threads in Vert.xPassing and sharing information or data between threads is an important part of multi-threaded programming. It's even more important in…Oct 31, 20181Oct 31, 20181