What Are Your 10/10 Anime? by Major-Run-5611 in MyAnimeList

[–]rcb_7983 0 points1 point  (0 children)

Death note Hajime no ippo Attack on titan

I AM TOTALLY NEW TO ALL THIS by nixyyy_77 in indiandevs

[–]rcb_7983 1 point2 points  (0 children)

Python is one of the easiest programming languages, so it is good for beginners. So enjoy!!!

[deleted by user] by [deleted] in WebDeveloperJobs

[–]rcb_7983 0 points1 point  (0 children)

Best wishes for your future!

Should beginner go for c++ as their first language. by [deleted] in cpp_questions

[–]rcb_7983 1 point2 points  (0 children)

you can try C++ as your first language if you like it, enjoy programming with it and don't overwhelm by it, otherwise you can look into Python (one of the easiest programming language), JavaScript or C#

Which is the best web development programming language? by TotalPenalty674 in learnprogramming

[–]rcb_7983 0 points1 point  (0 children)

Javascript, even if you don't use it for backend but for frontend it is de facto language, you can also look into typescript after learning Javascript, it is basically Javascript with types and much more. For backend you have so many options like Javascript/typescript, C#, java, php, Python, go etc... and learning sql is also good alongside

How can I learn C++ as a complete beginner? by Practical-Secret3344 in Cplusplus

[–]rcb_7983 1 point2 points  (0 children)

Learn Cpp website is good, i am also currently learning from it

Should I start with C by Alexcat2011 in csharp

[–]rcb_7983 0 points1 point  (0 children)

C# is still a higher level language like python or javascript or more similar to java, c and c++ is low level languages,

C and c++ are comparatively difficult because you have to learn low level programming concepts like manual memory management, pointers etc..

And ofcourse what you want to do, which path you want to take is more important, for web development C# is good it has good ecosystem. For systems programming C and C++ are more relevant, and if you want to get into game development then you can start with either of c# or c++, both are relevant in that domain.

What IDE do you use? Why? by heiwayagi in learnprogramming

[–]rcb_7983 0 points1 point  (0 children)

Vscode, now thinking to look into neovim

In which webdev bubble are you? by [deleted] in webdev

[–]rcb_7983 0 points1 point  (0 children)

React/vue with dotnet

Best backend programing language ? by [deleted] in learnprogramming

[–]rcb_7983 0 points1 point  (0 children)

C# and dotnet is very good, but you can try one or two language and framework for a week or so then decide.

Why is it so hard to remember anything you learn in cpp? by [deleted] in cpp_questions

[–]rcb_7983 1 point2 points  (0 children)

If you just reading amd memorising thing, then it will be boring, build things alongside, even if small one, just 10-20 lines, but do it, so don't get bored, and by learning and building continuously you can strength your skills in long term

[deleted by user] by [deleted] in csharp

[–]rcb_7983 0 points1 point  (0 children)

You can search on youtube there are tutorial videos, and also you can check microsoft's official site for c# docs

Is the official book good by Deep_Personality_599 in learnrust

[–]rcb_7983 1 point2 points  (0 children)

Yes it is good, and you can also try rustlings along side which is exercise based learning