www.techgig.com Open in urlscan Pro
2a02:26f0:f700:5::216:59b9  Public Scan

URL: https://www.techgig.com/
Submission: On September 06 via api from US — Scanned from DE

Form analysis 12 forms found in the DOM

GET https://www.techgig.com/search-detail.php

<form id="search-form-header" action="https://www.techgig.com/search-detail.php" method="get" class="clearfix">
  <div class="searchwrap-section">
    <span class="ser-icon">
      <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="33" height="32" viewBox="0 0 33 32">
        <defs>
          <path id="pax36hxrsa" d="M0 0H31.907V32H0z"></path>
        </defs>
        <g fill="none" fill-rule="evenodd">
          <g>
            <g>
              <g transform="translate(-1077 -12) translate(1077.846 12)"></g>
              <path fill="#DADADA" fill-rule="nonzero"
                d="M15.27 7c4.578 0 8.29 3.696 8.29 8.256 0 2.048-.75 3.923-1.99 5.366l3.143 3.135c.286.284.285.746 0 1.03-.286.284-.75.284-1.035 0l-3.154-3.146c-1.43 1.169-3.26 1.87-5.255 1.87-4.578 0-8.29-3.696-8.29-8.255C6.98 10.696 10.692 7 15.27 7zm0 1.457c-3.771 0-6.828 3.044-6.828 6.799 0 3.754 3.057 6.798 6.827 6.798s6.827-3.044 6.827-6.798c0-3.755-3.056-6.8-6.827-6.8z"
                transform="translate(-1077 -12) translate(1077.846 12)"></path>
            </g>
          </g>
        </g>
      </svg>
    </span>
    <input type="text" id="global-search-text" name="q" class="form-control" value="" autocomplete="off" placeholder="|Search for people, Skill Test and challenges" required="" pattern="[a-zA-Z0-9\s]+">
  </div>
</form>

Name: login_formPOST

<form id="login_form" name="login_form" class="form1" action="" method="post" onsubmit="javascript:check_login_credentials(); return false;">
  <input type="hidden" name="jobid" value="">
  <input type="hidden" name="loginsrc" value="loginpage">
  <input type="hidden" name="return" value="https://www.techgig.com/home">
  <input type="hidden" name="error_response_url" value="">
  <!-- Alert -->
  <div id="login-alert-login" class="alert alert-danger" style="display:none;">
    <a href="javascript:void(0);" class="close" onclick="$('#login-alert-login').hide();"><i class="fa fa-close"></i></a>
  </div>
  <!-- /Alert -->
  <div class="row">
    <ul>
      <li class="clearfix">
        <label class="col-sm-3 col-xs-3  left-label">Email <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9"><input tabindex="10" type="text" class="form-control" placeholder="Enter Email" name="login_uid" id="login_uid" required="" value="" autocomplete="new-password"></div>
        <span id="err_login_uid" style="display:none;">Please enter your email!</span>
      </li>
      <li class="clearfix">
        <label class="col-sm-3 col-xs-3 left-label">Password <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9"><input tabindex="11" type="password" name="login_pass" value="" placeholder="Enter Password" id="login_pass" required="" class="form-control" autocomplete="new-password">
          <span id="err_login_pass" style="display:none;">Please enter your password.</span>
          <span id="err_login" style="display:none;">Email and password do not match.</span>
          <span id="err_unverified" style="display:none;">Your email verification is pending. Please check your email and click on the verification link to proceed.</span>
          <span id="err_unverified_limit" style="display:none;">Verification Email Sending Daily Limit Reached.</span>
          <span id="err_deleted_acc" style="display:none;">User Account has been deleted.</span>
          <span id="err_lockout" style="display:none;">Due to Multiple Failed Attempts Your Account Is Locked For the Day.</span>
          <span id="err_multilogin" style="display:none;">You are already signed on using another browser. Close the previous browser and try again in 30 seconds.</span>
          <span class="forgot-password-area"><a href="javascript:void(0);" class="forgot-password" id="open-forgot-password">Forgot Password?</a></span>
        </div>
      </li>
      <!-- 
					  <li class="clearfix">  
						<span class="checkbox-input">
								<input id="remember_chk" tabindex="12" type="checkbox" name="remember" value="1" checked="checked">
								<label for="remember_chk">Remember me</label>
							</span>
						</li> -->
      <li class="clearfix">
        <label class="col-sm-3 col-xs-3 left-label"> &nbsp; </label>
        <div class="col-sm-9 col-xs-9"><input type="submit" class="btn button1 btn-block" value="Log In" id="button_login" name="button_login" tabindex="13"> </div>
      </li>
    </ul>
  </div>
</form>

Name: LoginFormPOST /ajax_files/ajax_login_register.php

