Skip to content

Instantly share code, notes, and snippets.

View sriram15690's full-sized avatar

Sriram R sriram15690

View GitHub Profile
Quick setup — if you’ve done this kind of thing before
Set up in Desktop or
HTTPS
SSH
https://github.com/sriram15690/subrepo-test.git
We recommend every repository include a README, LICENSE, and .gitignore.
…or create a new repository on the command line
Use the below API to retrieve data using ajax & write two methods to do the following:
1.display products by category
2.display product data.
API: https://api.myjson.com/bins/nqap7
Inp: getProducts('Mobiles');
Op: ['iphone 7',"Samsung S9" ]
@sriram15690
sriram15690 / Schengen_Tourist_Process_Indian_in_UK.txt
Last active June 11, 2019 14:41
Schengen Tourist Visa Process for Indian Citizens in UK. ( Updated on May 25, 2017)
Last Updated on 11/06/2019
Since 1st of December 2018, any visa application for France must be made via the France-Visas website: https://france-visas.gouv.fr/en_US/web/france-visas
Once you have completed your application form on the France-Visas site, you will be redirected to the TLScontact website to make your appointment
At the day of your appointment, the France-Visas application form and document receipt must be provided.
Start your visa application on the France-Visas website.
Fees: £100 to be paid at Embassy
kubectl expose deploy nodewebb --name=node-app --port=80 --target-port=8080 --type=LoadBalancer
Microfrontend Strategy:
The approach involves creating a React Single Page Application (SPA) as the main container, encompassing multiple Microfrontends (MFs). When integrating with an existing JSP-based app, follow these steps:
1. Develop a simple React container app.
2. Embed this app into the JSP application.
3. Ensure functionality is operational.
4. Include the Microfrontends into the React container app.
Routing considerations: