Posts

Showing posts from October, 2022

AWS Community Day India - Virtual Edition 2022 and stand a chance to win amazing rewards!

Image
AWS Community Day India - Virtual Edition 2022 and stand a chance to win amazing rewards!   ðŸ§¨ Attending Virtual Event and get AWS Swag Kit 😊😊 for free  ðŸ§¨ Register Now :-  Click Here Amazon Web Services, cloud computing technology, AWS design implementation and servicing, high scalability / performance computing, production use cases of AWS. AWS Community Days are community-organized cloud education events, featuring technical discussions and demos led by expert AWS users and industry leaders from around the world. Community-based learning is the best way to enhance the concepts being taught by connecting with enthusiasts in person, thereby sharing first-hand experiences and familiar, accessible examples. All skill levels are welcome to help accomplish our motto of learning, sharing and networking. Let's join hands to empower this tech community to make it bigger and better! WHAT TO EXPECT FROM AWS COMMUNITY DAY? Renew, revive & revitalize to exemplify your ex...

Mood Indigo, IIT Bombay Internship Opportunity

Image
Mood Indigo, IIT Bombay Internship Opportunity  Hi guys! Mood Indigo, IIT Bombay is back with its 52nd edition and their all new College Connect Program is here! I have joined the program, now it's your turn.  Use this link for  📌Registration: https://my.moodi.org/?rid=MI-PAL-145 📌Register now and get a chance to win internships and free coupons. Offer Letter :- Do Like and subscribe :- @Pallaviwebmaster

The Google Cloud Fly Cup : Recruit Lab Solution

Image
  G o o g l e Cloud Fly Cup Challenge  :  Recruit Lab Solution Register Now:-   The Google Cloud Fly Cup Challenge 2022     Watch Now:-  https://www.youtube.com/watch?v=k3ZlewVy6rE Recruit Lab Solution:-   Task1: bq mk drl for file in `gsutil ls gs://spls/gsp394/tables/*.csv`; do TABLE_NAME=`echo $file | cut -d '/' -f6 | cut -d '.' -f1`; bq load --autodetect --source_format=CSV --replace=true drl.$TABLE_NAME $file; done   Task 2: SELECT name FROM `drl.events` WHERE city = 'Phoenix' (Make changes as Your Lab)   Task 3: SELECT `drl.pilots`.name, `drl.event_pilots`.id FROM `drl.event_pilots` LEFT JOIN `drl.pilots` ON `drl.pilots`.id = `drl.event_pilots`.pilot_id   ...