request-quote
Ruby on Rails

Popular Ruby Videos for Everyday Learning

There are numerous ways to study and improve Ruby on Rails level. Whether getting valuable knowledge from books or podcasts or enrolling into an online course or trying some tutorial, you are sure to open the door into one of the most popular...

Alex B.
Alex B.

Project Manager at iKantam

Project Management

Employees vs. Independent contractors: do you know the real price of hiring?

Have you ever thought about the real hourly cost of on-site employees? Global experience has shown that it’s hard enough to calculate your expenses exactly. Employees can cost twice and even triply higher than you expect. Does it sound unreal? Have...

Alex B.
Alex B.

Project Manager at iKantam

Project Management

Employees vs. Independent contractors: do you know the real price of hiring?

Have you ever thought about the real hourly cost of on-site employees? Global experience has shown that it’s hard enough to calculate your expenses exactly. Employees can cost twice and even triply higher than you expect. Does it sound unreal? Have...

Alex B.
Alex B.

Project Manager at iKantam

Project Management

Employees vs. Independent contractors: do you know the real price of hiring?

Have you ever thought about the real hourly cost of on-site employees? Global experience has shown that it’s hard enough to calculate your expenses exactly. Employees can cost twice and even triply higher than you expect. Does it sound unreal? Have...

Alex B.
Alex B.

Project Manager at iKantam

Mobile Development

Bitcoin Hardfork Developed by Ikantam Team

What is Bitcoin? To start with and avoid confusion, we need to separate it into two components. On the one hand, you have bitcoin-the-token, a snippet of code that represents ownership of a digital concept – sort of like a virtual IOU. On the other...

Alex B.
Alex B.

Project Manager at iKantam

Mobile Development

Bitcoin Hardfork Developed by Ikantam Team

What is Bitcoin? To start with and avoid confusion, we need to separate it into two components. On the one hand, you have bitcoin-the-token, a snippet of code that represents ownership of a digital concept – sort of like a virtual IOU. On the other hand, there is a bitcoin-the-protocol, a distributed network that maintains a ledger of balances of bitcoin-the-token. Both are referred to as “bitcoin.” The system enables payments to be sent between users without passing through a central authority, such as a bank or payment gateway. It is created and held electronically. Bitcoins are produced by...

Alex B.
Alex B.

Project Manager at iKantam

Project Management

Employees vs. Independent contractors: do you know the real price of hiring?

Have you ever thought about the real hourly cost of on-site employees? Global experience has shown that it’s hard enough to calculate your expenses exactly. Employees can cost twice and even triply higher than you expect. Does it sound unreal? Have a look at some facts below. Imagine you hire an employee at  $20 per hour. First of all, let’s base on your employee’s annual salary. If we take average 2,080 hours a year the total amount will be $41.600. And what about annual vacation, property taxes, insurance, payroll taxes, infrastructural costs? Computer hardware and software licenses,...

Alex B.
Alex B.

Project Manager at iKantam

Project Management

Employees vs. Independent contractors: do you know the real price of hiring?

Have you ever thought about the real hourly cost of on-site employees? Global experience has shown that it’s hard enough to calculate your expenses exactly. Employees can cost twice and even triply higher than you expect. Does it sound unreal? Have a look at some facts below. Imagine you hire an employee at  $20 per hour. First of all, let’s base on your employee’s annual salary. If we take average 2,080 hours a year the total amount will be $41.600. And what about annual vacation, property taxes, insurance, payroll taxes, infrastructural costs? Computer hardware and software licenses,...

Alex B.
Alex B.

Project Manager at iKantam

Project Management

Employees vs. Independent contractors: do you know the real price of hiring?

Have you ever thought about the real hourly cost of on-site employees? Global experience has shown that it’s hard enough to calculate your expenses exactly. Employees can cost twice and even triply higher than you expect. Does it sound unreal? Have a look at some facts below. Imagine you hire an employee at  $20 per hour. First of all, let’s base on your employee’s annual salary. If we take average 2,080 hours a year the total amount will be $41.600. And what about annual vacation, property taxes, insurance, payroll taxes, infrastructural costs? Computer hardware and software licenses,...

Alex B.
Alex B.

Project Manager at iKantam

Ruby on Rails

Popular Ruby Videos for Everyday Learning

There are numerous ways to study and improve Ruby on Rails level. Whether getting valuable knowledge from books or podcasts or enrolling into an online course or trying some tutorial, you are sure to open the door into one of the most popular development fellowships - Rails community.  There is no wonder that such educational materials are in great demand nowadays. The framework is very popular: more and more young developers take up Ruby coding, more and more start-ups favour it over other frameworks. We know the main reasons for such popularity. However, today I will focus on a...

Alex B.
Alex B.

Project Manager at iKantam

Ruby on Rails

Main Reasons You Should Try Ruby on Rails

Ruby on Rails is one of the most popular frameworks. Since 2005, the year the first version was released, the framework has attracted more and more developers to join its ranks. It is not surprising as Rails has many interesting features. Let’s review them and see what makes the framework so appealing.   Framework It is a model-view-controller framework developed by David Heinemeier, a Danish programmer. The code was extracted from his work on Basecamp project management tool.   Friendly Rails Community Ruby on Rails is managed and supported by the Rails core team.  It is...

Alex B.
Alex B.

Project Manager at iKantam

Ruby on Rails

Popular Sites to Find Remote Ruby Jobs

You finished tutorials, read the most useful books, signed up to great podcasts. Now you are thinking to try your hand at some remote jobs available on the web: starting from creating basic gems and finishing with the whole website or web application. No matter what particular job scope you are looking for, the first source you should try is a job site. The job platform provides many attractive offers from employers all over the world: either working for startups or big corporations, enjoying remote or office work, working full time or part time. Let’s have a look at the most popular remote...

Alex B.
Alex B.

Project Manager at iKantam

Ruby on Rails

Ruby on Rails Podcast on Your Terms

In previous articles we covered the most popular sources of information (and inspiration too) to start learning Rails or enhance your programming level: from tutorials and books to online courses and schools. All of them do a good job in “developer’s upbringing”. However, there is one more source worth mentioning – Ruby on Rails podcast. Podcasts have a lot of functions: they both educate and entertain listeners. What is more, they are convenient to use as it is possible to listen to expert talks wherever and whenever you like (even when doing something else). So podcasts can be called “radio...

Alex B.
Alex B.

Project Manager at iKantam

Ruby on Rails

Using Concurrency and Parallelism in Ruby

At every Ruby meetup you are most likely to hear two things: Ruby is slow and it has GIL. All Ruby developers know about it and it was strange to face this topic at the conference again. However, after talking to other developers I was surprised to learn that only few of them know when it is better to write parallel algorithms in Ruby. The majority said that there was no point to use parallelism as all threads were executed one by one (thanks to GIL).  I will try to show you the cases when concurrency and parallelism make sense.    Data Recovery from Memory Card Once I needed...

Oleg K.
Oleg K.

Ruby on Rails Developer at iKantam

Ruby on Rails

Gems Are Developer’s Best Friend

Ruby on Rails is one of the most popular frameworks used on the web. It is flexible, open-source, free and good for fast coding. What is more, there is a big community ready to help and share knowledge. Developers all over the world contribute to the framework making it richer and more popular. As a result, the framework can boast of a big number of useful gems that help to solve different practical problems. Do you intend to have an easy REST framework? Is it required to set up a web server? Send emails?  Gems will help with even more tasks. There is no need to reinvent the wheel and...

Alex B.
Alex B.

Project Manager at iKantam