Systems | Development | Analytics | API | Testing

Latest Posts

Introducing Unistore, Snowflake's New Workload for Transactional and Analytical Data

Snowflake has once again transformed data management and data analytics with our newest workload—Unistore. For decades, transactional and analytical data have remained separate, significantly limiting how fast organizations could evolve their businesses. With Unistore, organizations can use a single, unified data set to develop and deploy applications, and analyze both transactional and analytical data together in near-real time.

Top three ways to use self-service analytics for marketing operations

As the Senior Director for Marketing Ops at ThoughtSpot, I’m the owner of our full marketing and sales tech stack. So, you know. No pressure. I started out as a Marketing Analyst — certified Tableau superuser, the whole deal. And I’ve got to say what I can do now versus what I could do then is night and day. What used to take me hours in Tableau back in 2015 literally takes me minutes in ThoughtSpot.

Transform satellite imagery from Earth Engine into tabular data in BigQuery

Geospatial data has many uses outside of traditional mapping, such as site selection and land intelligence. Accordingly, many businesses are finding ways to incorporate geospatial data into their data warehouses and analytics. Google Earth Engine and BigQuery are both tools on Google Cloud Platform that allow you to interpret, analyze, and visualize geospatial data.

Desktop Application Testing: Fix Coverage Gaps with Automation

If you use a framework like Electron to develop a desktop version of your web application, you may have run into a common problem when testing your application: So while you can test most of the critical functions of your app in the web version, there are some critical test cases for the desktop version that you simply can’t automate (such as setting up desktop notifications or verifying the app can be downloaded and installed).

6 JIRA Integrations for Software Testing

Project managers are required to manage people, teams, and tools. They accept accountability for the broader picture. Jira is a prominent project management program that is owned by Atlassian. Jira is a fantastic tool for both developers and testers. Many integrations enhance Jira's use for development teams. This post discusses some of the best Jira integrations for quality assurance, software testing, and test management that allow developers and testers to collaborate effortlessly.

A Guide to Phoenix LiveView Assigns

Phoenix LiveView lets you develop full-stack apps with client-side interactions while mostly avoiding cross-stack hassle. Assigns, managed by the LiveView socket, are a core tool for making that happen — allowing you to store, present, and update data effortlessly and efficiently. But as they do so much, assigns come with their own complexities and may backfire if misused.

We Tried 5 Best Puppeteer Alternatives [in-Depth Comparison]

You’ve hit a dead-end using Puppeteer as your web-automation module. Well, you’ll be glad to know that many people like you are looking for better alternatives. Puppeteer has been famous ever since Google introduced it. Since the Chrome DevTools team is responsible for developing this module, it works seamlessly with a headless Chrome browser without any issues.

We Tried 6 Best LambdaTest Alternatives for Test Automation | Here're the Winners

LambdaTest is an excellent software testing platform, but it might not be for everyone. If you’re wondering if it’s for you, worry not – you’re not alone. If you’re considering automation testing tools other than LambdaTest, you’re in the right place. We researched many potential alternatives to LambdaTest, and it’s safe to say that there are some really good options.

CircleCI vs Jenkins: What's the Difference?

Jenkins can support multiple jobs by multi-threading, whereas CircleCI has built support for parallelism, which project settings can achieve. Your deployment pipeline is the most crucial part of your software delivery lifecycle. As you keep launching new software products and updates, the last thing you would want is to manually intervene in an otherwise automated SDLC. Automation of build and release code– continuous integration and delivery have become mainstream for enterprise solutions.