<form name="LoginForm" class="form1 my-form" action="/ajax_files/ajax_login_register.php" method="POST" id="sing_up_form">
  <div class="row">
    <ul>
      <li class="clearfix">
        <label class="col-sm-3 col-xs-3">I am a</label>
        <div class="col-sm-9 col-xs-9" id="prof-status-field"> <span class="radio-input radio-inline">
            <input type="radio" name="current_status" id="professional" value="professional" checked="checked">
            <label for="professional">Professional</label>
          </span> <span class="radio-input radio-inline">
            <input type="radio" name="current_status" id="student" value="student">
            <label for="student">Student</label>
          </span> </div>
      </li>
      <li class="clearfix">
        <label class="col-sm-3 left-label col-xs-3">Name <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9"><input type="text" class="form-control" name="first_name" id="first_name" value="" autocomplete="off" tabindex="1" maxlength="100" placeholder="Enter Name">
        </div>
      </li>
      <li class="clearfix">
        <label class="col-sm-3 left-label col-xs-3">Email <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9"> <input type="text" class="form-control" name="email" value="" placeholder="Enter Email" id="register_email" tabindex="2" maxlength="100" autocomplete="new-password"></div>
      </li>
      <li class="clearfix">
        <label class="col-sm-3 left-label col-xs-3">Password <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9"> <input type="password" class="form-control" name="password" id="user_password" value="" placeholder="Enter password"
            title="Password must be minimum 6 &amp; maximum 16 characters long. It should be a combination of alphabets &amp; numbers. Allowed special characters are @#-_$%^&amp;+=§!? " maxlength="16" tabindex="3" autocomplete="new-password"></div>
      </li>
      <li class="clearfix">
        <label class="left-label col-sm-3 col-xs-3">Gender <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9">
          <span class="select" id="gender-field">
            <select name="sex" id="sex" tabindex="4">
              <option value="">Select Gender</option>
              <option value="M">Male</option>
              <option value="F">Female</option>
              <option value="O">Other</option>
            </select>
          </span>
        </div>
      </li>
      <li class="clearfix student-section" style="display:none;">
        <label class="left-label col-sm-3 col-xs-3">College <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9">
          <input type="text" placeholder="Your University/College" class="form-control" name="int-institute" id="int-institute" value="" tabindex="5" autocomplete="OFF">
          <input class="autocomplete" type="hidden" id="int-institute-autocomplete" value="https://www.techgig.com/ajax_files/autocomplete.php?type=institute" disabled="disabled">
        </div>
      </li>
      <li class="clearfix professional-section">
        <label class="left-label col-sm-3 col-xs-3">Company <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9">
          <input type="text" placeholder="Enter Company" class="form-control" id="current_company" name="current_company" value="" tabindex="5" autocomplete="OFF">
          <iframe id="iframeId" style="display:none"></iframe>
          <input class="text autocomplete" type="hidden" id="current_company-autocomplete" value="https://www.techgig.com/ajax_files/autocomplete.php?type=company" disabled="disabled">
        </div>
      </li>
      <li class="clearfix">
        <label class="left-label col-sm-3 col-xs-3">Skills I Know <span class="required">*</span></label>
        <div class="col-sm-9 col-xs-9">
          <ul class="token-input-list-facebook">
            <li class="token-input-input-token-facebook"><input type="text" autocomplete="off" id="token-input-userSkill" class="form-control" tabindex="5" maxlength="30" placeholder="Enter your skills" style="outline: none;">
              <tester style="position: absolute; top: -9999px; left: -9999px; width: auto; font-size: 14px; font-family: lato, Arial, Helvetica, sans-serif; font-weight: 400; letter-spacing: 0px; white-space: nowrap;"></tester>
            </li>
          </ul><input type="text" class="form-control hidden" name="user_skill" id="userSkill" placeholder="Enter skills" tabindex="6" style="display: none;">
        </div>
      </li>
      <!--
			<li class="varification-field clearfix" id="captcha-field">
				<label class="left-label col-sm-3 col-xs-3">Verification<span class='required'>*</span></label>
				<div class="col-sm-9 col-xs-9" id="signup_verification">
					<div class="capcha-box clearfix">
					<div  class="g-recaptcha" id="recaptcha_holder_signup"></div>

					</div>
				</div>
            </li> -->
      <li class="clearfix">
        <label class="left-label col-sm-3 col-xs-3"> &nbsp; </label>
        <div class="col-sm-9 col-xs-9">
          <span class="checkbox-input" id="tg_agreement">
            <input type="checkbox" id="chkbox_agree" name="chkbox_agree" value="1">
            <label for="chkbox_agree" class="agreement">By signing up, you agree to our <a href="https://www.techgig.com/user/terms" target="_blank"> T&amp;C </a> and
              <a href="https://www.techgig.com/user/privacy" target="_blank">Privacy Policy</a>.</label>
          </span>
        </div>
      </li>
      <li class="clearfix">
        <label class="col-sm-3 left-label col-xs-3"> &nbsp; </label>
        <div class="col-sm-9 col-xs-9"> <input type="submit" class="btn button1 btn-block" id="register_user" value="Sign Up" onclick="return Tg_CommonFunction.validateSignupFrom();">
        </div>
      </li>
    </ul>
  </div>
  <input type="hidden" id="reg_source" name="reg_source" value="direct">
  <input type="hidden" id="reg_type" name="reg_type" value="1">
  <input type="hidden" name="is_tjtoken" value="N">
  <input type="hidden" name="share_token" value="">
  <input type="hidden" name="step-no" value="1">
  <input type="hidden" name="op" value="register">
  <input type="hidden" name="source" value="">
  <input type="hidden" name="custom_value" value="">
  <input type="hidden" name="return" value="https://www.techgig.com/home">
  <input type="hidden" name="form_key" id="form_key" value="6ec5e4936f81ec9388820c0633016f9a31b9b0a27daa84d70e4e2055a1ed32358a2b7e6385262d8e48949bac435950b3c61275e23cb6c85ab29c8b5642f530ae">
</form>

Name: tj_token_pwdPOST

<form method="post" name="tj_token_pwd">
  <div class="modal-header">
    <!-- <button type="button" class="close" data-dismiss="modal" aria-label="Close"></button> -->
    <h4 class="modal-title">1000+ of your batch mates have registered on TechGig. Import your profile now and reunite!</h4>
  </div>
  <div class="modal-body form1">
    <ul>
      <li>
        <label>Email ID</label>
        <input type="email" name="tj_user_email" id="tj_user_email" placeholder="Enter your email" class="form-control" data-toggle="tooltip" data-placement="right" disabled="" value="" required="" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,3}$"
          data-original-title="" title="">
        <span style="display:none" id="err_tj_user_email" class="error_msg"></span>
      </li>
      <li>
        <label>Create a Password</label>
        <input type="password" name="tj_user_pwd" id="tj_user_pwd" placeholder="Create a Password" class="form-control" data-toggle="tooltip" data-placement="right" title=""
          data-original-title="Apart from Alphabets and Numbers Only allowed special chars are _!$@#^&amp; . Min 6 and Max 16 chars.">
        <span style="display:none" id="err_tj_user_pwd" class="error_msg">Apart from Alphabets and Numbers Only allowed special chars are _!$@#^&amp; . Min 6 and Max 16 chars!</span>
      </li>
      <li>
        <span class="checkbox-input">
          <input id="usemy-tj" tabindex="12" name="remember" value="1" type="checkbox" checked="">
          <label for="usemy-tj">USE MY EXTERNAL PROFILE DATA</label>
        </span>
      </li>
      <li>
        <input type="hidden" name="user_tjtoken" id="user_tjtoken" value="">
        <a id="open-tjtoken-password" style=" text-transform: none; font-size: 14px" href="javascript:void(0);" class="btn button1 default-submit-btn">Register on TechGig Now</a> <!-- <a style="text-transform: none" href="javascript:void(0);" class="btn default-submit-btn" onclick="javascript:Tg_CommonFunction.saveResponseNRefreshCookiesForTjPopUP();$('#tj-token-register-popup').modal('hide');">No Thanks</a>
							</p> -->
      </li>
    </ul>
  </div>
</form>

Name: external_data_token_pwdPOST

<form method="post" name="external_data_token_pwd">
  <div class="modal-header">
    <!-- <button type="button" class="close" data-dismiss="modal" aria-label="Close"></button> -->
    <h4 class="modal-title">1000+ of your batch mates have registered on TechGig. Import your profile now and reunite!</h4>
  </div>
  <div class="modal-body form1">
    <ul>
      <li>
        <label>Email ID</label>
        <input type="text" name="external_data_user_email" id="external_data_user_email" placeholder="Enter your email" class="form-control" data-toggle="tooltip" data-placement="right" disabled="" value="" data-original-title="" title="">
        <span style="display:none" id="err_external_data_user_email" class="error_msg"></span>
      </li>
      <li>
        <label>Create a Password</label>
        <input type="password" name="external_data_user_pwd" id="external_data_user_pwd" placeholder="Create a Password" class="form-control" data-toggle="tooltip" data-placement="right" title=""
          data-original-title="Apart from Alphabets and Numbers Only allowed special chars are _!$@#^&amp; . Min 6 and Max 16 chars.">
        <span style="display:none" id="err_external_data_user_pwd" class="error_msg">Apart from Alphabets and Numbers Only allowed special chars are _!$@#^&amp; . Min 6 and Max 16 chars!</span>
      </li>
      <li>
        <span class="checkbox-input">
          <input id="usemy-external_data" tabindex="12" name="remember" value="1" type="checkbox" checked="">
          <label for="usemy-external_data">USE MY EXTERNAL PROFILE DATA</label>
        </span>
      </li>
      <li>
        <a id="open-external_data-password" style=" text-transform: none; font-size: 14px" href="javascript:void(0);" class="btn button1 default-submit-btn">Register on TechGig Now</a>
        <!-- <a style="text-transform: none" href="javascript:void(0);" class="btn default-submit-btn" onclick="javascript:Tg_CommonFunction.saveResponseNRefreshCookiesForEXTERNALPopUP();$('#external-data-register-popup').modal('hide');">No Thanks</a></p> -->
      </li>
    </ul>
  </div>
