What is a Ruby developer?
Ruby is one of the most popular programming languages in the world—in part because it’s consistently rated as one of the easiest languages to learn for new programmers. A large part of Ruby’s appeal is that it is built to make programming enjoyable for the programmer: It’s elegant, economical, and incredibly well-supported. But it’s also […]
Tips and Tricks to Code Ruby at a Higher Level
Ruby is an interesting language. But when it comes to comparing it to giant classic languages like C or Java, it’s actually quite new. For those who are familiar with these classic languages, it’s not so simple to approach Ruby’s syntax even though it’s language is so close to the verbal language. In addition, because […]
10 resources for learning Ruby on Rails
Ruby on Rails is one of the world’s most popular web application frameworks—and with good reason: it’s relatively easy to learn, extremely powerful, and mercifully well-documented. It also has a robust (some would say fanatical) community of developers who share knowledge and collaborate through online forums and at workshops around the world. So whether you’re […]
How to Become a Great C# Developer
Just like you don’t see the pipes but know that the faucet is always going to pour water when the handle turns, C# is something the common web user won’t see but will use through the wealth of applications that are built through this crucial programming language. For example, ever play a Flash game on […]
What you Need to Know About Rails Asset Pipeline
Rails asset pipeline is quite a familiar topic for Ruby on Rails developers. It was first introduced in Rails 3.1 and it is now implemented by the sprockets-rails gem, and is enabled by default. In this tutorial, we’ll explore further into rails asset pipeline and the benefit is has when using JavaScript and CSS frameworks. […]
Commonly Used JavaScript Design Patterns
JavaScript has grown to become one of the top trending languages across software development today. Javascript itself can be used in a handful of fields: from frontend to backend web development, mobile application development, desktop apps and even embedded devices. Since its original creation and several upgrades later, Javascript has continued to be an extremely […]