Author: zekaplat
-
A simple formula for Generative AI prompts
How to construct prompts that matters
-
Excel Tip: Lookup and return multiple values in one cell
-
No need to tell, see for yourself, Startup 149 ms
-
Intellij Gradle GraalVM NativeCompile Trick
In previous post , we set java_home on mac. Now let’s compile graalVM native image but that gives no java launcher error. To get through environment errors , set explicitly Java_home setting on gradle tooling as shown below. Take care.
-
MACOS : libexec/java_home
Nothing fancy , but on macOS /usr/libexec/java_home gives you default jdk and you can export JAVA_HOME by export JAVA_HOME=$(/usr/libexec/java_home) https://mkyong.com/java/how-to-set-java_home-environment-variable-on-mac-os-x/
-
Micronaut Ne yapar Ne yapmaz ?
Öncelikle micronaut jvm tabanlı spring alternatifi bir java framework üdür. Hızlıca ayağa kalkıp işine başlar (start up zamanı düşük) Her işini derleme zamanında bitirmeye çalışır. (Reflection sevilmez , Zilyon tane inspector inject etmez) Grails geliştiricilerinin hazırladığı bir frameworkt tür. Graals VM ile küçücük minnah native executable larınız olur. Şişko jar üretmez. Spring boot ile alıştığınız…