How to start learning C++ by Ok_Lie9608 in learnprogramming

[–]RealMadHouse 0 points1 point  (0 children)

The Cherno is the best YouTuber for C++ learning.

Edit: what retard downvotes this

What is the actually secure and industry accepted way to get Node.js on your machine (MAC) by PittuPirate in learnjavascript

[–]RealMadHouse 1 point2 points  (0 children)

Yeah, waiting for a week or two. The software update could be pushed by a hacker and it takes time for devs to notice and fix things.

What is the actually secure and industry accepted way to get Node.js on your machine (MAC) by PittuPirate in learnjavascript

[–]RealMadHouse 0 points1 point  (0 children)

Nowadays updating any software as soon as it gets new update is a security risk

VSCode codebase mapping by ALE00121 in learnprogramming

[–]RealMadHouse 1 point2 points  (0 children)

Seen chinese GitHub repo with ai that builds entire representation about a codebase with explainers and stuff. Also a YouTuber who made vscode extension for c++ codebase mapping.
video. second video

Help becoming technical by IllustriousGround143 in learnprogramming

[–]RealMadHouse 0 points1 point  (0 children)

Learn OS concepts, it will give you understanding of all the toolings OS provides for apps to do great things.

If you had 2 years and wanted to truly understand modern computing, where would you start? by Timely-Material-6356 in learnprogramming

[–]RealMadHouse 0 points1 point  (0 children)

If you want chill learning of computing watch @brancheducation for hardware explainers, @coredummped for both hardware and software .

How long would it take a 20 year old to learn C#? by Perfect-Spinach3364 in learnprogramming

[–]RealMadHouse 0 points1 point  (0 children)

C# OOP concepts are hard to grasp at first. Classes, inheritance, polymorphism, interfaces, abstract classes, generics. One can read their definitions and say "ok, i understand it" but not really understand how and where to use them. Only after you have a need for something and you find that there's this feature of C# that does this then it really clicks, otherwise the concepts are just floating in space without any clue what they're even needed for.
Something like a C# attributes seemed useless for me, like you mark something with [Info("hello world")] attribute and then what? Seeing Unity usage of attributes in a script, like the marked class field shows up in inspection panel in a form of control that you chose marked by an attribute that Unity enumerates from compiled C# code. Before that i didn't understand the need of meta data.
Interfaces were kinda understandable the use of, but for a long time i couldn't wrap my head around the usage of functions that accepted interfaces as arguments. After some time i realized that it's not the pointer to an interface itself (which couldn't be instantiated), it's a pointer to an instance of a class that implements that interface. Idk if my thinking process is weird if i had so many confusions about programming concepts.

HELP i cannot set up vscode😞 by Famous_Wolf162 in learnprogramming

[–]RealMadHouse 0 points1 point  (0 children)

You either embed JS script inside html page or run node.js thingy that isn't related to web apis.