</form>

Name: logout-popupPOST

<form method="post" name="logout-popup">
  <div class="modal-header">
    <h4 class="modal-title">Choose Logout Option</h4>
  </div>
  <div class="modal-body form1">
    <ul>
      <li>
        <span class="radio-input">
          <input id="single" tabindex="12" name="logout_device" value="1" type="radio" checked="">
          <label for="single">From Current Browser/ Device Only</label>
        </span>
      </li>
      <li>
        <span class="radio-input">
          <input id="multiple" tabindex="12" name="logout_device" value="2" type="radio">
          <label for="multiple">Complete Logout from all Browsers/ Devices</label>
        </span>
      </li>
      <li>
        <a id="continue_logout" style=" text-transform: none; font-size: 14px" href="javascript:void(0);" class="btn button1 default-submit-btn">Continue</a>
      </li>
    </ul>
  </div>
</form>

<form id="pollForm">
  <ul class="uloption polloptions">
    <li class="poll_act_block posrel" data-poll_id_option="3">
      <span style="width:67%"></span>
      <label class="lblctrl"> Yes <strong>67%</strong>
      </label>
    </li>
    <li class="poll_act_block posrel" data-poll_id_option="2">
      <span style="width:33%"></span>
      <label class="lblctrl"> No <strong>33%</strong>
      </label>
    </li>
    <li class="poll_act_block posrel" data-poll_id_option="1">
      <span style="width:0%"></span>
      <label class="lblctrl"> Can't Say <strong>0%</strong>
      </label>
    </li>
  </ul>
  <div class="clearfix mrg8 pollsuc-msg colorprimaay nodisplay text-success">You have successfully cast your vote.</div>
  <input type="hidden" id="poid" name="poid" value="93696640">
</form>

POST #

<form action="#" method="post" class="clearfix">
  <input type="text" name="email_id" id="subscribe_email" placeholder="Enter your email">
  <input type="button" value="Subscribe" class="btn button1" id="newsletter_subscrption"> <!--  id="Subscribe-Email" -->
</form>

Name: reset_pwdPOST

<form method="post" name="reset_pwd">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-label="Close"></button>
    <h4 class="modal-title">Forgot Password</h4>
  </div>
  <div class="modal-body form1">
    <label>Please enter your email to reset your password</label>
    <ul>
      <li>
        <input type="text" name="reset_email" id="reset_email" placeholder="Enter your email" class="form-control">
        <span style="display:none" id="err_reset_email" class="error_msg">Please provide valid email ID!</span>
      </li>
      <li class="clearfix">
        <input type="button" id="reset_submit_btn" class="btn button1 default-submit-btn right" value="Submit" onclick="return Tg_CommonFunction.reSetPassword();">
      </li>
    </ul>
  </div>
</form>

Name: rest_tmp_ext_pwdPOST

<form method="post" name="rest_tmp_ext_pwd">
  <ul>
    <li class="clearfix" data-toggle="tooltip" data-placement="right" title=""
      data-original-title="Password must be minimum 6 &amp; maximum 16 characters long &amp; a combination of alphabets &amp; numbers. Allowed special characters are _!$@#^&amp;. ">
      <input type="password" placeholder="Please provide your password" class="form-control" name="reset_ext_pwd" id="reset_ext_pwd">
      <span style="display:none" id="ext_err_reset_email" class="error_msg">Invalid password! Please follow institutions!</span>
    </li>
    <li>
      <input type="hidden" name="user_page_url" id="user_page_url" value="/index.html">
      <a style=" text-transform: none; font-size: 14px" href="javascript:void(0);" class="btn button1 default-submit-btn" id="reset_tmp_extpwd_btn">Update Password</a>
    </li>
  </ul>
</form>

Name: reset_pwdPOST

<form method="post" name="reset_pwd" autocomplete="off">
  <div class="modal-body form1">
    <p>
      <input id="LoginPassword" type="password" maxlength="100" placeholder="Enter Your Password" name="user_pwd" size="50" class="form-control" autocomplete="off">
      <input type="hidden" id="return_block" value="">
      <span style="display:none" id="pwd_error_msg" class="error_msg"></span>
      <span class="forgot-password-area"><a href="javascript:void(0);" class="forgot-password" onclick="return Tg_CommonFunction.reSetPassword('reauth-login');">Forgot Password?</a></span>
    </p>
  </div>
  <div class="modal-footer">
    <input type="button" id="submit_btn" class="btn button1 default-submit-btn" value="Submit">
  </div>
</form>

Name: reset_pwdPOST

<form method="post" name="reset_pwd" autocomplete="off">
  <div class="modal-body form1">
    <p>It seems you haven't set a password for your TechGig profile. You need to set the password to proceed. <input type="hidden" id="return_block" value="">
    </p>
  </div>
  <div class="modal-footer">
    <a href="javascript:void(0);" class="btn button1" onclick="return Tg_CommonFunction.reSetPassword('reauth-login');">Set Password</a>
  </div>
</form>

Text Content

TECHNOLOGY AND INDIA'S LARGEST TECH COMMUNITY

JavaScript must be enabled in order for you to use TechGig. However, it seems
JavaScript is either disabled or not supported by your browser.
Please verify your internet connection and retry
× The Browser we detected is unsupported and may result in unexpected behaviour.
Please select an updated version for best experience.

 * HI GUEST
   
   Profile Completeness
   
   0%
 * NEWS
   Latest Tech News
    * Trending
    * Top Stories
   
   Web Stories
    * Trending
   
   Developer Zone
    * Developer Speak
    * Technology Unplugged
    * Software Download
   
   TG Player
    * Podcast
    * Videos
   
   Leader's Speak
    * CIO Speak
    * CTO Talk
    * Expert Opinion
   
   Tech Beat
    * Java
    * Android
    * Artificial Intelligence
    * Machine Learning
    * DevOps
    * Cloud
   
   Career Advice
    * Technology Guide
   
   TG Prime
    * Exclusive Reads
    * Editor's Pick
   
   CIO Corner
    * CIO Home
    * Industry Insights
    * Tech Bytes
    * RapidFire with CIOs
    * Tech Talks
    * Startup News
    * Research

 * Challenges
 * Practice
 * Webinars
 * Skill Test
 * Jobs
 * EVENTS
   TechGig Events
    * Code Gladiators
    * Geek Goddess
    * Code Wizards

 * JOIN COMMUNITY
   Communities
    * Skill Communities
    * Company Communities
    * Campus Ambassador

 * For Business

