You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Juan Alberto Reséndiz Arteaga
jresendiz27
CS Engineer who loves coding and solving problems. Engineer Manager - @pinterest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using Groovy to read mails from GMail. Just for development purposes, GMail will not allow login in first time, so I enabled the option to log from non secure apps SSL it's necessary Another good tutorial coudl be find here using SSL: http://agileice.blogspot.mx/2008/10/using-groovy-to-connect-to-gmail.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.
Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
Data Structure Basics
Array
Definition:
Stores data elements based on an sequential, most commonly 0 based, index.
I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.
I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't real
Using the current resources (Linkedin Learning), We've choosen some courses for getting started and ready to
start working with k8s and some useful resources about Microservices and Cloud Native Ecosystem.
OSS it's one of the most important assets for innovation inside the software industry; many projets
are the foundations of huge enterprises, banks, startups and freelancers accross the world. For our
organization it's a huge value to bring back knowledge to the community; sharing with them part of
our implementations and solutions making them open source.
We've considered a few questions to be considered before making an open source project.
What is the problem that we solved (or we're trying to solve)? Did we consider OSS solutions outside? Why they didn't fit and how our solution can help the final user?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters