Monday 1 December 2014

How to start programming?

Internet is full of tutorials, books and other stuff about programming. Most peoples suggest start coding with HTML. I started too. Now I think it is bad idea. Because I waste tons of time for searching stupid answers. (why stupid? because now it is shame to remember that...) Nobody show me the way... So I wanna share my experience(or minds) So lets start. Make a coffee and take a pan.

We will need:
  1. Computer
  2. Internet.
  3. More coffee.

Why not HTML?

Because it is not a programming, it is only tagging or something like that. It is very easy. So don't waste the time. You will learn it automatically when you will touch PHP.

So start with PHP?

No.

So where to start?

In basics. Open your web browser. ( I hope it is not IE) type google.com in your address bar. Write "CPU wiki". Start read about CPU. In this small box all programing magic became reality. You should understand, everything is only 0 and 1. If you will have good basics, later on programming will not look very hard.


if(!$basics){
return false;
}

Lets move on. Don't start with c++, java, php or other language. Fell power of assembler. Touch it, try it. write your first program, like extract. It will take some time.



But why?

Later on you will feel how is love code with higher level programming language. In pascal it is only sqrt(number);

With assembler you will fell what is mean variables types like integer, string and etc.. You will learn to not waste CPU recourses. And you will understand what coding really means.


OK. What next?

First read this post again and try meet programming from basics.


P.S remember all magic on your screen are only 0 and 1 combinations. Good luck ;)

No comments:

Post a Comment