-
Ruby
A Deep Dive into Ruby Scopes
The Ruby language was designed with a pure object-oriented approach. In Ruby, everything is an object. Object-oriented design provides encapsulation…
Read More » -
Web Dev
7 Video Courses to Level Up your Web Dev Skills
Keeping up with technical knowledge as a web developer can be tricky. New technologies seem to be popping up every…
Read More » -
Angular.js
AngularJS MVC Tutorial – Part 2 – Bower, SASS and Grunt
This example is the part 2 of my MVC tutorial with Angular. I strongly suggest you read the part 1…
Read More » -
JavaScript
Writing unit tests for Sails.js app using mocha
Sails.js is a wonderful node.js framework. Writing unit tests for Sails.js using mocha is pretty easy. On the before method…
Read More » -
Python
Python Class Example
In this tutorial, we’ll talk about classes. By using Python 3.4, we will talk about what classes are, how do…
Read More » -
JavaScript
JSON-LD: Building Meaningful Data APIs
Everybody loves JSON! However, JSON by itself is pretty meaningless. Well. It has meaning, but only to the original creator…
Read More » -
Angular.js
How to run Angular 2 in Production Today
Recently there where announcements that made clear that the Angular 2 final release is just around the corner. This might…
Read More » -
Ruby
The Simple Yet Powerful Ruby Enumerable Module
Here is a simple requirement: Find the positive numbers in an array. There are most likely hundreds of solutions, but…
Read More » -
RequireJS
Grunt RequireJS Example
Table Of Contents 1. Grunt 2. RequireJS 3. Grunt with RequireJS 4. Example 5. Summary 6. Download 7. Links 1.…
Read More »