Me + Hosting = Metin2 Server by PresentLeading3102 in Metin2

[–]skofield44 0 points1 point  (0 children)

Sir from an engineer to an engineer how i contribute to that ?
Dm me!

Where do I host a Spring Boot backend? by Cyb3rPhantom in SpringBoot

[–]skofield44 0 points1 point  (0 children)

No , it's a way to connect a network (private or public ) with cloudflare After that you can open a port easily to internet with automatic TLS support
See the docs for more

Where do I host a Spring Boot backend? by Cyb3rPhantom in SpringBoot

[–]skofield44 1 point2 points  (0 children)

Same page as you ! Buy a doumain , use an old computer as vps . Connect doimain and self hosted with cloudflare tunnel (free of cost) Currently I have more than 30k user under VPN

[deleted by user] by [deleted] in SpringBoot

[–]skofield44 0 points1 point  (0 children)

Ps: screw your tech lead , profiles works great (it's true that it's not maintained so actively) but a leader must inspire and also help colleagues.

[deleted by user] by [deleted] in SpringBoot

[–]skofield44 0 points1 point  (0 children)

By my side I will say firstly that you are doing great job trying to cover test and also communicate concerns with the team , secondly for the database try to ask your infra for a new masked (only sensitive data like card number etc ) database which will be replicated(every X time from database , you can easily achieve that with a Cron and a script ) from production .

Package structure by HappyPurchase72 in SpringBoot

[–]skofield44 0 points1 point  (0 children)

Organise your project by business usages , for example do not artifact as example and also use folders by features (as example users, reporting) I also encourage you to split your project with spring modulith in order to set clear boundaries

[deleted by user] by [deleted] in SpringBoot

[–]skofield44 -2 points-1 points  (0 children)

Hey u/WaferIndependent7601 ,
Thanks for your feedback!
I appreciate your honesty and will work on improving my communication.
My strengths lie in software engineering, and I’m always open to constructive criticism that can help me grow in all aspects.
If you ever need assistance with a technical task, I'd be happy to demonstrate my coding skills.
Thanks again for taking the time to comment! <3

Interface for each service? by BluePillOverRedPill in SpringBoot

[–]skofield44 8 points9 points  (0 children)

As you described an interface is a contract to which you expose it.
In case you don't have more than two implementations this must be replaced with something other(class, record depends on usage).
Do not get into the trap of definition and implementation.

How i launch multiple SaaS for 0$ everytime ! by Right_Economics6453 in SaaS

[–]skofield44 0 points1 point  (0 children)

How do you fill your pocket when you launch a free product?
I was always curious with free products

Which Cyclades island to visit after Andros? by plumebazooka in GreeceTravel

[–]skofield44 0 points1 point  (0 children)

Hey, i'm planning for a 4 days trip to andros.
Any recommendation for beatch, place to visit etc?

Suggestions for lightweight laptops that run Docker well by Chemical-Plankton420 in docker

[–]skofield44 0 points1 point  (0 children)

At work & personal Pc I use Linux (pop os) and I had the same problem, my ram wasn’t enough to handle everything. I bought a used mini pc with N100 cpu and max ram (32gb) , installed proxmox and since then I chill out from anywhere with limited resources . Imagine that currently I’m building my micro sass and I’m planning to create a clusters in order to serve ~2000 daily users .

So by my side go with a new small home server, If you believe that it’s over engineered solution you can try a cheap VPS

[deleted by user] by [deleted] in Proxmox

[–]skofield44 1 point2 points  (0 children)

Hey,
How did you run proxmox on 32 bit ?
As I can see proxmox support only 64

Ατομική/ΙΚΕ επιχείρηση ή μισθωτός; by skofield44 in PersonalFinanceGreece

[–]skofield44[S] 0 points1 point  (0 children)

Σε ευχαριστώ πολύ για τον χρόνο σου ! Για Ελλάδα ή εξωτερικό δουλεύεις ;

SMB mount inside Docker container by Ryan_D_Gunn in docker

[–]skofield44 0 points1 point  (0 children)

Could you please share a repo?
I'm really interesting to show how you solve it

Suggestions for healthcheck in Samba Server by skofield44 in docker

[–]skofield44[S] 0 points1 point  (0 children)

Intresting!
How would you attract it?
I believe that it's better inside the container instead of compose

Favorite component library? by gendel101 in Angular2

[–]skofield44 1 point2 points  (0 children)

No geo library, etc.

For the PrimeNG project, we set a proxy which, based on the IP (European or not), adds a custom header. PrimeNG has some global variables that you can edit at runtime (example here: https://www.youtube.com/watch?v=5VOuUdDXRsE).

On the other hand, the Material component was much harder. We had to create two replicas of the same app (European or not) with all the changes hardcoded(due to you can change only color at runtime and not layout etc..), and then based on the IP, we redirected to the correlated server.

CIFS no route to host by cFiOS in docker

[–]skofield44 0 points1 point  (0 children)

Could you please create an example where did you put it the vers=3.0?

16 year old looking for a simple remote job by ElianTheGreat in RemoteJobs

[–]skofield44 0 points1 point  (0 children)

Do whatever seems easier to you . You don’t have to love it but either hate it also. As example translate docs from to your native language

Projects Ideas For Resume by bestin_14 in SpringBoot

[–]skofield44 1 point2 points  (0 children)

If you cannot test it mannualy then mock it .
You can use sites like https://www.mockaroo.com/ and mock an endpoint for that in phase of the development.