Systems | Development | Analytics | API | Testing

Latest Blogs

New report from Harvard Business Review demonstrates why businesses must invest in self-service analytics

In 2020, ThoughtSpot and Harvard Business Review Analytic Services teamed up on original research demonstrating the power of the new decision-makers — employees on the frontlines of your business who interact with outside customers, partners, and vendors on a daily basis. Through our research, we found that 87% of leaders said their organization will be more successful when frontline workers are empowered to make important decisions in the moment. Why?

The realtime web: evolution of the user experience

Over the last few years, companies have used realtime updates to add new experiences and features and increase their market share, It’s now standard to expect a page within an app or browser to update parts of itself without forcing it to refresh. For example, a news page of live sports scores updates with the latest goal scored, or an app shows a change as you track your taxi on a map.

[Node.js] Securing your applications Part 3/3

If you haven’t checked out the first two-part of our ‘Securing your Applications in Node.js’ series, click here and the second part here. This is a 3-part blog series on Node.js. This article aims to establish a Node.js security roadmap by addressing security challenges comprehensively and consistently for large infrastructures. Let’s begin! 🚀

SOA vs. Microservices: A Head-to-Head Comparison

Traditionally, monolithic architecture has been used to develop large-scale apps. However, people have realized its drawbacks and limitations over time. Without adapting to modern agile practices and limited flexibility does not allow for a productive development process. Therefore, organizations have been searching for better, more reliable architecture to facilitate the development of large-scale, complex apps with a more productive workflow.

Building Your Own In-App Charts? Use Moesif Embedded Templates Instead!

Certain products can benefit from having real-time charts displayed within them. Whether it is an internal or external application, metrics truly come to life when they are displayed nicely. In the past, to display such graphics you would need to implement your own charting tool, map the data or metrics into the tool, and then maintain this implementation. Overall, it was a very inefficient and cumbersome way to display data visually within your applications.

A Developer's Guide to Continuous Performance Testing

One of the most important phrases of DevOps practices is “Test early, test often.” It’s crucial to perform functional testing early with unit tests and integration tests. But it’s equally important to perform non-functional testing. That means you should have performance tests. As markets become more saturated with each passing day, you no longer have the luxury to postpone performance testing until all features are developed.