Recursion in Apex
We can use recursion in apex to find a self-lookup hierarchy in a custom object. Object: Custom_Object__c Field: Parent__c (This
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 readingKnowledge process outsourcing Knowledge process outsourcing (KPO) in simple words hires individuals that have expert knowledge about the work a
Continue readingLog in to Slack and under more option select Apps. In Apps search incoming webhooks. Go to configurations in the
Continue reading