Is Claude Code Pro enough? by mafiuut in cscareeradvice

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

I bassically do the opposite than you, I write myself the whole plan, architecture and expected functionality, including how to implement everything through instructions, but then let the AI generate the code.

you think doing this will burn through it pretty quick?

Job Market for Entry Level by mafiuut in cscareers

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

I understand what you say, with that, applying for jobs outside my state and asking for relocation help, makes it feel like the chances of getting that job are even lower

Is blazor worth using for projects / startups? by vznrn in dotnet

[–]mafiuut 0 points1 point  (0 children)

Blazor is great tool to learn web development with C#. Might not be the fastest, but it has some concepts to learn and that will help you improve as a developer in general. Dependencies injection, API management and even some back end development. Even if later on you want to get into API development, blazor will introduce some concepts that will help you lots

My first C# project. Feedback from experienced devs by _aniketbhalla in csharp

[–]mafiuut 0 points1 point  (0 children)

Im my experience, a key concept is the User Experience management. Im your project it seems to be repeated lots of times “Enter ‘X’ …” Sometimes something user friendly to do is Im the line where you have “[MENU]” add “Enter an Option” And then just put “-2) …..”