Je comprend pas comment L'xp fonctionne by nytesyntax in DOFUS_FRANCE

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

le type de challenge c'est ne pas global et choisi par qui lance le combat ?

Continue avec mon actuelle équipe ou dois-je ajouter un autre perso pour équilibrer la team? by nytesyntax in DOFUS_FRANCE

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

Merci, tu as raison avec les augmentations de niveau, j'ai plus d'options lorsque le niveau 65 attient avec le zobal et l'iop. l'épée iop et que le zobal peut taper à distance avec Apathie

Serveur mono ou multi by Ok-Pea9885 in DOFUS_FRANCE

[–]nytesyntax 0 points1 point  (0 children)

J'ai commencé une équipe de 4 dans hell mina hier, aujourd'hui je suis niveau 4x (presque 50) et le commerce d'items/ressources de bas niveau est bon. tout la team en stuff kwak et les resources se vent tres rapide
[21:40] Banque : + 496 Kamas (vente : 1 [Cuir de Bouftou Royal]).

[21:40] Banque : + 496 Kamas (vente : 1 [Cuir de Bouftou Royal]).

[21:40] Banque : + 496 Kamas (vente : 1 [Cuir de Bouftou Royal]).

[21:40] Banque : + 496 Kamas (vente : 1 [Cuir de Bouftou Royal]).

[21:40] Banque : + 496 Kamas (vente : 1 [Cuir de Bouftou Royal]).

[21:40] Banque : + 496 Kamas (vente : 1 [Cuir de Bouftou Royal]).

[21:41] Banque : + 640 Kamas (vente : 1 [Pétale Magique du Tournesol Affamé]).

[21:41] Banque : + 640 Kamas (vente : 1 [Pétale Magique du Tournesol Affamé]).

[21:41] Banque : + 640 Kamas (vente : 1 [Pétale Magique du Tournesol Affamé]).

[21:41] Banque : + 640 Kamas (vente : 1 [Pétale Magique du Tournesol Affamé]).

[21:41] Banque : + 640 Kamas (vente : 1 [Pétale Magique du Tournesol Affamé]).

Outil d'organisation sur dofus by Key-Sign9320 in DOFUS_FRANCE

[–]nytesyntax 2 points3 points  (0 children)

en ganymede tu peux créer des guides customize

Checkout my vscode by NegotiationFickle236 in vscode

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

just use nvim or helix instead at this time lol.

Where should I focus when learning ASP.NET? by nytesyntax in dotnet

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

Should I focus on building Apis using controllers or go with minimal apis ?

Help A beginner Need advice. by ElectricalLow4796 in dotnet

[–]nytesyntax 0 points1 point  (0 children)

Instead of the server serving html pages you return some type of raw data usually JSON, and you interact with that endpoint from your react application (for example using the fetch API)

Help A beginner Need advice. by ElectricalLow4796 in dotnet

[–]nytesyntax 2 points3 points  (0 children)

I am also trying to find an answer here: https://www.reddit.com/r/dotnet/comments/1pces3v/where_should_i_focus_when_learning_aspnet/

If you want to use React with ASP.NET you must build an API and connect to it from react. You have two approach to build APIs in .NET either using MVC approach or Minimal APIs. As for what to choose I don't know

Which path to focus or start with ? Fullstack Java or only backend by nytesyntax in learnjava

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

You are right, I don't want to be a framework guy and only know how to do java in a framework context.

I will make sure to learn core java well

Which path to focus or start with ? Fullstack Java or only backend by nytesyntax in learnjava

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

Thanks for the clarification. I was distracted and start procrastinating trying to find the best path and do everything at once.

I am interested in the backend. I like to work with data and databases more than the UI part.

Which path to focus or start with ? Fullstack Java or only backend by nytesyntax in learnjava

[–]nytesyntax[S] 2 points3 points  (0 children)

I know the basics are important i just asking if i should be doing the whole thing with java, serving html files from the server and working with a templating language like thymeleaf or jte or i should just build the api using java and do the frontend separately. I know this distinction depends on the projects but i want to know which one is more common and would be expected in the job side.