Data Testing with SQL
In the ever changing landscape of data driven decision making, ensuring the accuracy and reliability of your data is paramount. Data testing plays a crucial… Read More »Data Testing with SQL
In the ever changing landscape of data driven decision making, ensuring the accuracy and reliability of your data is paramount. Data testing plays a crucial… Read More »Data Testing with SQL
API testing is a type of software testing that involves testing application programming interfaces (APIs) directly. It focuses on verifying that the API meets expectations… Read More »API Testing Using Postman
The road to effective push notifications is not always smooth, and troubleshooting issues can be a tough task. In this guide, we’ll explore common push… Read More »Push Notifications Trouble Shooting
Today, almost all applications offer unique functionality for various user types (admin, manager, subscriber, guest, etc.). These groups usually are exclaim as “Roles”. Roles are… Read More »CASL-React-Conditions: Simplifying Authorisation
A rich text editor in a React Native app is a component that allows users to format and style in a visual and interactive way,… Read More »Adding Rich Text Editor in RN Apps
Web APIs (Application Programming Interfaces) are essential components of modern software applications. They enable different program systems to interact with each other and exchange data.… Read More »Best Practices For Securing Web APIs
Wildcard domain configuration is a useful tool that enables website owners to direct multiple subdomains under a single domain to the same IP address, simplifying… Read More »Wildcard domain configuration on Digital Ocean using Route 53
Postman Postman is a software application for testing APIs (Application Programming Interfaces). It is a user-friendly interface which simplifies each step of the API lifecycle… Read More »Getting Started With Postman
UX Choreography is the art and science of designing and orchestrating. The sequence of user interactions with a digital product or service. It is concerned… Read More »UX Choreography
Introduction In today’s world of digital transformation, it’s crucial to prioritise security in program development. One of the best ways to ensure the security of… Read More »How to Conduct a Security Code Review for Your Application
We’re living in an era of internet at it’s peak. For anything and everything we depend on information from internet these days. Websites are an… Read More »How to Approach Testing A Web Application
Instrumentation in web or mobile applications Instrumentation is the process of adding monitoring and analytics capabilities to your application code. It allows you to track… Read More »Why Instrumentation Should Not Be an After Thought