Systems | Development | Analytics | API | Testing

They may be good with numbers but is your finance team good with data?

If there is a job synonymous with numbers and data, it’s finance and accounting so you’d be forgiven for thinking that those working in these roles are, by extension, data literate – with the ability to read, work with, analyze and communicate with data. In fact, this is the lie. There is a very big difference between reporting on data and taking informed action using the insights data can provide.

Microservice Architecture and graphQL s2

GraphQL possesses a lot of potential and is also gaining so popularity these days. But it's application in the relation to microservices is quite affectionate. So, let's see how can we use GraphQL for microservices? Apart, from this you will also get to know what GraphQL and microservices is all about. We request you keep watching the video till end if you really want to gain worthy insights over GraphQL and Microservices.

How to use self-service analytics for product-led growth

As the SVP for User Growth at ThoughtSpot, my job is to optimize our product features to reduce friction and encourage more user engagement. I spend my days analyzing our user data to answer questions like: The key to product-led growth is to identify measurable success metrics both for the product overall (your North Star metric) and for each product feature. Choosing the right North Star metric is crucial.

Choosing the best cloud provider for you - Between 2 bits ep. 04

So you’re thinking about moving to the cloud, but not sure where to start? In this episode, our hosts explore the most important things to consider when moving to the cloud (or migrating to a new cloud). From what to look for in a cloud provider to whether to choose a multi-cloud solution to the benefits of cloud vs on-premises, you won’t want to miss this episode.

Get Started with Hotwire in Your Ruby on Rails App

Hotwire is a hot topic at the moment for every Rails developer. If you work with Rails, there is a good chance you have already heard a lot about it. Hotwire is a completely new way of adding interactivity to your app with very few lines of code, and it works blazing fast by transmitting HTML over the wire. That means you can keep your hands clean from most Single Page Applications (SPA) frameworks.

NEW Visual Testing Enhancements | Katalon Platform

Previously, only a single baseline collection was allowed when scheduling test runs. This created situations where baseline images were marked as “missing” in different test suites that did not test the same application sections. With this update, users can now choose to use different baselines when scheduling a test run. You may view baseline collections as well as their captured images via the “Visual Testing” tab.

Easily trouble shoot long-running Steps with Build Insights

Build Insights is a monitoring tool that provides you a convenient means to check in on your build performance and track accompanying metrics. With a quick scan, you can see how all your apps and workflows are doing. If something doesn't look right, drill in for more details to understand where the problem is on app, Workflow, and Step level. Thank you for watching! Please feel free to comment your thoughts below.

How to Fix the No Such Element Exception in Java

The NoSuchElementException is an unchecked exception in Java that can be thrown by various accessor methods to indicate that the element being requested does not exist. Since the NoSuchElementException is thrown at runtime, it does not need to be declared in the throws clause of a method or constructor.