Outsourcing software development is one of the best options for businesses to march towards their digital transformation goals while cutting down the risks and maintaining a cost-savings approach. There are numerous companies who have understood the advantages of outsourcing and are now followers of this path. Budding entrepreneurs always attempt new methods to get things […]
Ruby vs Python: The ultimate battle
A tough question that goes through the mind of all web developers. Ruby vs Python. Which one is better? Both of them are popular languages suited for developing web applications. In short, it’s the clash of the Titans.
Jekyll Docker image missing C headers
So, if you are using Jekyll Docker image and you need to install any Ruby gems that require C headers, such as raindrops in my case, which was a dependency for unicorn, you will find yourself faced with this error: fatal error: asm/types.h: No such file or directory Fortunately, there is a quick fix for […]
Vim Bootstrap – generate .vimrc for your favorite programming language
Programmers in the current era like to work using IDEs because it is more user friendly. But there are reasonable number of programmers who still use command line for programming. Their favourite editor might be Vim. Vim is easy to use, light-weight and comes with almost every Unix distribution. Unlike IDEs, it does not hang […]
Become a successful software developer
Success is what everyone wants. It can only be achieved through sheer hard work. How can you become a successful software developer? Well, it is not that hard. Practicing a few small things can do wonders. Solve problems: Try to solve maximum problems. You can find a lot of resources in internet. For example, you can find […]