Systems | Development | Analytics | API | Testing

Introducing Profile Dashboards in Moesif

We are excited to announce that Profile Dashboards are now live within Moesif! We have designed Profile Dashboards to enable customer-facing teams with a convenient way to monitor and analyze your customer’s account health. This new feature provides customer specific information in an easy and consistent fashion. Profile Dashboards allow you to see a personalized dashboard for specific users and companies.

Building and Managing the Modern Datastore: The Data Lakehouse

The 'data lakehouse' is quickly becoming popular in the data analytics community. Data lakehouse architecture combines the benefits of a data warehouse and a data lake. It aims to merge the data warehouse’s data structure and management features along with the flexibility and relatively low cost of the data lake. Watch this panel discussion to learn how the data lakehouse can address the limitations of the data lake and data warehouse architecture to deliver significant value for organizations. Explore why the data lakehouse is an ideal option for enterprise data storage initiatives.

GDPR Prevails: Google Analytics Running into Trouble in the EU?

Almost 6 years ago, the European Union’s General Data Protection Regulation (better known for its acronym, GDPR) changed the world of personal data protection forever. The groundbreaking ruling has since been replicated, albeit with changes, in over a dozen other markets.

Streamline Reporting During (and After) Your Deltek Vision to Vantagepoint Transition

Deltek Vantagepoint is the newly branded, freshly reimagined next version of Deltek Vision built specifically for professional services organizations. Deltek has set a rough deadline for Vision customers to upgrade to Vantagepoint. While this date may be delayed based on rate of adoption, many Deltek users have either already upgraded or are starting to consider the impact of the change, and how to best approach it.

What is OPcache and How to Install it?

OPcache is a form of caching system that caches precompiled script bytecode in a server's memory, allowing a web page to load faster each time a user accesses it. With the OPcache PHP OPcode caching system, you can speed up your website three times. In this article, we will discuss what is OPcache and how to use it to speed up your website.

How to Use Laravel to Create a GraphQL API

GraphQL is a comprehensive approach to guiding software developers in constructing data-driven applications. It is sometimes referred to be a platform or programming language agnostic query language. It is, in our opinion, the new API standard, allowing client applications to request particular data from the database rather than a full record. This article will teach you some of the core ideas needed to create a GraphQL API that uses Laravel.