Systems | Development | Analytics | API | Testing

Latest Posts

The Salesforce Database Explained

In the world of customer relationship management (CRM), Salesforce is leading the industry. Founded in 1999 by Marc Benioff, Salesforce is one of the oldest and most respected cloud-based software companies in the world. Having grown to serve over 150,000 paying customers in the last two decades, Salesforce is considered by many to be the number one CRM platform in the world today.

Organize Business Logic in Your Ruby on Rails Application

With its strong emphasis on convention over configuration, Ruby on Rails has counteracted many architectural considerations that caused bikeshedding when building web applications. Still, one area that has continuously piqued developers' interest is how to handle business logic, i.e., code that epitomizes "what an app does." Another way to phrase this question is: Where do we put all the transactional code?

Solve the Testing Challenges of Lazy Loading

A slow website is a major turn-off for potential customers. To address this, one technique is to load resources only once they are needed on a website, hence the term "lazy loading". Asynchronous, or lazy loading, is a technique where content below the viewport (like images, videos, text, and other objects) is either: This makes your website more efficient and increases your bandwidth, allowing you to deliver a faster and better user experience.

Debugging Production APIs with Postman and Moesif

Debugging APIs can be a challenge for any developer dealing with REST APIs. Trying to create an exact API request, especially for highly complex requests with large bodies and multiple headers, is essential but also tough to do. By using a tool like Postman to create a request for debugging and API testing purposes, you can easily replay an API request with the exact configuration of the original request.

Insurance Application Testing: Guide & Best Practices

The insurance industry was once deemed reluctant to change due to its outdated, heavily regulated system. However,the expectations for insurance software have changed. We are witnessing a digital transformation in the industry. Insurance companies now improve customer experience and stay competitive through top-notch insurance software quality. The adoption of these new tech brings in the need for rigorous insurance application testing.