Arpit Rathorearpitrathore.com·Dec 2, 2023My first blog - Coding Challenges FYII am starting my blogging journey today. In the next series of blogs, I will be solving the challenges mentioned at https://codingchallenges.fyi. Tools used I will use dart programming language to solve these challenges. Background I am a backend dev...DiscussCoding challenges Fyi #ccfyiccfyi
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·40 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·28 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·38 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·126 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·196 readsGraalVM
Vladimir Mutafovvmutafov.com·Jan 7, 2023JavaScript Decorators in GraalJSWhat are the JS decorators? Decorators in JavaScript could be thought of as a mechanism of wrapping one "block" of code with another adding additional behavior. People familiar with the Decorator pattern should easily grasp the idea of decorators. As...Discuss·372 readsGraalJS
DaShaundashaun.hashnode.dev·Nov 22, 2022Spring Boot 3 Buildpacks with Testcontainers CloudBackground I have a modest laptop. It checks the boxes, for just about everything I need to do for work. Just about. AOT processing, with GraalVM, is not a great experience on this machine. The origin story Back in June 2022, I was presenting at Spri...Discuss·1 like·38 readsSpringboot
DaShaundashaun.hashnode.dev·Nov 10, 2022A new builder for Spring Boot 3 RC1 on ARM64Background I’m a fan of using buildpacks. I’ve been using and updating the paketo-arm64 repository started by Daniel Mikusa. With Spring Boot 3 going GA, very soon, more people are wanting to use buildpacks with their M1 machines. I feel pressure, in...Discuss·36 readsbuildpack
sycuredblog.sycured.com·Aug 6, 2022GraalVM: Java 8 OCI/Docker images are availableGraalVM doesn't have official Java 8 OCI/Docker images. I moved to GraalVM on my laptop, also for containers… I needed to stick with Java 8 version for some reason so I created my images. For native-image, I use Oracle Linux instead of Red Hat UBI du...Discuss·50 readsGraalVM