It is becoming common for start-ups to claim that they are “uberizing” a certain field of activity. The auto-correct function does not yet recognize the verb in English, but just like the term “Googling” for information, “uberizing” might soon enter the vocabulary, because there is a solid promise of value in it. The “uberization” of […]
Client testimonial – offline hackathon at 3DVIA
ITtestsOnline, the skills assessment platform, runs internal and external hackathons (offline or online) for multiple purposes, bringing to the core of your coders’ day-to-day development your business needs: setting up team buildings inside your company, designing and prototyping a new product, assessing the skills of your teams in order to prepare custom training plans, or […]
5 Programming Blogs You Should Really Read If You Are a Software Developer
We’ve made a list with the very basic bloggers every software developer should read. As the word “basic” implies, it’s a non-exhaustive list, but as a coder, you’ll definitely find each and every blog listed below more than useful in boosting your software developing skills and enhancing your IT career overall. 1. Coding Horror One of […]
Time to learn – Django
What is Django? Django is an open source Python web framework which follows the model-view-controller (MVC) architectural pattern. Django encourages rapid and clean web development. You can find more information about Django on Wikipedia. Where should you start from? If you don’t have a previous development experience, it will be really helpful to first learn […]
Time to learn – Ruby on Rails
In order to learn Ruby on Rails you should first of all know what Ruby is. Ruby is an object oriented programming language that Ruby on Rails extends, similar with Python or Perl in terms of syntax. Ruby became popular once the Rails framework was developed. Ruby on Rails (RoR) was designed by David Heinemeier […]
Time to learn – Ruby programming language
Let’s get started and get to know a little bit more about Ruby. Ruby is an open source object oriented programming language. It was designed by Yukihiro “Matz” Matsumoto in the 1990s. Actually, Ruby is becoming increasingly popular due to its object oriented features and clean syntax, but most of all because it is allows […]
Time to learn – Android programming language
We are in an era of mobile development, and we have a lot of developers who asked us about an Android Time to learn. Let’s take a first step and start with a short description of Android. Android is an open source operating system based on Linux kernel, developed by Google. It is designed for […]
Time to learn: Swift – Apple Newest Language
When someone says the hottest programming language he will surely include Swift in his list. What is Swift? Swift is a programming language created by Apple for iOS and OS X development. Introduced at Apple’s 2014 Worldwide Developers Conference, Swift is designed to work with Apple’s Cocoa and Cocoa Touch frameworks and the large body of […]
Time to learn – ASP.NET MVC4
This article is focused on the essentials of MVC framework for building basic, scalable, standards-based web applications using well-established design patterns. In order to get started you should first know what MVC is. MVC is one of the three ASP.NET programming models, more specifically a framework for building web applications using a MVC design (Model […]
Time to learn : Unity 3D – make your own game!
We have designed this article as a collection of learning resources which we hope will come in handy to anyone who wants to make a game, be they fans of gaming with no knowledge in programming, or programmers who want to change the technology, or juniors who want to learn Unity. So in order to […]