Spixy
Spixy
CC#
Created by gwon8266 on 5/5/2024 in #help
Can I call myself a software engineer, without knowing the miniscule details of how .NET works?
some internals are good to know if you want to be senior level game dev or embedded dev or dealing with massive paralelism, but for most cases (webs, apps) you dont need that
10 replies
CC#
Created by gwon8266 on 5/5/2024 in #help
Can I call myself a software engineer, without knowing the miniscule details of how .NET works?
its a software and you do some engineering with it
10 replies
CC#
Created by gwon8266 on 5/5/2024 in #help
Can I call myself a software engineer, without knowing the miniscule details of how .NET works?
nah its ok, you are software engineer
10 replies
DDeno
Created by Spixy on 8/7/2023 in #help
Import map
Code has to be compatible with both deno aj node. I tried allowImportingTsExtensions: true in node but without success, so now I try it from deno side.
2 replies
DDeno
Created by Spixy on 4/19/2023 in #help
Test case is leaking resources
ok I found it occurs when using DB with Typeorm (npm:[email protected])
4 replies
DDeno
Created by Spixy on 4/19/2023 in #help
Test case is leaking resources
Google didnt help, there is only one setTimeout in the code and I commented it out. I use Deno.test
4 replies
CC#
Created by delferns2001 on 1/9/2023 in #help
❔ Creating a hierarchy algorithm
like this
6 replies
CC#
Created by delferns2001 on 1/9/2023 in #help
❔ Creating a hierarchy algorithm
class Node {
String Name { get; set; } // Name or Text or both
List<Node> Children { get; set; }
}
class Node {
String Name { get; set; } // Name or Text or both
List<Node> Children { get; set; }
}
6 replies
CC#
Created by delferns2001 on 1/9/2023 in #help
❔ Creating a hierarchy algorithm
You need to put it into tree data structure, which you then serialize into JSON.
6 replies
CC#
Created by Messiah on 1/10/2023 in #help
❔ MVC models conflicting names
hi, you mean that class Skills is there defined two times?
5 replies
CC#
Created by Brainiac V on 8/10/2022 in #help
Why is C Sharp not as good and popular as JS? Do we have too many types in it?
idk its long time I used it
27 replies
CC#
Created by Brainiac V on 8/10/2022 in #help
Why is C Sharp not as good and popular as JS? Do we have too many types in it?
its still in alpha/beta isnt it
27 replies
CC#
Created by Brainiac V on 8/10/2022 in #help
Why is C Sharp not as good and popular as JS? Do we have too many types in it?
like Vue
27 replies
CC#
Created by Brainiac V on 8/10/2022 in #help
Why is C Sharp not as good and popular as JS? Do we have too many types in it?
can you write in some frontend framework with it?
27 replies
CC#
Created by Brainiac V on 8/10/2022 in #help
Why is C Sharp not as good and popular as JS? Do we have too many types in it?
is it transpilled to JS or does it run in wasm?
27 replies
CC#
Created by Brainiac V on 8/10/2022 in #help
Why is C Sharp not as good and popular as JS? Do we have too many types in it?
C# needs Typescript type system when
27 replies
CC#
Created by Brainiac V on 8/10/2022 in #help
Why is C Sharp not as good and popular as JS? Do we have too many types in it?
because you are forced to use JS in frontend you are not forced to use C# in backend so people who know JS very often just use JS on both frontend and backend
27 replies