Skip to main content

What are top 3 things happening in Indian IT 2020

I hope you are one of the fresh IT graduate or already a fish in the IT sea.
Somehow you are interested in what is most happening thing in the IT industry of India in this 'unlucky year' 2020.
I am an devops engineer working with some of the service based industries here in India. So I will be sharing my experience here about the current scenarios.

1. WORK FROM HOME
    So this corona pandemic situation has bought us in a situation where even the companies are forced to mandate complete work from home policies. Employees are enjoying their time with their families moreover research says that the efficiency and the mental peace has been improved for the employees working from home. However few reports denies this fact. For some their work life balance is disturbed, companies are forcing them to work for extended hours.
But the majority companies are looking for creating new policies , salary packages according to these new conditions.
In fact TCS has announced for 75 percent WFH strategy by 2020.

2.SKILLS
The top skills which are there floating in the market is having one programming language with 1 cloud knowledge.
For example you know java script and are good with creating programs with it. In many projects now cloud and some CI/CD relevance has been added. So it is better to gear up with one of the major clouds out their.

3.ONSITE OPPORTUNITIES
The funny part is now, that nobody is trying to go onsite. Which is a complete opposite scenario to pre-covid situation. Even the people outside are looking for home return in these times.

For the fresh graduates of this year-
I know these are challenging times, but true warriors rise in the hardest of the times.
I hope all the best to all people.

Regards






Comments

Popular posts from this blog

PowerShell Gallery is currently unavailable

Recently working on an automation in windows server I got this issue and my automation got stopped. Generally by this error you will know the server is unable to reach out to the PSGallery. ERROR [DBG]: PS C:\Users\nagarro>> Get-PSGalleryApiAvailability -Repository PSGallery VERBOSE: Error in executing PowerShell Gallery is currently unavailable.  Please try again later. Resolution So 2 things which can be done here is: 1. [Net.ServicePointManager]::SecurityProtocol Run this command to check whether the tls1.2 is enabled or not. I f it is not listed just run this command- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12      2. Sometimes the internet explorer first configuration due to security reason my cause this issue. So you need to open the PS gallery in the IE and add these sites as a exception. You can also disable the config in the registry setting of IE. I was able to so...

How to increase internal memory of your Android !!

Want you to increase Internal Memory of your Android !! 1- First you have to download Mini tool Partition and install on your PC. 2- Connect your SD card to your PC using card reader and backup your SD card data onto your PC as we are going to format it. 3-  Open Mini Tool Partition in your PC and when the wizards open click on your SD Card and select Delete option. Now your SD Card memory is unallocated. 4- Then Right click SD Card and select create option. A popup window will open giving you the choice for making partition ; create partition as primary and file system as FAT if SD Card is less than 4GB and FAT32 if it is more than 4GB. Leave about 256 MB or more space (your choice) for creating the next partition which will be your phone's internal memory. 5- Then select done and do right click on unallocated space of your SD Card and again click create option. Select Primary partition but change the file system to Ext2, Ext3 or Ext4. ( Note: Ext2 is recommended as most ROMs...

Free container labs

Hello all, I am going to share free labs for quick hands on Docker and kubernetes. Hope they will be useful. 1.    Docker Lab setup