Monasri Mohandoss

Monasri Mohandoss

Latest Posts by Monasri Mohandoss.

Cover Image for REST vs GraphQL: What’s the Difference?

REST vs GraphQL: What’s the Difference?

Monasri Mohandoss

In the current ecosystem of web and mobile apps, APIs are the ‘glue’ that connects clients and servers. We find two key paradigms of APIs: REST vs GraphQL, which have emerged as the primary methods of communicating data between applications. Each has strengths and weaknesses, and that choice is significant, as each […]

Cover Image for AI Model Testing: Building Trust in Intelligent Systems

AI Model Testing: Building Trust in Intelligent Systems

Monasri Mohandoss

Artificial intelligence (AI) is widely used today, from voice assistants to Netflix recommendations, but AI models do not always behave as intended. Testing an app before it is released is standard practice, and similarly, AI models should be thoroughly tested. Testing an AI model can verify that the model’s decisions are accurate, […]

Cover Image for SDK vs API: Simple Guide for Developers

SDK vs API: Simple Guide for Developers

Monasri Mohandoss

APIs (Application Programming Interfaces) and SDKs (Software Development Kits) are vital components of modern software development. APIs enable applications to communicate and exchange data, while SDKs typically provide a comprehensive toolchain, libraries, and documentation to build features as robust as possible, or even an entire application. This guide will go over the […]

Cover Image for Introduction To Selenium Software Testing

Introduction To Selenium Software Testing

Monasri Mohandoss

In the field of agile development, software testing can be a difficult task. Much of the exhaustive testing is conducted manually, which can slow release schedules, as well as make errors more likely. Selenium is a great fit here. Selenium is an open-source tool that allows you to automate web browsers, which, […]

Cover Image for How to Create a Pandas Pivot Table in Python

How to Create a Pandas Pivot Table in Python

Monasri Mohandoss

In today’s data-driven world, collecting data is easy, but making sense of it is what truly matters. That’s where Pandas pivot tables come into play. With just a few lines of Python, you can quickly turn disorganized data into meaningful, well-structured summaries. Imagine Excel pivot tables, but faster, more flexible, and fully […]