Systems | Development | Analytics | API | Testing

Latest Blogs

Building and publishing a VR Unity game for Oculus with Codemagic!

TL;DR: You can automate the publishing of your Unity VR apps to the Oculus Store using Codemagic and the Oculus CLI tools. Creating VR Unity apps is really cool… but how can you easily share them with your friends during the dev phase? In a previous article, I discussed why automating building and publishing of your Unity projects can be interesting and useful, particularly when you want to get continuous feedback from your nice beta testers.

A testers guide to deal with missed bugs

Even with the increasing adoption of Agile and DevOps, many organizations still consider testers the gatekeepers of quality and are solely held responsible for the quality and approving releases. Such organizations blame testers for a missed production bug. No matter how much you test, a few bugs can still slip through the testing phase & reach production. Every software tester would have come across a situation of a missed bug. For many testers, it’s a terrifying nightmare.

4 Types and 20 Examples of Survey Questions to Ask Your Customers and Improve Your App

You have dedicated tons of man-hours to building your product and strengthening your service. You are trying to ensure that your application is useful but, above all, that it succeeds at making users come back for more. But then, *gasp*, they don’t! Why? What went wrong? How can you get them to come back?

Import Maps Under the Hood in Rails 7

Import maps is the new feature in Rails 7 that allows us to say goodbye to Node.js and tools like Webpack. There's no need for bundling anymore. With this new mechanism, you can still manage your JavaScript libraries with a specific version. Instead of one big file, though, your application serves many small JavaScript files. It’s essential you know how import maps work to benefit from the newest version of Rails (but don’t worry, you can still use tools like Webpack instead).

What's New In Loadero (February 2022)

Last month of winter is over and the spirit of spring is already in the air. We did a lot of work to improve Loadero last month, but the last week of February was filled with shocking events for us, as it was for the whole world. We support the people of Ukraine suffering from what happens in their country right now and every day we hope that it ends soon. There is nothing more important than peace, and we hope it will be restored soon.

Boost Customer Satisfaction with Connected, Automated Underwriting Processes

The insurance industry is undergoing massive modernization to improve outdated processes and enhance policyholder experiences. Delivering a connected insurance experience has become critical for insurers to stay competitive as the marketplace digitizes and insurtechs emerge, bringing new challenges to more established providers. Core to an insurer’s overall connected insurance experience are workflows that ensure a seamless, accelerated digital underwriting process for potential policyholders.

Ultimate Guide to ESG Reporting

In recent years, investors have been placing an increased emphasis on a range of environmental, social, and governance (ESG) issues resulting in ESG reporting becoming more important. These issues are garnering more attention from legislators and regulators from around the world. As a result, there are more demands on companies to report on their activities and practices and how they impact environmental and social sustainability.

Creating a D&D character in Python

I have a bit of a confession to make, I’ve never really bothered to learn Python. The last time I briefly used it, Python 3 had just been released and was being ignored by almost everyone due to all to breaking changes people had porting over to it from Python 2. This is crazy, as in my opinion, Python is only behind JavaScript in terms of the most used language in the world. I have no excuse not to learn it and see what the fuss is all about!