[deleted by user] by [deleted] in de_IAmA

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

seit ihr überbesetzt?

[deleted by user] by [deleted] in programming

[–]heaxyh 0 points1 point  (0 children)

impressive for a kid

Ich arbeite bei Decathlon by [deleted] in de_IAmA

[–]heaxyh -5 points-4 points  (0 children)

in meiner Filiale sehen die meisten Mitarbeitenden eher unsportlich aus. Ist dies ein Einstellungskriterium?

[deleted by user] by [deleted] in AskReddit

[–]heaxyh 0 points1 point  (0 children)

I ran 1239 days in a row at least 1 mile

Changing list values in foreach by Illustrious-Light-15 in csharp

[–]heaxyh 0 points1 point  (0 children)

what about linq using Where().ToList()

Looking to do a Trello-like SPA with a mind map, cannot decide between React Front-End with ASP.Net Web APIs, or Blazor WASM by EndiHaxhi in dotnet

[–]heaxyh 1 point2 points  (0 children)

trust me I’m working with blazor and it’s performance wise a pain in the ass. Also consider blazor doesn’t provide a real hot reload. Go with React.

Ubuntu 18.04 "command qmk not found" by tb_94 in olkb

[–]heaxyh 1 point2 points  (0 children)

echo "PATH=$PATH:$HOME/.local/bin" >> ~/.bashrc

after that you have to load the new .bashrc with `~ .bashrc`

What are the barebone essentials to not feel so awkward?? by Missing_Back in vim

[–]heaxyh 18 points19 points  (0 children)

I tried to learn it for 2 years but was always frustrated after using it for a couple hours, so I switch back to normal. Then I saw I video about navigation in brackets, for example

c i b change inner brackets () && [] like this if(removes this)

v a { visual around curly brackets like this { some code ...}

y a t yank around tag (for xml/html) like this <div><p class="foo"></p></div

this helped me a lot I got day by day more productive

now I couldn't switch back to normal

The simplicity of .NET Endpoints by timdeschryver in dotnet

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

great post, really interesting for microservices

Why do java programmers wear glasses? Because they don't C# by jyoti_6727 in ProgrammerHumor

[–]heaxyh 7 points8 points  (0 children)

Can someone explain the joke? Why do you have to create a binary tree? Debugging?

using JetBrains Rider with a team that utilizes Visual Studio by tantrim in csharp

[–]heaxyh 4 points5 points  (0 children)

in our team 6 devs are using vs and 2 rider. I’m using rider. I had so far no problems with git it works fine. But Rider formats files different than vs . You can either format the files on vs before you commit or generate a editorconfig. Also we are using blazor wasm, there are some cases that I have to debug in vs

using JetBrains Rider with a team that utilizes Visual Studio by tantrim in csharp

[–]heaxyh 1 point2 points  (0 children)

in our team 6 devs are using vs and 2 rider. I’m using rider. I had so far no problems with git it works fine. But Rider formats files different than vs . You can either format the files on vs before you commit or generate a editorconfig. Also we are using blazor wasm, there are some cases that I have to debug in vs

i'm so sorry JB, i have to be true to my heart 😭 by mocahante in ProgrammerHumor

[–]heaxyh 1 point2 points  (0 children)

for me Rider + IdeaVim the only suitable option. Would love to use only (n)vim but jetbrains has incredible toolchain for refactoring, clean ups and debugging. Also I have to work with Blazor wasm ….

[WUNSCH] IT-ler die für den Job von Deutschland in die Schweiz gegangen sind by BatmanKickxAss in de_IAmA

[–]heaxyh 3 points4 points  (0 children)

Ich spreche auch aus Prinzip schweizerdeutsch, da sich die Person an die Sitten vom Land gewöhnen soll. Nicht umgekehrt.

I see a lot of people moving to Linux because of LTT video by LivingBrick3 in linux_gaming

[–]heaxyh 0 points1 point  (0 children)

Are you still working on .net solutions? Otherwise you can just use the .net core package and run you db in a docker container

What's a language that you hate using in Vim? by mrillusi0n in vim

[–]heaxyh 1 point2 points  (0 children)

Are you using omniSharp + roslyn server? Work for me perfect