Niantic has selected educational provider Tech Elevator as its partner in a new scholarship program titled Voyager.
The program will provide 20 underrepresented individuals in the Los Angeles, San Francisco, and Seattle areas with the opportunity to launch their careers in technology.
Recipients of the scholarships will receive tuition-free education in coding through a 14-week bootcamp before launching their careers as junior software engineers, either through a six-month Voyager Apprenticeship at Niantic or through one of Tech Elevator’s 700+ hiring partners in America. Additionally, recipients will receive career coaching, as well as a living stipend during the program.
Applications are currently being accepted on Tech Elevator’s website, with a start date of October 24.
In a statement on its website, Niantic wrote that the new partnership “contributes to a combined mission of diversifying the technology workforce, and making educational opportunities more accessible to underrepresented communities.”
“Tech Elevator is proud to partner with Niantic to transform the lives of 20 individuals through our coding bootcamp,” said Tech Elevator CEO and co-founder Anthony Hughes. “With Niantic, we have a common mission to foster a more inclusive technology workforce. This program will open the door of opportunity to deserving individuals looking to change the trajectory of their careers.”
The scholarship is open to members of underrepresented groups in tech such as women, the Black, Latino, and Native American communities, and transgendered and non-binary people. However, there is no mention in the press release or statement on whether other underrepresented groups, such as the disabled community and members of the larger queer community. are included in this.
We have reached out to a representative of Tech Elevator for further comment.
Niantic is best known for its range of AR titles such as Pokémon Go, Ingress, and Pikmin Bloom. Last year, we listed them as the top mobile game maker. We’ll be unveiling our list for 2022 later this month.
window.fbAsyncInit = function() {
// init the FB JS SDK FB.init({ appId : 250161755076617, // App ID //channelUrl : '//'+window.location.hostname+'/channel.php', // Path to your Channel File status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML });
FB._PG = { url: "/useractions/loginfb/", response: "allowed",
// Common handler to fetch FB details and reload the page process: function(me){ $.post( FB._PG.url, { username: me.username, uname: me.name, uid: me.id, uimg: 'https://graph.facebook.com/' + me.id + '/picture?type=large' }) .done(function(xml){ if ( $("status", xml).text() == FB._PG.response ) window.location.reload(); else alert('Error: Something bad just happened. Our tech department has been notified. Please try again later.');
}) .fail(function(xml){
alert("Error: something wasn't right there, please try again.");
}); },
// Used by event subscriptions to handle the response handleResponse: function(response){ if (response.authResponse) { FB.api('/me', function(me){ if (me.name) FB._PG.process(me); }); } },
post: function(text, image){ image = image || $("#fb-image").attr("src"); FB.ui({ method: 'feed', display: 'popup', link: 'https://www.pocketgamer.biz/deal/79393/niantic-launches-new-voyager-apprenticeship-program-in-partnership-with-tech-elevator/', description: text, picture: image }); } };
FB.Event.subscribe('auth.statusChange', FB._PG.handleResponse);
FB.Event.subscribe('edge.create', function(response) { $.post('/ajax/social-links/', { site: 'facebook' }); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));