Study SectionSingleton design pattern — StudySection BlogDesign patterns provide solutions to the commonly occurring problems in the design of the software. The design pattern is like a blueprint…Apr 7, 2022Apr 7, 2022
Study SectionBridge Design Pattern — StudySection BlogDesign patterns provide solutions to the commonly occurring problems in the design of the software. The design pattern is like a blueprint…Apr 6, 2022Apr 6, 2022
Study SectionWebDriver Architecture Selenium — StudySection BlogThe requirement of WebDriver Architecture selenium is to understand the Web-UI automation using selenium WebDrive.For the depth of…Apr 4, 2022Apr 4, 2022
Study SectionExplain this pattern with example in PHP — Server Session State — SS BlogA session is a way to continue information across different web pages to recognize users as they traverse a site or app.Apr 1, 2022Apr 1, 2022
Study SectionForeign Key Mapping — StudySection BlogForeign Key Mapping is the process of establishing a link between two records. Suppose I have a User and I make a table called users that…Mar 31, 2022Mar 31, 2022
Study SectionStrategy pattern in Salesforce Apex — SS BlogIn the Strategy pattern, we implement multiple solutions for the same problem and solutions can be selected at run time depending on the…Mar 30, 2022Mar 30, 2022
Study SectionWebhooks — StudySection BlogWebhooks are extensions of APIs. The data comes in a web request to your application. Webhooks may be the result of an earlier API call…Mar 29, 2022Mar 29, 2022
Study SectionTemplate Method design pattern in PHP — SS BlogThe template method behavioral design pattern is to define an algorithmic program as a skeleton of operations and leave the details to be…Mar 28, 2022Mar 28, 2022
Study SectionWebDriver and WebElements in Selenium — SS BlogWebDrvier is a collection of related methods. WebElements are buttons, text boxes, checkboxes, drop-down menus, hyperlinks, etc. on a web…Mar 25, 2022Mar 25, 2022