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
The comments on this post show there are too many jobless non-Java/JVM developers in the world.
March 26, 2025 at 1:37 AM
Psvm [tab key]
December 21, 2024 at 11:21 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
Every time someone deletes their node_modules and does "npm install", millions of kittens die at the same time.
December 3, 2024 at 1:49 PM
They have a really big farm, and depending on your needs you can pick how many acres you want for the season.
December 3, 2024 at 5:37 AM
To be precise, cloud is like you are renting someone else's farm to grow grapes. You can use their farm equipment, irrigation, farm workers etc with a fee. You don't(you can't) go to the farm physically to plant your own grape. You do it all remotely.
December 3, 2024 at 5:35 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
Do not name your app that monitors your infra "Trove".
November 29, 2024 at 5:49 PM
Do not make anyone spend the first two months after joining a new team/company creating a mental map of names to its purpose.

Abbreviation is acceptable.
November 29, 2024 at 5:49 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
docker run took 0.046
November 29, 2024 at 3:50 PM
November 29, 2024 at 3:47 PM
My 6 year old i9 (9th Gen) dell laptop does it under 20.208 seconds.
November 29, 2024 at 3:42 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