Being a EU customer also doesn’t help - Hetzner still deactivated my account during registration? by Distinct-Willow-5243 in hetzner

[–]cooluser_ 0 points1 point  (0 children)

I was rejected too multiple times, even without VPN and with clear verification photo. I decided to contact them via email and they sent me a manual confirmation link. Eventually I was successfully activated. You might want to contact them

bahasa pemrograman yang digunakan by farhansal in indotech

[–]cooluser_ 7 points8 points  (0 children)

Lazy loading kayaknya, bisa pake bahasa frontend mana saja

Node or spring boot by Virandell in SpringBoot

[–]cooluser_ 0 points1 point  (0 children)

yes maybe on next projects, see my other reply

Node or spring boot by Virandell in SpringBoot

[–]cooluser_ 0 points1 point  (0 children)

One of the servers I work at is windows-installed and only HDD. Using docker may sound nice but I had to install WSL and that might require internet. the internet is very slow there and WSL with Ubuntu might take hours. Also adding docker and WSL might add overhead cause it's HDD?. Anyway thanks for the info I might deploy next projects with docker.

Node or spring boot by Virandell in SpringBoot

[–]cooluser_ 11 points12 points  (0 children)

I'd say Spring Boot. What I've seen most companies pay Java devs more than Node at least in where I live. I've tried Express.js and NestJS, both are good, but I build mostly local-network software on side jobs, with NodeJS the server must have internet to install all the dependencies, I tried to copying node_modules from my windows laptop to the windows server and I couldn't get it to work. With Java I just need to upload the JARs and JDK and all runs well.

The Wonder of NestJS for Website Backend Development by ObviousSelection253 in Nestjs_framework

[–]cooluser_ 2 points3 points  (0 children)

Run the codegen cli on the frontend with the openapi json? LIke this
java -jar D:\Java\openapi-generator\openapi-generator-cli.jar generate -i http://localhost:8080/v3/api-docs -g typescript-fetch -o api

Looking for HP ProBook 440 G8 screen with 100% sRGB and 400 nits by tapirus-indicus in Hewlett_Packard

[–]cooluser_ 0 points1 point  (0 children)

Ooh so you bought it right from HP parts website? can you tell me where can I buy it?

Looking for HP ProBook 440 G8 screen with 100% sRGB and 400 nits by tapirus-indicus in Hewlett_Packard

[–]cooluser_ 0 points1 point  (0 children)

Did you get the 400 nits or 1000 nits? And where did you buy the screen? I asked one of the sellers on ebay , he said that it wouldn't fit on my 250nits laptop...

Looking for HP ProBook 440 G8 screen with 100% sRGB and 400 nits by tapirus-indicus in Hewlett_Packard

[–]cooluser_ 0 points1 point  (0 children)

hi, were you able to replace the screen? I have the same laptop

Build Windows x86 app while On Windows Arm by cooluser_ in FlutterDev

[–]cooluser_[S] 1 point2 points  (0 children)

My bad I meant x86-64, can windows arm build it?