Login / SignUp




×



 * Log In
 * Sign Up

Connect with

or Login with Email

 * Email *
   
   Please enter your email!
 * Password *
   Please enter your password. Email and password do not match. Your email
   verification is pending. Please check your email and click on the
   verification link to proceed. Verification Email Sending Daily Limit Reached.
   User Account has been deleted. Due to Multiple Failed Attempts Your Account
   Is Locked For the Day. You are already signed on using another browser. Close
   the previous browser and try again in 30 seconds. Forgot Password?
   
 *  
   

Connect with

or Sign up with Email

 * I am a
   Professional Student
 * Name *
   
 * Email *
   
 * Password *
   
 * Gender *
   Select Gender Male Female Other
 * College *
   
 * Company *
   
 * Skills I Know *
    * 

   
 *  
   By signing up, you agree to our T&C and Privacy Policy.
 *  
   


 * 50+ SKILLS TO LEARN & PRACTICE
   
   From basic coding fundamentals to java and AI, there are 3,000+ tests to
   learn, practice and compete in.


 * IMPROVE YOURSELF. GET NOTICED
   
   Participation increases your Skill Quotient, which can be seen by fellow
   developers and potential employers


 * COMPETE. GET HIRED
   
   Compete in over 300 challenges from top IT companies to win prizes or even
   get hired


 * YOUR ONLINE PORTFOLIO
   
   Use your Techgig profile to show off your skills and achievements as an
   online portfolio

Sorry, You don't have enough Tech Quotient to apply for this job.

Please participate in the Skill test for skills given below in order to earn
Tech Quotient and then apply again.


×


PROFILE COMPLETION

0%




Profile Section
Weight

1000+ OF YOUR BATCH MATES HAVE REGISTERED ON TECHGIG. IMPORT YOUR PROFILE NOW
AND REUNITE!

 * Email ID
 * Create a Password Apart from Alphabets and Numbers Only allowed special chars
   are _!$@#^& . Min 6 and Max 16 chars!
 * USE MY EXTERNAL PROFILE DATA
 * Register on TechGig Now

1000+ OF YOUR BATCH MATES HAVE REGISTERED ON TECHGIG. IMPORT YOUR PROFILE NOW
AND REUNITE!

 * Email ID
 * Create a Password Apart from Alphabets and Numbers Only allowed special chars
   are _!$@#^& . Min 6 and Max 16 chars!
 * USE MY EXTERNAL PROFILE DATA
 * Register on TechGig Now


ONE CLICK REGISTRATION

To make it easier for you, your TimesJobs details will be used to register you
on TechGig.

Proceed

CHOOSE LOGOUT OPTION

 * From Current Browser/ Device Only
 * Complete Logout from all Browsers/ Devices
 * Continue


 * Techno Digest
 * Latest Tech News


TECHNO DIGEST

Technology


APPLE 'FAR OUT' EVENT: HOW TO WATCH THE LIVE STREAM

Pahi Mehra | 6 Sep 2022, 01:23 PM

TOP 5 ONLINE DATA SCIENCE COURSES AT HARVARD

7 hrs ago

5 REASONS WHY EVERY CODER MUST PARTICIPATE IN BANK OF BARODA HACK...

10 hrs ago

CEO, SSC NASSCOM, REVEALS KEY SKILLS TO STAY RELEVANT IN THE TECH...

11 hrs ago

IIT MADRAS OFFERING AN MBA DEGREE PROGRAMME, DETAILS HERE

9 hrs ago

 * DRDO IS HIRING TECHIES: CHECK SALARY AND OTHER DETAILS HERE
   
   12 hrs ago

 * ASHWINI VAISHNAW URGES LEGAL EXPERTS TO UNDERTAKE CYBER LAW REGULATIONS
   
   12 hrs ago

 * GENPACT AND ABB INDIA ARE LOOKING FOR SOFTWARE DEVELOPERS IN INDIA
   
   21 hrs ago

 * HOW WIPRO IS FIGHTING ATTRITION AND RETAINING EMPLOYEES
   
   23 hrs ago

 * REALME C33 WITH 5000 MAH BATTERY IS LAUNCHING TODAY IN INDIA
   
   21 hrs ago


WEB STORIES

 * How to bag a Data Science job in 2022
 * Top 5 programming languages to learn for IoT development
 * 5 Pro tips to ace competitive programming
 * Top 5 Python job interview questions you should prepare for
 * 5 Smartphones that revolutionised the smartphone market with innovative
   designs
 * Top 5 online courses offered by Harvard University for techies
 * View more stories


WEB STORIES

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * View All


LATEST TECH NEWS

 * Trending
 * TOP STORIES

 * Hiring
   
   DRDO IS HIRING TECHIES: CHECK SALARY AND OTHER DETAILS HERE
   
   6 Sep 2022, 01:10 PM
 * IT Security
   
   50% OF ALL BITCOIN TRANSACTIONS ARE FAKE - REPORT
   
   6 Sep 2022, 05:54 PM
 * Hiring
   
   WORK FROM HOME IMPACTS CREATIVITY AND INNOVATION - MIT REPORT
   
   5 Sep 2022, 01:47 PM
 * Hiring
   
   HOW WIPRO IS FIGHTING ATTRITION AND RETAINING EMPLOYEES
   
   6 Sep 2022, 02:13 AM
 * Hiring
   
   TCS ENDS ANNIVERSARY HIKES; WILL RAISE SALARIES ANNUALLY
   
   4 Sep 2022, 03:45 AM
 * Hiring
   
   HONEYWELL AND CISCO ARE LOOKING FOR IT EXPERTS
   
   3 Sep 2022, 06:45 AM
 * Hiring
   
   DXC TECHNOLOGY WILL WORK FROM HOME PERMANENTLY: INDIA CHIEF
   
   5 Sep 2022, 05:38 PM
 * Hiring
   
   WHY TCS, INFOSYS, WIPRO, ARE FACING ALL-TIME HIGH ATTRITION RATES
   
   2 Sep 2022, 02:30 PM
 * Technology Unplugged
   
   JAPAN DECIDES TO PURGE FLOPPY DISKS, PUSH FOR DIGITISATION
   
   2 Sep 2022, 05:29 PM

 * Hiring
   
   GENPACT AND ABB INDIA ARE LOOKING FOR SOFTWARE DEVELOPERS
   
   6 Sep 2022, 04:15 AM
 * IT Security
   
   ASHWINI VAISHNAW URGES LEGAL EXPERTS TO UNDERTAKE A COMPLETE REGULATI...
   
   6 Sep 2022, 01:27 PM
 * Technology
   
   GOOGLE CHAT TO REPLACE HANGOUTS ON THE WEB FROM NOV 1
   
   5 Sep 2022, 04:15 AM
 * Hiring
   
   EY, ORACLE, AND DELOITTE ARE LOOKING FOR TECHIES IN INDIA
   
   5 Sep 2022, 03:45 AM
 * Technology
   
   VMWARE EASES HYBRID WORK MODEL IMPLEMENTATIONS WITH ADVANCED AUTOMATI...
   
   3 Sep 2022, 07:00 AM
 * Technology Unplugged
   
   JAPAN DECIDES TO PURGE FLOPPY DISKS, PUSH FOR DIGITISATION
   
   2 Sep 2022, 05:29 PM
 * Upskilling at TechGig
   
   69% OF EMPLOYEES WANT TO DEVOTE MORE TIME TO UPSKILL - REPORT
   
   3 Sep 2022, 07:30 AM
 * Hiring
   
   GOOGLE IS HIRING TECHIES FOR VARIOUS JOB ROLES, OFFERING WFH
   
   2 Sep 2022, 06:45 AM
 * Upskilling at TechGig
   
   GOOGLE BRINGS A NEW BUG BOUNTY PROGRAM THAT WILL REWARD UP TO RS.25 L...
   
   4 Sep 2022, 02:39 AM


