adsense

Tuesday, 27 July 2021

                         LGM-VIP Experience 

 

Recently I got selected for web development Internship at LetsGrowMore . It was an amazing experience as it was my first time as an intern.

During the Internship we were told to do 3 tasks(at least 2 mandatory) each task was of different difficulty level starting from beginner to advanced. I am really glad to have completed all the 3 tasks. Learnt a lot during this 1 month. For the first task we had to make a simple webpage, given was the design. It seemed easy but actually helped me revise my HTML, CSS and JAVASCRIPT knowledge. I tried to make as similar to the design and yet added my own flavour to it.

For the 2nd task we had to create a webpage using react. We were given a link and from that link we had to fetch data and show them as a card. The user needs to click Get User button and there will be a slight loading bar and then the data will be shown. It helped me refresh my react knowledge and deal with API calls and Axios.

The 3rd task was of Advanced level. We had to make a STUDENT RESULT MANAGEMENT SYSTEM. For this task I choose to use the MERN stack as I was already familiar with react. But I had to learn MongoDB, Express.js and also ES6. This task took the longest to complete, but was also the one that I really enjoyed creating. Learnt so much about routing, database handling, cookies, tokens, encryption. I also used hashing for password encryption for extra security.

This 1 month was the best experience for me. I connected with many people on the Let's GrowMore Community on LinkedIn. If you are reading this and want to apply for this internship as well please visit this link --  LGM-VIP. Thanks to the whole Lets GrowMore Community for this opportunity and specially Aman Kesarwani Sir.

     

 

Tuesday, 17 September 2019

Exercise

                          To all my viewers I'm currently a member of the internship program for a human welfare council and I need your help to assist the people who need us by donating any amount you can. YOUR SMALL GESTURE WILL HELP A FAMILY SMILE. Follow the link and you will get to our campaign page :



Please after funding whatever amount you can share me the screenshot of the receipt to my email - sumanmukherjee2001@gmail.com

So that I can send you a receipt for the contribution you made and tell the happiness you shared. 😊

  


    HackerRank   Exercises :-



 Try the Exercises yourself don't take any direct help from the net. If you fail at first attempt then just keep thinking about the problem and that wow moment will suddenly strike your head! But if you face any problem then let me know in the comments below and I'll make a video for its solution :)

Exercise :1

You are given an array of  integers, , and a positive integer, . Find and print the number of pairs where  and  +  is evenly divisible by .


Input Format

The first line contains  space-separated integers,  and , respectively. 
The second line contains  space-separated integers describing the respective values of .

Constraints


Output Format

Print the number of  pairs where  and  +  is evenly divisible by .

Sample Input

6 3
1 3 2 6 1 2

Sample Output

 5

Explanation

Here are the  valid pairs: