Adapter Design Pattern in Python
Many times code for classes was written, and we didn’t have any option to modify the code or change the
Continue readingMany times code for classes was written, and we didn’t have any option to modify the code or change the
Continue readingA chain of responsibility is a behavioral design pattern that allows a request to pass through a chain of potential
Continue readingWhat is CSS Grid? CSS Grid Layout excels at dividing a page into major regions or defining the relationship in
Continue readingWhat is reCaptcha? reCaptcha is a free Google tool that helps you defend your website against spam and harmful attacks.
Continue readingThere is a very interesting feature in python known as Decorators, that is used to add additional functionality to the
Continue readingIn the proxy design pattern, the functionality of one class is represented by another class. This design pattern comes under
Continue readingBasic Selenium Commands: Open a URL Get Method: The driver.get() method is used to navigate the web page by passing
Continue readingFTP is the traditional file transfer protocol used to transfer files over the internet. Similarly, SFTP is also a file
Continue readingWhat are DataTables? DataTables are a way to show records about something in your website to the user with inbuilt
Continue readingDownload the.tar.gz file for Linux from https://github.com/stripe/stripe-cli/releases/latest. After unzip, run the command in terminal stripe login OR ./stripe login A
Continue reading