CIO CORNER

 * Trending
 * TOP STORIES

 * Industry Insights
   
   META, QUALCOMM STRIKE DEAL ON THE CUSTOM CHIPSET FOR VR HEADSET
   
   5 Sep 2022, 04:07 PM
 * Industry Insights
   
   ARM IS SUING QUALCOMM FOR TRADEMARK AND LICENCING INFRINGEMENT
   
   3 Sep 2022, 09:14 AM
 * Tech Bytes
   
   HOW AR AND VR ARE CHANGING THE RETAIL INDUSTRY?
   
   2 Sep 2022, 03:15 PM
 * Industry Insights
   
   AMAZON AND GOOGLE CRITICISE MICROSOFT OVER RULES CHANGES FOR CLOUD CO...
   
   2 Sep 2022, 10:38 AM
 * Industry Insights
   
   5 THINGS EVERY ENTREPRENEUR SHOULD LEARN FROM SUNDAR PICHAI
   
   31 Aug 2022, 05:00 PM
 * Leaders' Opinion
   
   CACTUS, CTO, ON HOW BUSINESSES CAN LEVERAGE FROM AI
   
   30 Aug 2022, 03:16 PM
 * Industry Insights
   
   TEAMLEASE DIGITAL TO CREATE 'LOW CODE NO CODE' DELIVERY FACILITY IN I...
   
   30 Aug 2022, 03:26 PM
 * Startup News
   
   INDIA IS BOOSTING DIGITAL ENTREPRENEURS IN VILLAGES: PM MODI
   
   29 Aug 2022, 12:57 PM
 * Industry Insights
   
   L&T TECHNOLOGY WINS 5-YEAR DEAL FROM BMW, WILL PROVIDE ENGINEERING SE...
   
   29 Aug 2022, 10:30 AM

 * Industry Insights
   
   ARM IS SUING QUALCOMM FOR TRADEMARK AND LICENCING INFRINGEMENT
   
   3 Sep 2022, 09:14 AM
 * Industry Insights
   
   HCL TECH IS NOW THE 3RD LARGEST IT COMPANY IN INDIA
   
   1 Sep 2022, 05:05 PM
 * Startup News
   
   IT MINISTRY WILL SUPPORT 10K STARTUPS IN THE NEXT 5-6 YEARS
   
   31 Aug 2022, 04:24 PM
 * Industry Insights
   
   L&T TECHNOLOGY TO PROVIDE BMW ENGINEERING SERVICES
   
   29 Aug 2022, 10:30 AM
 * Leaders' Opinion
   
   ARTIFICIAL INTELLIGENCE TRENDS FOR BUSINESSES
   
   29 Aug 2022, 03:21 PM
 * Industry Insights
   
   SHALEV HULIO, CEO OF NSO GROUP'S PEGASUS SPYWARE STEPPED DOWN
   
   24 Aug 2022, 01:49 PM
 * Leaders' Opinion
   
   THE SECRETS OF CREATING A ROBUST CYBERSECURITY POSTURE FOR BUSINESS
   
   22 Aug 2022, 05:40 PM
 * Industry Insights
   
   SAMSUNG BREAKS GROUND ON NEW CHIP R&D CENTRE, PLANS $15 BILLION INVES...
   
   22 Aug 2022, 02:07 PM
 * Industry Insights
   
   NETFLIX FOUNDER SHARES TOP 5 TIPS FOR EVERY ASPIRING ENTREPRENEUR
   
   22 Aug 2022, 04:42 PM


TOP CATEGORIES

Technology Hiring Code Gladiators 2022 Videos Upskill at TechGig IT Leadership



CHALLENGES AND HACKATHONS

View All
 * LIVE
 * UPCOMING


ALTERNATE AUTHENTICATION

Tests
File Upload
Prize
Worth Rs 10,00,000
Registered
2,531
Azure Artificial Intelligence Machine Learning
Start Now
1 month left

 * CALL CENTER ANALYTICS
   
   Ends on 20 Oct
   3,084 Registered
   Azure Artificial Intelligence Machine Learning
   Start Now

 * VIRTUAL AVATAR
   
   Ends on 20 Oct
   1,436 Registered
   Azure Artificial Intelligence Machine Learning
   Start Now

 * VIRTUAL ASSISTANT
   
   Ends on 20 Oct
   2,585 Registered
   Azure Artificial Intelligence Machine Learning
   Start Now

 * VIDEO ANALYTICS
   
   Ends on 20 Oct
   4,826 Registered
   Azure Artificial Intelligence Machine Learning
   Start Now

 * AUTOMATED CHEQUE PROCESSING
   
   Ends on 20 Oct
   6,340 Registered
   azure Artificial Intelligence Machine Learning
   Start Now

 * VURAM CODEATHON 2022
   
   Ends on 03 Oct
   1,378 Registered
   Java .net
   Start Now

 * TRAVEL AND HOSPITALITY
   
   Ends on 31 Oct
   31 Registered
   Developer NLP Chatbot
   Start Now

 * BFSI
   
   Ends on 31 Oct
   27 Registered
   Developer NLP Chatbot
   Start Now

 * EDTECH
   
   Ends on 31 Oct
   53 Registered
   Developer NLP Chatbot
   Start Now

 * E-COMMERCE
   
   Ends on 31 Oct
   172 Registered
   Developer NLP Chatbot
   Start Now

 * CONTACT CENTER
   
   Ends on 31 Oct
   25 Registered
   Developer NLP Chatbot
   Start Now

 * TG3 CODING CHALLENGE OPEN ROUND 2022
   
   Ends on 24 Oct
   6,339 Registered
   all programming lanaguages
   Start Now

View All


STAY TUNED!

We'll soon be adding more exciting contests.
 


POLL OF THE WEEK

View All

DO YOU THINK INDIAN IT INDUSTRY IS ON THE VERGE OF RECESSION?

 * Yes 67%
 * No 33%
 * Can't Say 0%

You have successfully cast your vote.


DO YOU HAVE YOUR TG PRO PROFILE YET?

Take your first skill test now to start building your TG Pro profile.

