You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PAYMENT GATEWAY INTEGRATION Using Razorpay : Create a simple website where payment gateway is integrated. ◇ There will be a simple donate button on homepage. On clicking the donate button, the user will land on the payment page where user can select the amount to be paid and the payment type, e.g. credit card, Paypal, etc. ◇ Once the payment is …
BASIC BANKING SYSTEM: Create a simple dynamic website which has the following specs. ◇ Start with creating a dummy data in database for upto 10 customers. Database options: Mysql, Mongo, Postgres, etc. Customers table will have basic fields such as name, email, current balance etc. Transfers table will record all transfers happened. ◇ Flow: Home…
TESTING AUTOMATED: Read up about Testing. ◇ Learn selenium and basic selenium automation scripting. ◇ Start with Google Search and read tutorials. Watch videos to learn about various aspects of testing using selenium. ◇ Use selenium to create a test case to test the website thesparksfoundation.sg ◇ The test script should check of at least 5 page…
Basic Banking App: Create a simple mobile app which has the following specs. ◇ Start with creating dummy data in mobile (sqlite) database for upto 10 users. User table will have basic fields such as name, email, current balance etc. Transfers table will record all transfers happened. ◇ Flow: Home Screen > View all Customers> Select and View one …
CI/CD CLOUD COMPUTING: Read up about AWS or Azure. ◇ Write up about the steps of setup and essentials of AWS EC2 or Azure VM (one page step by step). ◇ Create an EC2 or azure VM instance and access it through ssh from your pc over internet. ◇ In the EC2, deploy and run any application (a website with tomcat/spring boot) or python based project. …