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…
Reading Time: 4 minutesOur approach to UX in MagmaLabs Six months ago I started working on the UX design team…
Reading Time: 6 minutesSometimes we need or we want to develop a module quickly and easily that includes filters, sorting, pagination…