Vyacheslav Rusakovblog.vyarus.ru·Oct 17, 2024Releasing GraalVM-generated native binaries with Github Actions (and Gradle)Recently, I have to update binary release github action for my yaml-updater project and finally added debug and re-run abilities. So I decided to describe it here as it could be easilly reused for other projects (should be a good bootstrap for anyone...Discussgradle
Louis Moreauxlmoreaux.hashnode.dev·Oct 16, 2024How to Use Server-Side JavaScript in Oracle APEX with Oracle 23ai #JoelKallmanDay#JoelKallmanDay Every year in October, the Oracle Community shares technical (or non-technical) content to gain some attention. I began participating in 2021 with my (almost) first post on this blog. I remember feeling like I was part of something. A...Discuss·6 likes·1.1K readsorclapex
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Jun 6, 2024Even more Opentelemetry!I continue to work on my Opentelemetry demo. Its main idea is to showcase traces across various technology stacks, including asynchronous communication via an MQTT queue. This week, I added a couple of components and changed the architecture. Here ar...Discuss·51 likes·31 readsOpenTelemetry
Driptaroop Dasblog.dripto.xyz·Mar 26, 2024Mastering Minimalism: Crafting the Ultimate Slim Docker Image for JVM Spring AppsHey folks! It's been a while since I last dropped a blog post – work and family shenanigans have kept me pretty tied up. But, this topic is intriguing enough that it warrants a blog post. The Why In my recent work, I've been developing APIs using Kot...Discuss·36 readsJava
Ralf Honorioralfhonorio.dev·Mar 22, 2024Tips and Strategies for Native Images in GraalVMIn the cloud computing ecosystem, efficiency and scalability are vital. GraalVM offers a robust solution by allowing the compilation of Java code into native executables, mitigating "cold start" time and enhancing performance. GraalVM redefines the e...Discuss·59 reads>_javaGraalVM
Saptarshi Sarkarsaptarshisarkar.hashnode.dev·Oct 15, 2023Build Native Images for a Java ApplicationHaving a hard time distributing Java Applications to your users? Are you using any paid tools for the same? What if I say, there is an Open-Source tool that will help you solve all the challenges you have faced? Introducing you to GraalVM - A tool th...Discuss·12 likes·60 readsGraalVM
Tristan Mahinayblog.rjtmahinay.com·Aug 19, 2023The Value of QuarkusThis blog is for my talk presented to ING Hub Philippines about the value of Quarkus in business and development. I've shared my personal experience in using this framework and the value it can give to their organization. As of the time of my talk, t...Discuss·67 readsJavaJava
Jochen Van den Bosscheblog.jochenvandenbossche.dev·Aug 6, 2023Setting up Oracle SQLcl under GraalVM 17Downloading I downloaded the Windows version of GraalVM for Java 17: I Surfed to https://www.oracle.com/java/technologies/downloads/. There I chose the tab labeled GraalVM for JDK 17 (so not JDK 20, JDK 17 nor GraalVM for JDK 20) The subpage indicate...Discuss·51 readssqlcl
Mani Balamanib.hashnode.dev·May 20, 2023Java Microframeworks with GraalVMJava GraalVM is considered a game changer in the Java world because it provides a number of benefits that were previously not available with traditional Java implementation. Microframeworks, one could be curious. it is a term used to refer to minimal...Discuss·22 likes·175 readsJava
Priyanshpriyansh.hashnode.dev·Apr 8, 2023Polyglot Programming using GraalVM in KotlinThe meaning of the word polyglot is knowing or using several languages. In this article, we'll see what that means from a programming perspective and create a hello world program demonstrating the concept. Git repository for this demo: https://github...Discuss·24 likes·333 readsGraalVM