Reading Time: 4 minutesFeature specs are integral to a good test suite. Whenever we add new features to a web application,…
Reading Time: 7 minutesWhat is Vue.js? What is Vue.js? Vue.js is a progressive Javascript framework which is designed to build interactive…
Reading Time: 5 minutesCSS selectors are very used to apply specific rules to a bunch of elements, either to a set of…
Reading Time: 4 minutesOne of the most interesting challenges while developing an application is indexing and searching for data efficiently. Solr…
Reading Time: 5 minutesThis is your situation: You have this new shining and beautiful rails app which you have been working…
Reading Time: 12 minutesHow to generate PDF and Excel reports on Rails using Wicked PDF and AXLSX. Wicked_PDF If you are…
Reading Time: 4 minutesWhat are Ruby Contracts? The gem author defines them as follows: Contracts which let you clearly and beautifully…
Reading Time: 4 minutesAuthorization determines which actions a user can perform on an application There are a lot of alternatives which…
Reading Time: 4 minutesTrue quality comes from quality-minded people. Here are some best practices we recommend QA to follow while testing…
Reading Time: 4 minutesMotivation In a normal software development day, I do a lot of activities related to the task that…