The difference Between Retesting and Regression Testing
Testing is one of the most critical aspects of the Software Development Life cycle. Developing a Product is a complex
Continue readingTesting is one of the most critical aspects of the Software Development Life cycle. Developing a Product is a complex
Continue readingRedux is commonly used to maintain and update data globally in the react Js application. By using redux we don’t
Continue readingWe can use recursion in apex to find a self-lookup hierarchy in a custom object. Object: Custom_Object__c Field: Parent__c (This
Continue readingAmazon Cognito is an Amazon Web Services (AWS) product that controls user authentication and access for mobile applications on internet-connected
Continue readingAs in the repository pattern, we introduced a data layer (Repository class) to deal with data or to separate the
Continue readingNowadays animation is gaining popularity on many websites. Adding animation to a website or mobile application makes it more attractive
Continue readingIn computer programming, a large object (LOB) is a data type used to store a significant amount of data. This
Continue readingINTRODUCTION The mediator is a Behavioral Design Pattern adopted to reduce communication complexity between multiple objects. A mediator object is
Continue readingAn architectural layer that manages communication between the application and data source is represented by a repository. The key benefit
Continue readingIntroduction: Gunicorn is a Python WSGI HTTP server that is commonly used to serve Python web applications. It is a
Continue reading