G T 🇳🇵
gtiwari333.bsky.social
G T 🇳🇵
@gtiwari333.bsky.social
Reposted by G T 🇳🇵
Spring Boot restful app in a one-line command? Love that Ruby magic sometimes...

jruby -Ilib -rboing -e 'Boing::Rest.run("HelloApp") do; get_string def hello; "Hello from Boing!"; end; end'
October 8, 2025 at 9:19 PM
I totally hate it when people copy a 8 year old codebase (that still uses Spring Boot 1.3/Java 8) to create a new greenfield project and don't update the dependency/jdk.
December 12, 2024 at 2:14 AM
Gradle is great. But i hate fixing my build.gradle after every version update.

My 14 year old Maven project still works with the latest Maven with no change in pom.xml (except the http to https)

Maven rocks!!!
December 12, 2024 at 2:09 AM
Reposted by G T 🇳🇵
I only object to Joe Biden pardoning Hunter to the extent that Joe Biden doesn’t pardon people who AREN’T his children, starting with commuting the sentences of everyone on federal death row before Trump starts killing them again in 6 weeks
December 2, 2024 at 1:20 AM
Another year of not buying anything on Black Friday..
November 29, 2024 at 10:38 PM
Sure. naming a variable is difficult.

BUT - do not name your application with something that doesn't make sense. I've seen apps named with just abstract names eg: Apollo, Jet, Saturn, Rushmore, Viper, Pace etc.
November 29, 2024 at 5:49 PM
Reposted by G T 🇳🇵
Boosting the Concurrency
TornadoVM is an open-source framework that extends the Java Virtual Machine (JVM) to support hardware accelerators such as Graphics Processing Units (GPUs), Field-Programmable Gate Arrays (FPGAs), and ... #java #tornadovm #performance #jvm
svenruppert.com/2024/11/23/tor
TornadoVM – Boosting the Concurrency
TornadoVM is an open-source framework that extends the Java Virtual Machine (JVM) to support hardware accelerators such as Graphics Processing Units (GPUs), Field-Programmable Gate Arrays (FPGAs), …
svenruppert.com
November 23, 2024 at 6:42 PM
Reposted by G T 🇳🇵
If you are not sure what is happening in your Apache Maven build, then run the following command to find out:

mvn buildplan:list-phase

You will get a nice list of plugins/goals and in which phase they are running.
November 21, 2024 at 8:26 AM