TG PRO

HEY, USER

Java Developer
Skills Proficiency Level
Proficient
Beginner
Proficient
Expert

WHY TG PRO?

Generate your Tech CV
Showcase your skill proficiency
Benchmark against Industry
Create Your Profile Know more F360200D-6119-4E16-9301-29274F9E9975@1x


ADD MORE SKILLS TO YOUR PROFILE

View All

NODE.JS

5,878 People taken
56% Success rate
Take Test

JQUERY

5,634 People taken
34% Success rate
Take Test

ANGULARJS

5,631 People taken
36% Success rate
Take Test

BIG DATA

5,628 People taken
36% Success rate
Take Test


POPULAR PROBLEMS TO SOLVE

View All

 * REGRESSION ANALYSIS-2
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * REGRESSION ANALYSIS
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * BASIC HYPOTHESIS TESTING
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * HYPOTHESIS TESTING
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * BASIC INFERENTIAL STATISTICS
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * INFERENTIAL STATISTICS
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * BASIC STATISTICS
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * DESCRIPTIVE STATISTICS FUNDAMENTALS
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * INTRODUCTION
   
   EasyTakes 20 minutes to solve
   Solve Problem

 * OCCURRENCE OF M
   
   MediumTakes 25 minutes to solve
   Solve Problem

View All


30 DAYS CODING CHALLENGE

Solve a new and unique problem every day. Score high and make a mark on the
leaderboard

Start Now


POPULAR LEARNING PATH

Mathematics Java Julia Databases Machine Learning Swift Python Data Science Data
Structure Pattern Problems Security Algorithms Cpp RUBY


INTERVIEW PREPARATION

See All
A collection of MCQs & coding problems posted by top recruiters on TechGig, now
available for you to solve.



WEBINARS

View All
Happening on 09 September, 2022 05:00 PM


"ACCESSIBILITY AND SCALABILITY - HOW TO CODE AND BUILD FOR P...

RAHUL SINGH

Senior Director, Software Engineering
Salesforce
+2More Speakers

RELATED TO

Engineering Banckend Engineering Software Engineer +3 More

