How to be friendly with all codes and langueges

Actually i m from non-coding background. Thats why i m not much friendly with codes,different frameworks,concepts .I think i tried so much to learn from you tube but i think still i am not much friendly with this still i dont have that much confidence then what should i do?

You can first get familiar with core concepts in a single programming language like how to declare variables, loops, functions and classes by practicing them daily. Next pick up some beginner level problems from websites like geeksforgeeks, w3schools, tutorialspoint and solve them on your own.
Next start working on core aspects web development like HTML tags, CSS properties and other concepts while building basic apps and projects. Eventually focus on frameworks part.
Our confidence in programming and problem solving in general only increases by constant, consistent practice. There is no other alternative to this.
Youtube does have a lot of free content but the problem is, it is not structured and there is no easy way to figure out which videos/tutorial are good for beginners or should be learnt in which order. Also there is no one to solve your doubts in case you have any while learning online.
This is where mentors come in who can show you a structured way to learn the core concepts. Programming is a skill which does takes a lot of practice but with a proper guidance most of us can pick up this skill and build confidence easily.

1 Like

hi!
Programming languages are just like the languages we speak. All variety of coding languages carry lot of similarities with each other. To improve the way we speak, we practice it a lot .similarly, the more time you write a code the more it gets into you. And am sure if a programming language is taught to a baby,it would certainly learn as its just another language.
But, tricky part is with the logic and approach to the problem, to fix this issue start writtng code on very small and tasks of day to day activities , ie as small as addition of two numbers, then start improving the code by updating it to multiple number or different functions of calculator.
TIP: do not look at the solution first, apply your solution to the problem, then look at the standard solution.
NOTE: Background has nothing to do with coding, its just another tool to enhance the efficiency of the work in the domain we are in to.(its a universal tool for convenience)