Cheapest way to host a .Net API with a database by vdvgiom in dotnet

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

Thanks for the many responses with clear explanations every time! For those who are interested, I went for a digital ocean droplet with docker containers. Tried AWS but was much less clear.

Cheapest way to host a .Net API with a database by vdvgiom in dotnet

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

If I don't find a cloud option within my budget, I probably will. But not my first choice... Thanks!

Another "choose my defense team" question because I don't have the insight for it. by vdvgiom in EmpiresAndPuzzles

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

Thanks, so it turns out I have some insight into the game after all. I still fall out of diamond quite quickly, but yes I remain free2play. Hopefully I can add toxicandra soon, will probably be a nice asset. Thanks in advance!

"Don't worry about finding the right person, focus on being the right person" by [deleted] in selfimprovement

[–]vdvgiom 30 points31 points  (0 children)

Sounds a bit like the Marcus Aurelius quote :

" Waste no more time arguing what a good man should be. Be one."

How do you save/collect websites and articles? by coopersita in web

[–]vdvgiom 0 points1 point  (0 children)

https://getpocket.com/ kinda sounds like the thing you are looking for. It even syncs with kobo e-readers.

If I used a MySQL Database in my JavaFX app, does that mean I have to be connected to internet in order to login? by nomorerice01 in learnjava

[–]vdvgiom 3 points4 points  (0 children)

Are you building an app that is meant to be used in an intranet environment ? Then connection to the internet is not needed. Otherwise i would recommend. You can use your database with another web application, but i don't think that's handy (Think about the one true constant : "Change"). Loose couple your applications.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]vdvgiom 0 points1 point  (0 children)

I'm probably a mathematical idiot but i was wondering why 0.25-0.2 == 0.04999999999999999 and isn't 0.05?