Book Your Seat
1053 Registered

 * HOW TO PREPARE FOR YOUR FIRST AWS CERTIFICATION: CLOUD PRACT...
   
   Speaker: Jayashree Ramesh
   Senior Technical Trainer, Amazon Web Services
   12 Sep 2022 | 17:00 pm
   1963 Registered
   Book Your Seat

 * AIML POWERED TRANSFORMATION ACROSS HEALTHCARE
   
   Speaker: Mili Mitra
   Sr Director, Software Engineering, Optum Glob..., Optum Global Solutions
   (I...
   15 Sep 2022 | 15:00 pm
   935 Registered
   Book Your Seat

 * EINSTEIN JOURNEY IN SALESFORCE
   
   Speaker: Vanita Aggarwal
   Digital Engagement Practice Head, EPAM India
   16 Sep 2022 | 16:00 pm
   524 Registered
   Book Your Seat

 * CAREER TIPS FOR BUDDING DEVELOPERS
   
   Speaker: Karan Muthya Venkatesh
   Senior Developer Relations Manager, GitHub
   26 Aug 2022 | 15:00 pm
   176 Registered
   Watch Video

 * HOW TO HIRE BEST FRONT-END DEVELOPERS
   
   Speaker: Emmanuel Gosula
   Senior Resource Development Manager, EPAM Systems
   25 Aug 2022 | 15:00 pm
   40 Registered
   Watch Video

 * METAVERSE - UNTANGLED
   
   Speaker: Rakesh Raghavan
   Extended Reality Capability Lead, Accenture
   24 Aug 2022 | 15:00 pm
   3352 Registered
   Watch Video

 * JAVASCRIPT BOOTCAMP: LEARN THE LANGUAGE OF THE WEB!
   
   Speaker: Siddharth Taneja
   Front End Team Lead, Scaler Academy
   08 Aug 2022 | 19:00 pm
   4589 Registered
   Watch Video

 * GETTING STARTED WITH SERVERLESS ON AWS
   
   Speaker: Akansha Jain
   Associate Solutions Architect, Amazon Web Services
   05 Aug 2022 | 17:00 pm
   3158 Registered
   Watch Video

 * RECOMMENDATION SYSTEMS
   
   Speaker: Vaibhav Verdhan
   Advanced Analytics Lead, AstraZeneca UK
   27 Jul 2022 | 17:00 pm
   2442 Registered
   Watch Video


LEADER'S SPEAK



KIRTI SETH - CEO, SSC NASSCOM REVEALS KEY SKILLS TO STAY RELEVANT IN T...

In an exclusive interaction with TechGig, Kirti Seth - CEO, SSC NASSCOM revealed
that how NASSCOM is driving top in-demand skills to stay relevant in the tech
job market.

THE FUTURE BELONGS TO MECHANICAL & ELECTRICAL ENGINEERS - VICE PRESIDE...

TCS is releasing various initiatives in mind with the mechanical and electrical
engineering communities. The future wave is electric cars, robots, and strategic
product design management.

CO-FOUNDER & CPO, EDVERSE, OFFERS ADVICE TO TECHIES WHO ARE JUST START...

Yuvraj Krishan Sharma, Co-Founder & CPO, Edverse shares some tips for IT
professionals just starting to consider a career in the field.

QUANTUM CRYPTOGRAPHY: CO-FOUNDER & CEO OF QNU LABS REVEALS THE SKILLS ...

Sunil Gupta, Co-founder, and CEO of QNu Labs data security resilience for the
country and India’s Quantum mission ‘NM-QTA’.

NAZARA TECHNOLOGIES CEO TALKS ABOUT SKILLS THAT DEVELOPERS SHOULD LEAR...

The CEO of Nazara Technologies- Manish Agrwal talks about the evolution of the
gaming development industry, skills developers should hone, recruitment trends,
new-edge technologies like metaverse, AI, AR/VR, Blockchain transforming the
gaming industry and more.

EXCLUSIVE INTERVIEW: JPMORGAN CHASE'S MD, GITANJALI NISTALA, SHARES HE...

JPMorgan Chase's Managing Director, Gitanjali Nistala says that every woman
leader must have strength and grit to stand out among the crowd. Here’s more
about her inspiring career journey at the firm, and her tips for other firms to
foster diversity at workplaces.

HOW ONLINE GAMING PLATFORM, ZYNGA CELEBRATES ITS LGBTQ+ WORKFORCE

Pride Month has become an essential month for almost all companies across the
globe. And during this month, Zynga, a global leader in interactive
entertainment, celebrates their LGBTQ+ workforce.

AI IS THE FUTURE: HASIT TRIVEDI, CTO, TECH MAHINDRA

Hasit Trivedi, CTO Digital Technologies & Global Head – AI, Tech Mahindra
explains how Artificial Intelligence will reshape the future, what technologies
Tech Mahindra is using right now, and more.

WHY MICROSOFT AZURE THINKS HPC IS IMPORTANT IN THE CLOUD DOMAIN

In an exclusive interview with TechGig, Shivir Chordia, Azure Business Group
Lead, Microsoft India, discussed how the pandemic has brought the digital
transformation imperative to the forefront for organisations across industries.
Read more here.

DIRECTOR & CTO, AMAZON PAY SHARES SKILLS FOR DEVELOPERS TO BUILD CAREE...

Nirav Kamdar, Director and Chief Technology Officer, Amazon Pay talks about the
increasing popularity of contactless transactions, demand-supply gap of the tech
professionals, cross-functional experiences, tech solutions, skills gaps and
more.


TECH BEAT

 * Machine Learning
 * Java
 * Android
 * Cloud
 * DevOps
 * Artificial Intelligence

 * Prize
   
   ALTERNATE AUTHENTICATION
   
   Hackathon by TechGig
 * Prize
   
   CALL CENTER ANALYTICS
   
   Hackathon by TechGig
 * Prize
   
   VIRTUAL AVATAR
   
   Hackathon by TechGig
 * Prize
   
   VIRTUAL ASSISTANT
   
   Hackathon by TechGig

 * TOP 5 ONLINE DATA SCIENCE COURSES AT HARVARD
   
   By Pahi Mehra on 6 Sep 2022, 03:07 PM

 * VIRTUAL ASSISTANT 101 : HOW DOES SIRI WORK?
   
   By Anjeev Chaturvedi on 3 Sep 2022, 04:05 PM

 * VMWARE EASES HYBRID WORK MODEL IMPLEMENTATIONS WITH ADVANCED AUTOMATION
   
   By TechGig Bureau on 3 Sep 2022, 07:00 AM

 * GOOGLE IS HIRING TECHIES FOR VARIOUS JOB ROLES, OFFERING WFH
   
   By Shruti Bhattacharya on 2 Sep 2022, 06:45 AM

 * TOP 7 MACHINE LEARNING APIS THAT DEVELOPERS SHOULD KNOW
   
   By Shruti Bhattacharya on 30 Aug 2022, 02:27 PM


TGPRIME

View All
 * Exclusive Read
   
   WHAT AILS THE HIRING OF LGBTQ+ DEVELOPERS IN INDIA

 * Exclusive Read
   
   RESUMES DON'T HIGHLIGHT TECH SKILLS ACCURATELY; STASH KEY FACTS: TECHGIG
   STUDY

 * Exclusive Read
   
   FRONT-END DEVELOPERS WILL BEAT FULL-STACK DEVS TO BAG THE BEST APPRAISALS

 * Exclusive Read
   
   AVERAGE SALARY HIKE FOR DEVELOPERS EXPECTED TO BE 8-10%: TECHGIG SURVEY

 * Exclusive Read
   
   'I AM SWITCHING JOBS FOR BETTER SALARY' SAY 37% TECHIES: TECHGIG SURVEY

 * Exclusive Read
   
   89% INDIAN TECHIES ARE LOOKING FOR JOB CHANGE IN 2022: TECHGIG SURVEY

 * Exclusive Read
   
   87% OF IT PROFESSIONALS ARE LOOKING TO LEARN AND ADOPT NEW TECHNOLOGY

 * Exclusive Read
   
   5 TOP IT BUSINESS TRENDS TO LOOK OUT FOR IN 2021: TECHGIG REPORT

 * Exclusive Read
   
   WEBINAR SERIES: LEARN THE NUTS AND BOLTS OF DEEP LEARNING

 * Exclusive Read
   
   APPLICATION PROGRAMMING, WEB DEVELOPMENT, AND CLOUD TECHNOLOGIES ARE THE
   HOTTEST...


DEVELOPERS' ZONE

View All

 * 5 THINGS TO BECOME AN OUTSTANDING JAVA DEVELOPER
   
   4 days ago

 * TOP 7 MACHINE LEARNING APIS THAT DEVELOPERS SHOULD KNOW
   
   7 days ago

 * RAY 2.0 - THE OPEN SOURCE ML FRAMEWORK RELEASES NEW VERSION
   
   9 days ago

 * BUN.JS - A NEW FRAMEWORK IS HERE TO REPLACE NODE.JS
   
   14 days ago

 * WHY SOFTWARE ARCHITECT IS A HIGH-PAYING JOB IN INDIA
   
   15 days ago

 * WIPRO, TCS, AND INFOSYS ARE OFFERING UP TO 120% SALARY HIKE
   
   16 days ago

 * JULIA V1.8 RELEASED; WHAT SHOULD YOU KNOW
   
   16 days ago

 * TCS, WIPRO OR HCL - WHO IS WINNING THE TECH TALENT WAR IN INDIA
   
   21 days ago

 * WANT TO WORK WITH HCL? KNOW THE HIRING PROCESS
   
   21 days ago

 * IIT MADRAS OFFERS FREE AI COURSE FOR FRESHERS
   
   25 days ago




CAREER ADVICE



5 DEEP LEARNING SKILLS THAT WILL HELP YOU TO LAND A JOB AT MAANG

In this article, we have covered all the necessary Deep learning skills that
MAANG firms look for.

WANT HIGH-PAYING TECH JOBS? NOW YOU CAN GET WITHOUT A COLLEGE DEGREE

In this article, we have compiled a list of 6 high-paying tech jobs that you can
get without a college degree.

TOP CYBERSECURITY JOB ROLES IN INDIA IN SEPTEMBER 2022

Every business is spending money to hire highly qualified cyber security
specialists. And as a result, there are many job possibilities available for
those with knowledge and abilities in cyber security.

APPLE OR META; WHO IS BETTER EMPLOYER FOR TECHIES

Are you confused to choose between these tech giants Meta or Apple? In this
article, we have compiled a detailed comparison of tech giants that can help you
to make a right career choice.

HOW TO CRACK THE TECHNICAL ROUNDS IN A JOB INTERVIEW

In the technical interview rounds, the candidate's technical aptitude is
evaluated in light of the relevant job criteria. It often includes a series of
technical inquiries related to the position for which the applicant has applied.

WANT TO IMPRESS RECRUITERS? FOLLOW THESE 5 PRO RESUME TIPS

In this article, we have compiled a list of 5 resume tips that will help you to
land a job.

7 PROGRAMMING LANGUAGES THAT CAN LAND YOU A JOB AT GOOGLE, META, AND M...

The best programming languages for landing jobs at Google, Microsoft, and Meta
are listed in this article. Read more to find out.

HCL, TCS AND INFOSYS TO CONTINUE REMOTE WORKING IN 2022

Top tech giants like TCS, HCL, Infosys etc. are showing no signs of dropping WFH
and hybrid work models. The recent rise in the COVID-19 cases across the country
has forced companies to reconsider their plans of bringing employees back to the
offices. The trend is everywhere, in every industry.

TOP 5 METAVERSE TRENDS TO FOLLOW IN 2023

In this article, we have compiled top 5 metaverse trends to follow in 2023.

10 BEST APPS FOR BEGINNERS TO LEARN DATA SCIENCE

In this article, we have compiled a list of top 10 applications for beginners in
2022 to study data science.


TG PLAYER

View All
 * Videos
 * Podcasts

 * TEACHER’S DAY 2022: 10 SCIENTIFIC AND TECHNOLOGICAL CONTRIBUTIONS THAT MAKE
   INDIA A VISHWAGURU
   
   05:18 min

 * VIRTUAL ASSISTANT 101 : HOW DOES SIRI WORK?
   
   03:29 min

 * HOW AR AND VR ARE CHANGING THE RETAIL INDUSTRY?
   
   04:38 min

 * INTERVIEW WITH SELVARAAJU MURUGESAN, DATA STRATEGIST, KOVAI.CO
   
   20:06 min

 * TECHGIG GEEK GODDESS IS BACK; CALLING ALL WOMEN TECHIES TO PARTICIPATE AND
   WIN
   
   01:00 min

 * WANT TO MAKE A CAREER IN THE GAMING INDUSTRY? CHECK OUT THESE 5 CAREER
   OPTIONS
   
   01:03 min

 * WILL THE METAVERSE FULLY EMERGE AS ITS ADVOCATES PREDICT?
   
   03:53 min

 * TOP CYBERSECURITY JOB ROLES IN INDIA IN SEPTEMBER 2022
   
   01:28 min

 * WEB5 : WILL IT TRULY DECENTRALISED THE INTERNET?
   
   03:22 min

 * UNBOXING: ASUS ZENBOOK 14X OLED SPACE EDITION
   
   03:20 min


View All

 * KNOW ALL ABOUT THE EVOLUTION OF PC FOR GAMERS FROM ARNOLD SU, BUSINESS HEAD,
   CONSUMER & GAMING PC, SYSTEM BUSINESS GROUP, ASUS INDIA
   
   23:56 min

 * WANT TO BUILD A CAREER IN AI AND RELEVANT SECTORS? TUNE IN AND LISTEN TO WHAT
   CEO, DATA TECH LAB INC. HAS TO SAY
   
   12:04 min

 * DEVELOPERS, KNOW WHY UXUI IS IMPORTANT FOR DEVELOPERS AND BUSINESSES
   
   15:37 min

 * DIRECTOR- BUSINESS AND TECHNOLOGY CONSULTING, MICRO FOCUS SHARES INSIGHTS HOW
   DESIGN THINKING DELIVERS ON DEVSECOPS
   
   20:30 min

 * LENDINGKART CTO EXPLAINS HOW CUSTOMER DATA DRIVES PRODUCT DEVELOPMENT IN
   DIGITAL LENDING SPACE
   
   23:58 min

 * THE FUTURE OF CLOUD HOW EDGE COMPUTING IS REINVIGORATING THE IT INDUSTRY
   
   11:11 min

 * CEO & CO-FOUNDER, TSECOND EXPLAINS BIG DATA, CLOUD AND EDGE
   
   09:05 min

 * 5 TECHGIG PODCASTS THAT EVERY TECHIE SHOULD LISTEN TO
   
   02:45 min

 * HERE'S HOW PLI & DLI SCHEMES CHANGING THE DYNAMICS OF THE MANUFACTURING
   INDUSTRY
   
   32:46 min

 * THE INDIAN SCALE-UP STORY WITH NASSCOM
   
   15:27 min


View All


Jobs: PHP Developer Jobs | Java Developer Jobs | Oracle DBA Jobs | Network
Engineer Jobs | Linux Administrator Jobs | Web Designer Jobs | SQL Server DBA
Jobs | All Designation | Jobs In Delhi | Jobs In Mumbai | Jobs In Chennai | Jobs
In Gurgaon | Jobs In Bangalore | Jobs In Noida | Jobs In Hyderabad | All Cities

Follow Skill Pages: Java | Android | Big Data | C# Programming | Cloud computing
| Project Management | Software Testing | All Skill Pages

Skill Test: Java Test | .Net Test | C Test | HTML Test | Javascript Test

Problem/ Tutorial: Java Problems | Python Problems | C++ Problems | Regex
Problems | Data Structure Tutorial | Programming Tutorials

News Widgets: Latest News | Top Tech News | Technology News | Hiring News |
Internet News | Gadgets News | Mobile Technologies News | Startups News | Social
Media News | It-Security News | Ecommerce News | Leadership News

 * About Us
 * Contact Us
 * In The Press
 * Privacy Policy
 * Our Awards
 * Terms & Conditions
 * Join Our Team
 * Bug Bounty Program

FOLLOW TECHGIG



SUBSCRIBE TO OUR NEWSLETTER



Thank You! You will start receiving TechGig newsletter from tomorrow.

Incorrect email. Please enter the correct email.

Error During Subscription. Please try again.

Please provide an email first!.

ABOUT

 * Code Memo
 * TechGig Institution
 * Technical Profile
 * Campus Ambassadors
 * Get Hired
 * Meet People
 * Interact with IT industry experts
 * Assess your skills
 * Know about top Companies
 * Read Top Tech News

FOR DEVELOPERS

 * Become Skill Expert
 * Coding Environment
 * How to Write Your Code
 * Create Your Problem
 * Practice Problems
 * TechGig Challenges
 * College Ranking
 * Organise Codeathon

FOR BUSINESS

 * HIRING SOLUTIONS

 * Challenges
 * Talent Assessment
 * Live Interviews

 * MARKETING SOLUTIONS

 * Webinars
 * Digital Assets
 * Brand Inventories

 * BUSINESS SOLUTIONS

 * Hackathons

 * ANNUAL EVENTS

 * Code Gladiators
 * Geek Goddess
 * Code Wizards

TECHGIG GEEK GODDESS 2022

 * Open Contest
 * Tech Aptitude Challenge

Copyright © Times Business Solutions (A Division of Times Internet Limited)
2022.

FORGOT PASSWORD

Please enter your email to reset your password
 * Please provide valid email ID!
 * 

×

RESET PASSWORD

PLEASE PROVIDE YOUR PASSWORD

 * Invalid password! Please follow institutions!
 * Update Password


CUSTOMIZE TECHGIG

Save your time. Get all your tech needs at one place

 * Get news, code challenges skill tests, webinars, jobs as per your skills.
 * You can get a privilege to add webinar, blogs & news of yours.
 * Save Time. All the tech related needs at one place.



SOCIAL LOGIN

 * By signing up, you agree to our T&Cs and Privacy Policy.
 * 

SUBSCRIBE TO OUR NEWSLETTER

 * By subscribing, You agree to our T&Cs and Privacy Policy. You will start
   getting newsletters from tomorrow. You must agree to Terms and Conditions of
   the Techgig.com
 * 


RE-AUTHENTICATE LOGIN

Forgot Password?




SET PASSWORD

It seems you haven't set a password for your TechGig profile. You need to set
the password to proceed.

Set Password
×

×


SIGN UP TO PARTICIPATE IN CHALLENGE

 * Email
   
 * Password
   
 *  
   Autocomplete Your Profile
 * Sign Up


This site uses cookies so that we can remember you and understand how you
interact with our website. This allows us to improve and customize your browsing
experience.
To find out more about the cookies we use, see our Cookies Policy.
OK