Yes, you read that right. We are using Capistrano – a very popular application deployment tool that is written in Ruby to deploy a Python Django app. In fact, you can deploy any application written in any language using Capistrano. We have been using Capistrano to deploy Rails apps for a very long time and […]
Accelerated mobile pages – What they are, how they work, and why you need them.
As Google attempts to shave off precious milliseconds off the time to deliver the results, AMP(Accelerated mobile pages) pages usually tend to rank higher on mobile search results.
Python 2: The End Of An Era
When the clock struck 12 on January 1st, 2020, along with the end of the year came the end of Python 2, marked on the Python clock. With the retirement of Python 2.7, it denotes the end of a bygone era. And what does this end denotes? The Python team will not upgrade or provide […]
Why Ruby on Rails ?
For the success of a web app, the back end development is as crucial as the front end. Developers are in a constant search to find the best framework to suit their needs. While there had been rumours and articles on the end of Ruby on Rails (RoR), the truth is that the framework is […]
Software Testing
What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the developed software meets the specified requirements or not and to identify the defects to ensure that the product is defect-free. The software tester verifies and validates the functionality of an application […]