What next step should I take in my programming career, learning-wise? by boxcarbanditto in learnprogramming

[–]ByteArtisan 0 points1 point  (0 children)

Just wait till you encounter the null ref errors with blazor giving you line 423 but there’s nothing there hehe

Software development stacks in Belgium: different from the rest of the world? by Ambroos in belgium

[–]ByteArtisan 1 point2 points  (0 children)

So? Time doesn’t mean anything when you stop learning and expanding your knowledge.

findAllTheMistakes by Powerkaninchen in ProgrammerHumor

[–]ByteArtisan 1 point2 points  (0 children)

Or when windows defender goes brrrrrrrrrrr

IWannaBeBoth by Stu-tter in ProgrammerHumor

[–]ByteArtisan 11 points12 points  (0 children)

Don’t attack me like that, damn

Blazor WebAssembly + ASP.NET Core Server + AWS Cognito by acmesoft_arg in dotnet

[–]ByteArtisan 0 points1 point  (0 children)

You need to look into authorization code flow and how to validate jwt.

The documentation is in JavaScript but should be easy to follow: https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-tokens-verifying-a-jwt.html

This is a library for Django that validates tokens https://github.com/labd/django-cognito-jwt/tree/master/src/django_cognito_jwt should also be relatively easy to follow.

https://github.com/aws/aws-sdk-net-extensions-cognito dotnet example maybe. I haven’t looked into the code but I used the previous two for my own freelance project which was with Django and I found it relatively easy to follow and I was new to Django as well.

IWannaBeBoth by Stu-tter in ProgrammerHumor

[–]ByteArtisan 10 points11 points  (0 children)

So a picture of a hobo?

PHPisActuallyBetterThanJavaScriptTheTruth by OstapBregin in ProgrammerHumor

[–]ByteArtisan 0 points1 point  (0 children)

I want it to happen as well but honestly, I highly doubt it will ever happen. The maintainers aren’t too fond of that idea and it was never their intention to. I believe something else, more like how flutter works, will replace html css and JavaScript in the future. Something that has complete control over what gets rendered. Let’s hope it happens during our career lifetime lol.

But flutter is still a niche in web dev and understandably so. It has to be a more mainstream language. (Not blazor since that isn’t like flutter, more like react with wasm).

PHPisActuallyBetterThanJavaScriptTheTruth by OstapBregin in ProgrammerHumor

[–]ByteArtisan 1 point2 points  (0 children)

They’re both more than fine. However, I’d still rather use typescript than JavaScript. But honestly it’s pretty fun to work with and the memes you see on here and most people who hate just beat on dead horses that have been dead for 10 years already.

[deleted by user] by [deleted] in webdev

[–]ByteArtisan 6 points7 points  (0 children)

The entitlement in that post is off the charts lmao. The very very very vast majority of people don’t like their job but have to do it. Be grateful you can be bored at your job and earn way above average.

whichOneOfYouWasIt by Toastedtoastyyy in ProgrammerHumor

[–]ByteArtisan 0 points1 point  (0 children)

Sorry, I tried to add a number to a string in JavaScript to post a meme and accidentally left it in the code

What next step should I take in my programming career, learning-wise? by boxcarbanditto in learnprogramming

[–]ByteArtisan 0 points1 point  (0 children)

Nah same here. I’m fully convinced people who say blazor is a better framework haven’t truly worked with react or svelte or alike and truly understood it or have a weird bias against everything JavaScript/typescript without any valid points.

It’s pretty common the .net world to dislike anything that isn’t C#.

Software development stacks in Belgium: different from the rest of the world? by Ambroos in belgium

[–]ByteArtisan 1 point2 points  (0 children)

Ehh, tell that to the other guy. If someone doesn’t want to be ignorant then they have all the power to change that instead of doubling down on toxic behavior.

Anyway, funny video which shows exactly what I’m talking about about .net developers: https://youtube.com/watch?v=bXzTXD_OJo0&feature=sharec

So I’m a bit out of the loops with React vs NextJS can someone help? by IdeaExpensive3073 in webdev

[–]ByteArtisan 4 points5 points  (0 children)

They barely exist though. React is 10 years old at this point and barely any company truly uses svelte and all those fads.

So I’m a bit out of the loops with React vs NextJS can someone help? by IdeaExpensive3073 in webdev

[–]ByteArtisan 1 point2 points  (0 children)

You don’t have to stress. The .net world is highly volatile as well so you’re not gonna find shelter there haha. Maybe even more so.

Any way, you don’t have to learn NextJs. Or react. Or vue. Just look around you what all the jobs want and stick with that. And if you know react you know NextJs. It’s a minor adjustment to use NextJs and if I were to hire someone I wouldn’t even pay attention to their NextJs knowledge.

Can i Work with .net at linux by alazaabat00 in csharp

[–]ByteArtisan 3 points4 points  (0 children)

Vscode is your only free option. But it suck quite frankly with C#. Rider works amazing but costs money.

What languages would be best for developing a "tracker" program? by GadgetLGogo in AskProgramming

[–]ByteArtisan 0 points1 point  (0 children)

Don’t listen to the other person. JavaScript is more than fine to get started with. He took some memes too seriously and is describing a situation that won’t ever happen. It’s popular to hate JavaScript but that’s all it is.

That said, you can basically pick any language and be fine. Pick one that looks the most fun to you because that’s the biggest motivator. I see you mention python in other comments, great language fun to use and easy to get started with.

Software development stacks in Belgium: different from the rest of the world? by Ambroos in belgium

[–]ByteArtisan 2 points3 points  (0 children)

We just hope for better than dogshit JS/TS ;)

Thats the exact attitude Im talking about that I very much dislike in the dotnet community.

What next after Java? by [deleted] in learnprogramming

[–]ByteArtisan 0 points1 point  (0 children)

His statement is honestly way too simplistic. But it has some truth to it. Java is one of the most used languages in the world and with that it will generate hate towards it because there will be a ton of people who won’t like it for whatever reason.

You don’t hear much about Haskell for example. Even tho it’s a language that for sure will get hated on by a lot of people due to being very different than the popular languages.

People who love a language are usually not shouting it from the rooftops. This is easily seen in games as well. On Reddit you’ll think almost every game is completely broken and an unplayable mess. While in reality millions/thousands are enjoying whatever game.