www.techgig.com Open in urlscan Pro
2600:1413:b000:1c::17d1:2ecc  Public Scan

URL: https://www.techgig.com/user_links.php?show=terms
Submission: On March 05 via api from SG — Scanned from SG

Form analysis 11 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="c3ca1b8e747f16679b0b25ae61b6804d623b5f2f3c83b54fe3ca749bcf01c6997f5bb408733cbb9f1f75e1c28abe444ee44f84f952b75e82a6ef2555e001081f">
</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>

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="">
      <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

TERMS AND CONDITIONS

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
    * Startup Community

 * 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


TERMS AND CONDITIONS


PREAMBLE

 * techgig.com is a professional networking service that allows Members to
   create unique personal profiles online for groups of people who share
   interests and activities and for exploring the interest and activities of
   each other.
 * techgig.com is the business division of Times Business Solutions(A Division
   of Times Internet Limited) and owned and hosted by Times Business Solutions(A
   Division of Times Internet Limited) a Company incorporated in India under the
   Indian Companies Act, 1956.
 * The services offered by techgig.com ("techgig.com" or ) include the
   techgig.com website (the "TechGig Website"), the techgig.com Internet
   messaging service, and any other features, content, or applications offered
   from time to time by techgig.com in connection with the TechGig Website
   (collectively, the "TechGig Services"). The TechGig Services are hosted in
   India.
 * This Terms of Use Agreement ("Agreement") sets forth the legally binding
   terms for user use of the TechGig Services. These terms of use (Terms)
   constitute a legally binding agreement between you and Times Business
   Solutions(A Division of Times Internet Limited) regarding your use of the web
   site i.e. www.techgig.com (the €œSite€) and any services offered by the
   company including but not limited to delivery of content via the Site, any
   mobile or internet connected device or otherwise (the "the Service"). By
   accessing the Site or Service and/or by clicking "I agree", you agree to be
   bound by these Terms. You hereby represent and warrant to the Company that
   you are at least eighteen (18) years of age or above and are capable of
   entering, performing and adhering to these Terms and that you agree to be
   bound by the following terms and conditions. While individuals under the age
   of 18 may utilize the Service of the site, they shall do so only with the
   involvement & guidance of their parents and / or legal guardians, under such
   Parent /Legal guardian's registered account . You agree to register prior to
   uploading any content and / or comment and any other use or services of this
   site and provide your details including but not limited to complete name,
   age, email address, residential address, contact number. "User" or "You"
   means any person who access or avail this site of the Company for the purpose
   of hosting, publishing, sharing, transacting, displaying or uploading
   information or views and includes other persons jointly participating in
   using the site of the Company.
 * By using the TechGig Services, user agree to be bound by this Agreement,
   whether user is a "Visitor" (which means that user simply browse the TechGig
   Website) or user is a "Member" (which means that user have registered with
   techgig.com). The term "User" refers to a Visitor or a Member.
 * User are only authorized to use the TechGig Services (regardless of whether
   user access or use is intended) if user agree to abide by all applicable laws
   and to this Agreement. Please read this Agreement carefully and save it.
 * If user does not agree with it, user should leave the TechGig Website and
   discontinue use of the TechGig Services immediately.
 * User who wish to become a Member communicate with other Members and make use
   of the TechGig Services. User must read this Agreement and indicate User
   acceptance during the Registration process.
 * Agreement includes techgig.com's policy for acceptable use of the TechGig
   Services and Content posted on the TechGig Website, user rights, obligations
   and restrictions regarding user use of the TechGig Services and techgig.com's
   Privacy Policy.
 * In order to participate in certain TechGig Services, user may be notified
   that user is required to download software or content and/or agree to
   additional terms and conditions. Unless otherwise provided by the additional
   terms and conditions applicable to the TechGig Services in which User choose
   to participate, those additional terms are hereby incorporated into this
   Agreement and are binding on the User, which the User agreed to.
 * techgig.com shall/may modify, amend alter this Agreement from time to time
   and such modification, amendment or alterations shall be effective upon
   posting by techgig.com on the TechGig Website. User agrees to be bound to any
   changes to this Agreement when User uses the TechGig Services after any such
   modification is posted. It is therefore important that user review this
   Agreement regularly to ensure User is updated as to any changes.
 * User is advised to choose carefully the information User post on techgig.com
   and which User provides to other Users. User's techgig.com profile may not
   include the following items: street addresses, and any photographs containing
   nudity, or obscene, lewd, excessively violent, harassing, sexually explicit
   or otherwise objectionable subject matter. Despite this prohibition,
   information provided by other techgig.com Members (for instance, in their
   Profile) may contain inaccurate, inappropriate, offensive or sexually
   explicit material, products or services, and techgig.com assumes no
   responsibility or liability for this material. Some of the User information
   asked while registration won't be displayed as per the discretion of TechGig
   and the same shall not attract any liability to the website owner in any
   manner or form. TechGig/TBS has the unilateral right for deletion of any
   phishing mails, spamming, unlawful, harmful, threatening, abusive, harassing,
   defamatory, vulgar, obscene, profane, hateful, communal, ethnically or
   otherwise objectionable content of any kind, including, but not limited to,
   any content which encourages conduct that would constitute a criminal
   offense, give rise to civil liability or otherwise violate any applicable
   local, state, national or international law.
 * If a User becomes aware of misuse of the TechGig Services by any person,
   please contact feedback@techgig.com or click on the "Report Spam" link
   mentioned along with the related content
 * The user acknowledges and agrees that it is technically impossible to achieve
   100% availability of the TechGig website. However, TechGig shall nonetheless
   endevours to keep TechGig website available without interruption.
 * TechGig and/or its owner may use personal information provided by its Users
   to improve its marketing and promotional efforts, to analyze site usage,
   improve the Site's content and product offerings, and customize the Site's
   content, layout, and services. The use of this information improves the Site
   and meets a User's specific need, so as to provide the User with a smooth,
   efficient, safe and customized experience while using the Site. User
   unilaterally agrees to such usage of his/her personal information by agreeing
   to these terms and conditions.
 * TechGig is a facilitating platform for members to establish contact and
   communicate with each other and TechGig shall not be privy to any
   conversation, contract or agreement between the members using TechGig site.
   TechGig shall always cooperate with all law enforcement inquires and TechGig
   may disclose all or part of a User's personal details in response to a
   request from the law enforcement authorities for same and User agrees to the
   same.
 * TechGig does not make any warranties or representation about data,
   information provided/ made available by TechGig as true or accurate and any
   user acting on such information hereby understands and agrees that he shall
   do so at his own risk and cost.
 * techgig.com reserves the right, in its sole discretion, to reject, refuse to
   post or remove any posting (including private messages) by user, or to
   restrict, suspend, or terminate user access to all or any part of the TechGig
   Services at any time, for any or no reason, with or without prior notice, and
   without liability.
 * By entering mobile number/email address on techgig.com while registering for
   an account or receiving alerts, User gives consent to Company and its
   partners/vendors and sub-partners/sub-vendors to send alerts, contact
   details, promotional SMS and promotional calls to the mobile number/email
   address entered by the User, irrespective of whether the same is on the NDNC
   list or any other such data base. In case user does not want to receive these
   messages on his/her mobile number/email address, he/she shall not submit
   his/her mobile number/email address with techgig.com.

 * Eligibility
   Use of and Membership in the TechGig Services is void where prohibited. By
   using the TechGig Services, user represent and warrant that (a) all
   registration information user submit is truthful and accurate; (b) user will
   maintain the accuracy of such information; (c) user have attained the age of
   majority; and (d) user use of the TechGig Services does not violate any
   applicable law or regulation.
 * Terms
   This Agreement shall remain in full force and effect while user uses the
   TechGig Services or are a Member. User may terminate user Membership at any
   time, for any reason, by following the instructions on the Member's Account
   Settings page. techgig.com may terminate user Membership at any time, without
   warning. Even after Membership is terminated, this Agreement will remain in
   effect, including sections 5-17.
 * Fees
   User acknowledges that techgig.com reserves the right to charge for the
   TechGig Services and to change its fees from time to time in its discretion.
   If techgig.com terminates user Membership because user have breached the
   Agreement, user shall not be entitled to the refund of any unused portion of
   subscription fees.
 * Password
   When user signs up to become a Member, user will also be asked to choose a
   password. Users are entirely responsible for maintaining the confidentiality
   of user password. User agrees not to use the account, username, or password
   of another Member at any time or to disclose user password to any third
   party. User agrees to notify techgig.com immediately if user suspect any
   unauthorized use of user account or access to user password. User is solely
   responsible for any and all use of user account.
 * Non-commercial Use by Members
   The TechGig Services are for the personal use of Members only and may not be
   used in connection with any commercial endeavors except those that are
   specifically endorsed or approved by techgig.com. Illegal and/or unauthorized
   use of the TechGig Services, including collecting usernames and/or email
   addresses of Members by electronic or other means for the purpose of sending
   unsolicited email or unauthorized framing of or deep linking to the TechGig
   Website is prohibited. Commercial advertisements, affiliate links, and other
   forms of solicitation may be removed from Member profiles without notice and
   may result in termination of Membership privileges. Appropriate legal action
   will be taken for any illegal or unauthorized use of the TechGig Services.
   
    1. techgig.com does not claim any ownership rights in the text, files,
       images, photos, video, sounds, musical works, works of authorship, or any
       other materials (collectively, "Content") that user post to the TechGig
       Services. After posting user Content to the TechGig Services, user
       continue to retain all ownership rights in such Content, and user
       continue to have the right to use user Content in any way user choose. By
       displaying or publishing ("posting") any Content on or through the
       TechGig Services, user hereby grant to techgig.com a limited license to
       use, delete, modify, publicly perform, publicly display, reproduce, and
       distribute such Content solely on and through the TechGig Services. This
       content can very well be displayed in any media form of any other third
       party company.
    2. User represent and warrant that: (i) user own the Content posted by user
       on or through the TechGig Services or otherwise have the right to grant
       the license set forth in this section, and (ii) the posting of user
       Content on or through the TechGig Services does not violate the privacy
       rights, publicity rights, copyrights, contract rights or any other rights
       of any person. User agree to pay for all royalties, fees, and any other
       monies owing any person by reason of any Content posted by user to or
       through the TechGig Services.
    3. The TechGig Services contain Content of techgig.com ("techgig.com
       Content"). techgig.com Content is protected by copyright, trademark,
       patent, trade secret and other laws, and techgig.com owns and retains all
       rights in the techgig.com Content and the TechGig Services. techgig.com
       hereby grants user a limited, revocable, non sub licensable license to
       reproduce and display the techgig.com Content (excluding any software
       code) solely for user personal use in connection with viewing the TechGig
       Website and using the TechGig Services.
    4. The TechGig Services contain Content of Users and other techgig.com
       licensors. Except for Content posted by user, user may not copy, modify,
       translate, publish, broadcast, transmit, distribute, perform, display, or
       sell any Content appearing on or through the TechGig Services.
    5. The TechGig shall not assume any responsibility or liability to protect
       the content posted by user. User indemnifies TechGig/TBS against any
       legal action whatsoever initiated in terms of the contents posted by such
       User and any content posted by User shall be at such User's sole risk and
       liability.

 * Proprietary Rights in Content on techgig.com
    a. techgig.com does not claim any ownership rights in the text, files,
       images, photos, video, sounds, musical works, works of authorship, or any
       other materials (collectively, "Content") that user post to the TechGig
       Services. After posting user Content to the TechGig Services, user
       continue to retain all ownership rights in such Content, and user
       continue to have the right to use user Content in any way user choose. By
       displaying or publishing ("posting") any Content on or through the
       TechGig Services, user hereby grant to techgig.com a limited license to
       use, delete, modify, publicly perform, publicly display, reproduce, and
       distribute such Content solely on and through the TechGig Services. This
       content can very well be displayed in any media form of any other third
       party company.
    b. User represent and warrant that: (i) user own the Content posted by user
       on or through the TechGig Services or otherwise have the right to grant
       the license set forth in this section, and (ii) the posting of user
       Content on or through the TechGig Services does not violate the privacy
       rights, publicity rights, copyrights, contract rights or any other rights
       of any person. User agree to pay for all royalties, fees, and any other
       monies owing any person by reason of any Content posted by user to or
       through the TechGig Services.
    c. The TechGig Services contain Content of techgig.com ("techgig.com
       Content"). techgig.com Content is protected by copyright, trademark,
       patent, trade secret and other laws, and techgig.com owns and retains all
       rights in the techgig.com Content and the TechGig Services. techgig.com
       hereby grants user a limited, revocable, non sub licensable license to
       reproduce and display the techgig.com Content (excluding any software
       code) solely for user personal use in connection with viewing the TechGig
       Website and using the TechGig Services.
    d. The TechGig Services contain Content of Users and other techgig.com
       licensors. Except for Content posted by user, user may not copy, modify,
       translate, publish, broadcast, transmit, distribute, perform, display, or
       sell any Content appearing on or through the TechGig Services.
    e. The TechGig shall not assume any responsibility or liability to protect
       the content posted by user. User indemnifies TechGig/TBS against any
       legal action whatsoever initiated in terms of the contents posted by such
       User and any content posted by User shall be at such User's sole isk and
       liability.

 * Content Posted
    1. techgig.com may delete any Content that in the sole judgment of
       techgig.com violates this Agreement or which may be offensive, illegal or
       violate the rights, harm, or threaten the safety of any person.
       techgig.com assumes no responsibility for monitoring the TechGig Services
       for inappropriate Content or conduct. If at any time techgig.com chooses,
       in its sole discretion, to monitor the TechGig Services, techgig.com
       nonetheless assumes no responsibility for the Content, no obligation to
       modify or remove any inappropriate Content, and no responsibility for the
       conduct of the User submitting any such Content.
    2. User are solely responsible for the Content that user post on or through
       any of the TechGig Services, and any material or information that user
       transmit to other Members and for user interactions with other Users.
       techgig.com does not endorse and has no control over the Content. Content
       is not necessarily reviewed by techgig.com prior to posting and does not
       necessarily reflect the opinions or policies of techgig.com. techgig.com
       makes no warranties, express or implied, as to the Content or to the
       accuracy and reliability of the Content or any material or information
       that user transmit to other Members.

 * Content/Activity Prohibited
    * techgig.com reserves the right to investigate and take appropriate legal
      action against anyone who shall post illegal or prohibited content on or
      through the techgig.com. techgig.com reserves the right to investigate and
      take appropriate legal action against anyone who, in techgig.com's sole
      discretion, violates this provision, including without limitation,
      removing the offending communication from the TechGig Services and
      terminating the Membership of such violators using the TechGig Services in
      a manner inconsistent with any and all applicable laws and regulations.
    * Prohibited Activities Users further concur that they will not, through
      techgig.com indulge in the following prohibited activities:
    * You agree that You shall not host, display, upload, modify, publish,
      transmit, update or share any information on the Site, that€”
      1. belongs to another person and to which you do not have any right to;
      2. is grossly harmful, harassing, blasphemous defamatory, obscene,
         pornographic, paedophilic, libellous, invasive of another's privacy,
         hateful, or racially, ethnically objectionable, disparaging, relating
         or encouraging money laundering or gambling, or otherwise unlawful in
         any manner whatever;
      3. harm minors in any way;
      4. infringes any patent, trademark, copyright or other proprietary rights;
      5. violates any law for the time being in force;
      6. deceives or misleads the addressee about the origin of such messages or
         communicates any information which is grossly offensive or menacing in
         nature;
      7. impersonate another person
      8. contains software viruses or any other computer code, files or programs
         designed to interrupt, destroy or limit the functionality of any
         computer resource;
      9. threatens the unity, integrity, defence, security or sovereignty of
         India, friendly relations with foreign states, or public order or
         causes incitement to the commission of any cognisable offence or
         prevents investigation of any offence or is insulting any other nation
      Any Content and or comment uploaded by you, shall be subject to relevant
      Indian laws and may be disabled, or and may be subject to investigation
      under appropriate laws. Furthermore, if you are found to be in
      non-compliance with the laws and regulations, these terms, or the privacy
      policy of the Site, the Company shall have the right to immediately
      terminate/block your access and usage of the Site and the Company shall
      have the right to immediately remove any non-compliant Content and or
      comment, uploaded by you and shall further have the right to take recourse
      to such remedies as would be available to the Company under the applicable
      laws. In case of non compliance of the foregoing, the access of such users
      to the site shall be immediately terminated.

 * Copyright Policy
   User may not post, modify, distribute, or reproduce in any way any
   copyrighted material, trademarks, or other proprietary information belonging
   to others without obtaining the prior written consent of the owner of such
   proprietary rights. It is the policy of techgig.com to terminate Membership
   privileges of any Member who repeatedly infringes the copyright rights of
   others upon receipt of prompt notification to techgig.com by the copyright
   owner or the copyright owner's legal agent about the same. Without limiting
   the foregoing, if user believes that the User work has been copied and posted
   on the TechGig Services in a way that constitutes copyright infringement,
   User is requested to provide TechGig/TBS's Copyright Agent with the following
   information:
    1. an electronic or physical signature of the person authorized to act on
       behalf of the owner of the copyright interest;
    2. a description of the copyrighted work that user claim has been infringed;
    3. a description of where the material that user claim is infringing, is
       located on the TechGig Services;
    4. user address, telephone number, and email address;
    5. a written statement by user that user have a good faith belief that the
       disputed use is not authorized by the copyright owner, its agent, or the
       law;
    6. a statement by user, made under penalty of perjury, that the above
       information in user notice is accurate and that user are the copyright
       owner or authorized to act on the copyright owner's behalf. techgig.com's
       Copyright Official for notice of claims of copyright infringement can be
       reached as follows: feedback@techgig.com.

 * Member Disputes
   User is solely responsible for user interactions with other techgig.com
   Members. techgig.com reserves the right, but has no obligation, to monitor
   disputes between user and other Members.
 * Privacy
   Use of the TechGig Services is also governed by our Privacy Policy, which is
   incorporated into this Agreement by this reference.
 * Disclaimers
   
   "By entering mobile number on techgig.com while registering for an account or
   receiving alerts, user gives consent to Company and its partners/vendors and
   sub-partners/sub-vendors to send alerts, contact details, promotional SMS and
   promotional calls to the mobile number entered by the user, irrespective of
   whether the same is on the DNC list or any other such data base. In case user
   does not want to receive these messages on his/her mobile number, he/she
   shall not submit his/her mobile number with techgig.com."
   
    1. techgig.com is not responsible for any incorrect or inaccurate Content
       posted on the TechGig Website or in connection with the TechGig Services,
       whether caused by Users of the TechGig Services or by any of the
       equipment or programming associated with or utilized in the TechGig
       Services. Profiles created and posted by Members on the TechGig Website
       may contain links to other websites. techgig.com is not responsible for
       the Content, accuracy or opinions expressed on such websites, and such
       websites are in no way investigated, monitored or checked for accuracy or
       completeness by techgig.com. Inclusion of any linked website on the
       TechGig Services does not imply approval or endorsement of the linked
       website by techgig.com. When user accesses these third-party sites, user
       do so at user own risk. techgig.com takes no responsibility for third
       party advertisements which are posted on this TechGig Website or through
       the TechGig Services, nor does it take any responsibility for the goods
       or services provided by its advertisers. techgig.com is not responsible
       for the conduct, whether online or offline, of any User of the TechGig
       Services. techgig.com assumes no responsibility for any error, omission,
       interruption, deletion, defect, delay in operation or transmission,
       communications line failure, theft or destruction or unauthorized access
       to, or alteration of, any User or Member communication. techgig.com is
       not responsible for any problems or technical malfunction of any
       telephone network or lines, computer online systems, servers or
       providers, computer equipment, software, failure of any email or players
       due to technical problems or traffic congestion on the Internet or on any
       of the TechGig Services or combination thereof, including any injury or
       damage to Users or to any person's computer related to or resulting from
       participation or downloading materials in connection with the TechGig
       Services. Under no circumstances shall techgig.com be responsible for any
       loss or damage, attendance at a techgig.com event, from any Content
       posted on or through the TechGig Services, or from the conduct of any
       Users of the TechGig Services, whether online or offline. The TechGig
       Services are provided "AS-IS" and as available and techgig.com expressly
       disclaims any warranty of fitness for a particular purpose or
       non-infringement. techgig.com cannot guarantee and does not promise any
       specific results from use of the TechGig Services.
    2. TechGig delivers contents as sourced by third-parties; TechGig does not
       have any control over these contents. The user agrees and understands
       that the contents (including but not limited to) relating to the Company
       Profile, Institute Profile and News feeds provided/inserted by TechGig
       are the property of third party owners and in no case TechGig shall be
       made/taken responsible for misinformation, information, abuse, opinion,
       link image or any digital provided through TechGig. TechGig does not
       represent or endorse the accuracy, correctness or reliability of any
       advice, opinion, statement or other information displayed, uploaded or
       distributed through any website hyperlinks. User acknowledges and
       understands that any reliance upon any such opinion, advise, statement or
       information shall be taken at your own sole risk and the user if
       aggrieved by the above mentioned contents for whatsoever reason shall
       have no claim legally or otherwise against techgig.com.

 * Limitation on Liability
   In no event shall techgig.com be liable to user or any third party for any
   indirect, consequential, exemplary, incidental, special or punitive damages,
   including lost profit damages arising from user use of the services, even if
   techgig.com has been advised of the possibility of such damages.
   Notwithstanding anything to the contrary contained herein, techgig.com
   liability to user for any cause whatsoever and regardless of the form of the
   action, will at all times be limited to the amount paid, if any, by user to
   techgig.com for the TechGig services during the term of membership.
 * Software Use
   Software available in connection with the TechGig Services (the "Software")
   is further subject to applicable Laws. No Software may be downloaded from the
   TechGig Services or otherwise exported or re-exported in violation of all the
   applicable laws. Downloading or using the Software is at user sole risk.
 * Disputes
   If there is any dispute about or involving the TechGig Services, user agrees
   that the dispute shall be referred for resolution to a sole arbitrator, so
   appointed by TBS at its sole discretion. The said Arbitration shall be
   conducted in terms of the Arbitration and Conciliation Act 1996 together with
   all statutory amendments made thereto. The Award made in pursuance thereof
   shall be final and binding on all the parties. The seat and venue of
   Arbitration shall be Delhi and shall be governed by the Applicable laws of
   India, provided that the foregoing shall not prevent techgig.com and/or its
   owners from seeking injunctive relief in a court of competent jurisdiction.
   This Agreement shall be subject to the exclusive jurisdiction of the
   appropriate courts of Delhi only.
 * Indemnity
   User agree to indemnify and hold techgig.com, its subsidiaries, and
   affiliates, and their respective officers, agents, partners and employees,
   harmless from any loss, liability, claim, or demand, including Legal fees,
   made by any third party due to or arising out of user use of the TechGig
   Services in violation of this Agreement and/or arising from a breach of this
   Agreement and/or any breach of user representations and warranties set forth
   above and/or if any Content that user post on the TechGig Website or through
   the TechGig Services causes techgig.com to be liable to another.
 * Grievance Redressal
   
   Redressal Mechanism: Any complaints, abuse or concerns with regards to
   content and or comment or breach of these terms shall be immediately informed
   to the designated Grievance Officer as mentioned below via in writing or
   through email signed with the electronic signature to grievance@techgig.com.
   
   Saba Khan
   www.techgig.com
   Times Internet Limited
   Times Center
   FC-6, Film City
   Sector 16-A, Noida - 201301, India
   Email: grievance@techgig.com
   Phone No.: 0120-677-6999 - Ext.8018
   
   We request you to please provide the following information in your
   complaint:-
   
   (a) A physical or electronic signature of a person authorized to act on
   behalf of the copyright owner for the purposes of the complaint
   (b) Identification of the copyrighted work claimed to have been infringed.
   (c) Identification of the material on our website that is claimed to be
   infringing or to be the subject of infringing activity.
   (d) The address, telephone number or e-mail address of the complaining party
   (e) A statement that the complaining party has a good-faith belief that use
   of the material in the manner complained of is not authorized by the
   copyright owner, its agent or the law.
   (f) A statement, under penalty of perjury, that the information in the notice
   of copyright infringement is accurate, and that the complaining party is
   authorized to act on behalf of the owner of the right that is allegedly
   infringed.

 * The user shall not to host, display, upload, modify, publish, transmit,
   store, update or share any information that-
   * belongs to another person and to which the user does not have any right;
   * is defamatory, obscene, pornographic, paedophilic, invasive of another's
     privacy, including bodily privacy, insulting or harassing on the basis of
     gender, libellous, racially or ethnically objectionable, relating or
     encouraging money laundering or gambling, or otherwise inconsistent with or
     contrary to the laws in force;
   * is harmful to child;
   * infringes any patent, trademark, copyright or other proprietary rights;
   * violates any law for the time being in force;
   * deceives or misleads the addressee about the origin of the message or
     knowingly and intentionally communicates any information which is patently
     false or misleading in nature but may reasonably be perceived as a fact;
   * impersonates another person;
   * threatens the unity, integrity, defence, security or sovereignty of India,
     friendly relations with foreign States, or public order, or causes
     incitement to the commission of any cognisable offence or prevents
     investigation of any offence or is insulting other nation;
   * contains software virus or any other computer code, file or program
     designed to interrupt, destroy or limit the functionality of any computer
     resource;
   * is patently false and untrue, and is written or published in any form, with
     the intent to mislead or harass a person, entity or agency for financial
     gain or to cause any injury to any person
 * Other
   This Agreement is accepted upon user use of the TechGig Website or any of the
   TechGig Services and is further affirmed by user becoming a Member. The
   failure of techgig.com to exercise or enforce any right or provision of this
   Agreement shall not operate as a waiver of such right or provision.
   techgig.com is a trademark of Times Business Solutions(A Division of Times
   Internet Limited) This Agreement operates to the fullest extent permissible
   by law. If any provision of this Agreement is unlawful, void or
   unenforceable, that provision is deemed severable from this Agreement and
   does not affect the validity and enforceability of any remaining provisions.

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



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




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


We use cookies on our website to provide you with a more personalized digital
experience. To learn more about how we use cookies and how you can change your
cookie settings, please refer to our Privacy Policy and Terms and Conditions.
Accept Privacy Policy