JavaScript is the most used and popular programming language in the world, which makes it an excellent choice for a newbie. I am often asked which programming language you should start learning to program with. The answer to that question is very simple: The programming language does not matter. The important thing is logical reasoning […]
6 Ruby Best Practices Beginners Should Know
The Ruby language was developed by Yukihiro Matsumoto (“Matz”) in 1995. The language was designed to be object-oriented, intuitive, and easy to learn to optimize for developer time. As “Matz” once said: “…in fact we need to focus on humans, on how humans care about doing programming or operating the application of the machines. We […]
20 Ruby Performance Tips
A lot of bloggers and technologists like to talk about Ruby as if it can’t perform on-par with other dynamic/interpreted programming languages; however, these critics tend to rely on specific benchmarking techniques and ignore the overall performance profile of the language. They also tend not to take into consideration the various factors of their choice […]