Posts

5 mistakes to avoid during learning programming language

Image
Hey learners I  am back with my new blog ,i hope you all are doing well  , so in this blog i am going to tell you 5 mistakes that you should avoid when you started learning  a new programming langauge. I am also a learner and student👧 also , so simply i am going to share all the mistakes that i have done when i was learning a new langauge. As you all know , programmimg languages are the languages used by programmers( developers ) to communicate with computers💻 just like we humans use languages like english , hindi , french etc. So in the field of computer science  , we have  around 700 programming langauges, but it doesn't means that we have to learn all  the langauges , we  to learn few programming langauges by researching about them. Now i am going to tell you 5 mistakes that you should avoid during learning programming la ngauge: 1.NO ROADMAP FOR LEARNING:   Now basic step  for learning is to make a roadmap of whatever you want to l...

Programming language source for beginners

Image
  Programming language: In simple words, programming is defined as set of instructions and commands that given to computer by us to perform different tasks. If I take real life example then humans use a language to communicate with each other e.g Hindi ,English ,Urdu ,French etc.like humans use different languages to communicate with each other ,computer programming language is medium for us to communicate with computers. It is a way for us to deliever our instructions to the computer. Use of programming language: There are two types of programming languages: first is front end development and second one is back end development. . let us explain them in detail: 1.front end development: It consists CSS ,HTML and javascript language. It is the part of the website that  users interacts directly.It is basically the front part of screen that shown to us.Structure,design ,layout ,text style everything that user see on the screen managed and operated by the front end languages. 2.bac...