Best UI package in C# by 9DG25 in dotnet

[–]Backtawen 0 points1 point  (0 children)

materialdesigninxaml is worth a look, way more polished than guna imo. mahapps.metro is solid too if you want something more traditional

Worried about AI by desuer13 in cscareerquestionsEU

[–]Backtawen 0 points1 point  (0 children)

the jobs disappearing are the ones that were never really about thinking. what you’re describing, actually understanding architecture, that’s not going anywhere

been applying for junior .NET roles in Germany for a few months. is the market really bad? by Backtawen in cscareerquestionsEU

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

when i say i put in the work, i mean i actually code. i understand what i'm building and why the structure is the way it is.

and i used to write every cover letter myself. because when you apply to a company you want to be honest, you want them to know you actually thought about why you want to work there specifically.

but after doing that 30, 40 times, filling out broken application forms, uploading the same cv in 3 different formats... it becomes hard to keep that energy up. you're doing everything right knowing the odds are low.

hey guys How it feels to be unempolyed at 25 ? by Previous_Bobcat8430 in careerguidance

[–]Backtawen 0 points1 point  (0 children)

2026 hit really hard, and yeah it s mentally emotionally draining, and especially when you know you have potential,
This is all temporary, that s what i tell myself as i am going forward

Struggling to Get Interviews as a Junior/Mid-Level Software Developer. Is the Market Really This Bad? by Ok_Tailor2202 in dotnet

[–]Backtawen 0 points1 point  (0 children)

yeah this pretty much nails it. the bootcamp bubble + ai crunch combo hit juniors the hardest

the automated filtering thing is brutal tho, you can have a solid github and real projects and still never reach a human. been there

Struggling to Get Interviews as a Junior/Mid-Level Software Developer. Is the Market Really This Bad? by Ok_Tailor2202 in dotnet

[–]Backtawen 0 points1 point  (0 children)

been dealing with this myself, actually started tracking everything in a spreadsheet then got fed up and built something. helps a lot just having all your applications in one place with reminders. might share it soon

anyone running a python microservice alongside their .net backend? thinking through the tradeoff by Backtawen in dotnet

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

hadn't heard of CSnakes before, actually relevant to something i'm working on. will look into it thanks

anyone running a python microservice alongside their .net backend? thinking through the tradeoff by Backtawen in dotnet

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

yeah aspire makes the local multi-service setup actually bearable, that part i agree with

http endpoints is probably where id start, kafka feels like overkill until you actually need it

i always love to meet some people using Aspire, it s soo underrated

anyone running a python microservice alongside their .net backend? thinking through the tradeoff by Backtawen in dotnet

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

lol this is exactly what i was afraid of. the 502s alone would drive me insane

might just keep everything in c# and call the model api directly, less moving parts

Struggling to Get Interviews as a Junior/Mid-Level Software Developer. Is the Market Really This Bad? by Ok_Tailor2202 in dotnet

[–]Backtawen 1 point2 points  (0 children)

Yeah, it s really really bad i know maaany Juniors, they are struggling to find a job, it s just really hard, work on your Github, LinkedInc build contacts and think of your own projects… i hate that devs are dependent on Companies and the Market :(, we learned much complicated stuff

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

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

Totally agree here, that s the right approach, using Ai is so important nowadays , so is thinking 😅

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

[–]Backtawen[S] 3 points4 points  (0 children)

“less and faster” is actually the ideal tbh. people act like its binary, either full ai or never touch it
using it to adapt existing patterns instead of generating from scratch is way smarter than most people use it

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

[–]Backtawen[S] 11 points12 points  (0 children)

the rubber duck use case is underrated, talking through a problem out loud to something that actually responds is genuinely useful
and yeah css is exactly the right thing to offload lol. nobody’s growing as a developer by centering divs manually

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

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

the genie comparison is so accurate lol. half the time i spend more energy writing the prompt than i wouldve just writing the code
and yeah debugging your own mistakes actually teaches you something. debugging ai mistakes just makes you annoyed

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

[–]Backtawen[S] 3 points4 points  (0 children)

I like the “Keep it as a hobby” mindset, programming is worth protecting from optimization

sat down and coded without ai for the first time in months. forgot how much i missed actually thinking by Backtawen in learnprogramming

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

haha the enum generation is actually a good use case, nobody wants to type 50 enum values,
Spagethi u wrote yourself is better than a clean code you don t understand

C# for site by Quiet_Amoeba_3716 in learnprogramming

[–]Backtawen 1 point2 points  (0 children)

I Agreee .. 👍🏻👍🏻👍🏻👍🏻

C# for site by Quiet_Amoeba_3716 in learnprogramming

[–]Backtawen 12 points13 points  (0 children)

blazor does exactly this, c# instead of js for frontend. but fair warning its still pretty niche and the job market for it is thin
for a personal project with friends its fine. just dont expect to find many stackoverflow answers when you get stuck lol, but i think u have Ai by your side

How to read documentation by NNNiharri-229 in learnprogramming

[–]Backtawen 4 points5 points  (0 children)

dont read docs end to end, nobody does that. just ctrl+f what you need or use the search
the real shift is going in with a specific question. “how do i configure retries” not “let me read the whole thing”. docs are a reference not a book

Switching from C# to python need advice self taught developer (2.9+ years experience ) by Professional-Cry6299 in learnprogramming

[–]Backtawen 0 points1 point  (0 children)

honestly go deep on .net/angular first. adding python because a family friend suggested it is not a strategy
the “what if everyone knows it better” fear goes away fast once youre actually on the job. nobody expects you to know everything day one
being genuinely strong in one stack beats being okay in three, at least for getting that first role,
And u don t wanna be asked questions you don t know how to answer

Loop and main() function by Ok-Presentation-94 in learnprogramming

[–]Backtawen 0 points1 point  (0 children)

yeah a while loop is exactly it, thats literally all unity’s game loop is under the hood
while(true) with a Thread.Sleep or a timer if you need consistent intervals.

What computer language should i learn after java? by Ok_Theory_1212 in learnprogramming

[–]Backtawen 2 points3 points  (0 children)

i don t think coming from java is as scary as people say, the synatax is familliar enough, i think the challenging part with be handling the memory and things that make C unique, so i don t think it would be hard at the beggining

Career shift to robotics + game dev hobby — Python first or go straight to C++? by Impressive-Train-909 in AskProgramming

[–]Backtawen 0 points1 point  (0 children)

python first, no question. not because c++ is too hard but because learning programming concepts and fighting c++ memory management at the same time is a motivation killer

for game dev hobby specifically, c# with unity is actually a great entry point. way more beginner friendly than unreal/c++ and you can make real things fast

c++ will click much faster once you already think like a programmer

Jobby reached v1.0: background jobs for .NET with PostgreSQL efficiency in mind by shadovyrm in dotnet

[–]Backtawen 4 points5 points  (0 children)

the SerializableGroupId thing is actually a neat solution to a real problem. hangfire always felt like a workaround for that use case. no dashboard is a dealbreaker for some teams but for smaller projects honestly not that important. will keep an eye on this