In this post, we will give a short review of the tips for software developers from the book “The Pragmatic Programmer: From Journeyman to Master” by authors  Andrew Hunt and David Thomas, published by Addison-Wesley, 2000. This is not a new book but the guidelines for developers given in this book areRead More →

JavaScript is a lightweight, cross-platform, object-oriented computer programming language. Lightweight just means that the language doesn’t use much memory of the computer, and that it has a relatively simple syntax and features. Cross-platform just means that the language can be used on multiple platforms and systems. Оbject-oriented means that it’s a language that’s based on object.Read More →