Systems | Development | Analytics | API | Testing

Latest Blogs

Introduction to TF Serving

Machine learning (ML) model serving refers to the series of steps that allow you to create a service out of a trained model that a system can then ping to receive a relevant prediction output for an end user. These steps typically involve required pre-processing of the input, a prediction request to the model, and relevant post-processing of the model output to apply business logic.

Top 15 List of Automation Testing Tools | Latest Update in 2022

Automation testing tools are applications designed to verify function and/or non-functional requirements via automated test scripts. With the Agile and DevOps manifesto as the standard of software testing, setting a clear-cut automation testing tools evaluation strategy is key. Ultimately, this strategy will need to answer the questions of: Plus, there isn’t really a one-size-fits-all automation tool. It really boils down to your team’s specific needs.

The 8 most insightful moments from Beyond 2021

This week, ThoughtSpot gathered virtually with thousands of global customers, partners, and friends to share our vision for the future of analytics at Beyond 2021. A future where everyone in your business can create personalized insights and operationalize them to drive smarter business actions. And where innovative brands like Snowflake, Starbucks, Just Eat Takeaway, and Opendoor are already building their businesses on data with the Modern Analytics Cloud.

The Evolution of APIs: From RPC to SOAP and XML (Part 2)

In our last blog post, we discussed the evolution of APIs from early computing to the PC era. In this post, we’ll discuss the evolution of APIs in the early internet age. Along the way, we’ll touch upon associated core technologies such as eXtensible Markup Language (XML) and discuss the introduction of web services and its common components: SOAP and WSDL.

What is Git Checkout Remote Branch? How It Works, When to Use It, Examples, Tutorials & More

Git is one of the most useful tools for developers and development teams. And Git checkout remote branch makes it easier to collaborate and review. Let’s learn about it today. As developers, we work with Git often. In fact, at Stackify by Netreo, we have a Git page where you can see quite a few repositories. Like many developers and groups, we migrated our version control to a Git-based system a few years back. So working with Git is a big part of our ongoing work.