G T πŸ‡³πŸ‡΅'s Avatar

G T πŸ‡³πŸ‡΅

@gtiwari333

https://blog.gtiwari333.com

29
Followers
480
Following
16
Posts
10.11.2024
Joined
Posts Following

Latest posts by G T πŸ‡³πŸ‡΅ @gtiwari333

Totally agree. There must be an option to disable YouTube shorts. That's the worst thing to exist next to cancer.

20.01.2026 01:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Stop writing yaml to write your infra.

Use a type safe language please!!!

Tired of cleaning up the mess after the outages.

05.12.2025 16:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

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'

08.10.2025 21:19 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

The comments on this post show there are too many jobless non-Java/JVM developers in the world.

26.03.2025 01:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Psvm [tab key]

21.12.2024 23:21 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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.

12.12.2024 02:14 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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!!!

12.12.2024 02:08 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Every time someone deletes their node_modules and does "npm install", millions of kittens die at the same time.

03.12.2024 13:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

They have a really big farm, and depending on your needs you can pick how many acres you want for the season.

03.12.2024 05:37 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

03.12.2024 05:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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

02.12.2024 01:20 πŸ‘ 1980 πŸ” 335 πŸ’¬ 37 πŸ“Œ 14

Another year of not buying anything on Black Friday..

29.11.2024 22:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Do not name your app that monitors your infra "Trove".

29.11.2024 17:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

29.11.2024 17:49 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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.

29.11.2024 17:49 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

docker run took 0.046

29.11.2024 15:50 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image
29.11.2024 15:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

My 6 year old i9 (9th Gen) dell laptop does it under 20.208 seconds.

29.11.2024 15:42 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
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), …

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

23.11.2024 18:41 πŸ‘ 18 πŸ” 9 πŸ’¬ 2 πŸ“Œ 1
Post image

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.

21.11.2024 08:26 πŸ‘ 72 πŸ” 24 πŸ’¬ 4 πŸ“Œ 1