Introduction or My Very First Post
In this blog I collect my posts/tutorials/best practices related with programming process. I am going to organize my posts in several levels according to level of programming knowledge which will help you to dive in to wonderfull world of programming.
The easiest way to learn programming is to combine two approaches theoretical and practical. In other words you learn some theory and then try it in the real example. Therefore I am going to use a lot of examples which you can run online dirrectly from the page (REPL).
Here is the example of JavaScript:
See the Pen tiny js by Alexander Bezverkhniy (@alex-bezverkhniy) on CodePen.
So read, learn, “play code” and have fun!