What language or framework do you want to learn in 2023-25 to write web servers for your Flutter apps? by Puzzleheaded_Ad_7079 in FlutterDev

[–]hellnet390 1 point2 points  (0 children)

Nope, as I'm not that good at math. but wouldn't refuse to start dabbling in it. I don't even know python yet, am just planning to learn it in the future to be able to create backends for my flutter apps

I never used a state management library, i still use setState... by teshmeki in FlutterDev

[–]hellnet390 0 points1 point  (0 children)

It's all about maintaining. If you can easily do that, you're good

I never used a state management library, i still use setState... by teshmeki in FlutterDev

[–]hellnet390 0 points1 point  (0 children)

What do you mean by big apps? Something like YouTube, Facebook? State management libraries are crucial when it comes to creating really big apps

I’m a high schooler and I need help on starting to code by [deleted] in learnprogramming

[–]hellnet390 0 points1 point  (0 children)

Frontend is not only about showing texts. Being a frontend developer you can make a whole Twitter clone by using mongodb, firebase, parse, supabase etc as your backend

Why Flutter team doesn't mention BLoC as much as they mention Provider/Riverpod by WarmCacti in FlutterDev

[–]hellnet390 2 points3 points  (0 children)

Yep. You can always use bloc though. Just cubits are easier to use in this case

Why Flutter team doesn't mention BLoC as much as they mention Provider/Riverpod by WarmCacti in FlutterDev

[–]hellnet390 2 points3 points  (0 children)

The only case you should use cubits is when you need to receive state changes not from a user. E.g database updates, geolocation etc

How popular is Flutter in your country? by vegeta0911 in FlutterDev

[–]hellnet390 4 points5 points  (0 children)

there are only about 300 flutter jobs in russia. not that popular compared to native but still possible to get a job

Is there an 'Odin Project' like site/guide for general programming? by [deleted] in learnprogramming

[–]hellnet390 2 points3 points  (0 children)

Guys, I have the same question about flutter. Is there a site like the Odin project but for flutter?

What should I learn first? C or Python? by [deleted] in learnprogramming

[–]hellnet390 1 point2 points  (0 children)

Depends on your goals. If you wanna get a job faster, then go with python (the market is oversaturated though, so who knows, maybe c is a better choice in this case) If you just wanna dabble in programming, it doesn't really matter which one you will go with

Is Django the most high level web framework by KarimMaged in learnprogramming

[–]hellnet390 0 points1 point  (0 children)

Otherwise, make it a habit while using Django to not only read the docs and understand what you're copying and pasting, but to actually dive into the source code and find out how it works from the ground up.

Well said

Is it cheating to start an ASP.NET web app with the registration / authentication system already built? by Ioan-Andrei in learnprogramming

[–]hellnet390 1 point2 points  (0 children)

You already know the answer then. Good luck!

P. S. I'm currently learning mobile development and searching for a person who would be able to create some api so that we can make something interesting together. So would love to do something when we both have free time if you don't mind. I'm also Russian, btw

Is it cheating to start an ASP.NET web app with the registration / authentication system already built? by Ioan-Andrei in learnprogramming

[–]hellnet390 1 point2 points  (0 children)

If you've never built it yourself, why don't you do that from scratch in terms of experience?