These are the Kickstarter Engineering and Data role definitions for both teams.
This file contains hidden or 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
| 1.next # => 2 | |
| next_method_object = 1.method("next") | |
| next_method_object.call # => 2 | |
| arr = ['Ruby', 'Golang', 'Node.js', 'Deno', 'Typescript', 'Scala', 'Python'] | |
| arr.[](3) # => Deno | |
| def add(*numbers) |
This file contains hidden or 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
| import boto3 | |
| import urllib.request | |
| def lambda_handler(event, context): | |
| # Anuska Sharma Images | |
| #source_file='https://www.pinkvilla.com/files/styles/contentpreview/public/anushka_sharma_prays_for_those_affected_by_uttarakhand_glacier_burst_main_1.jpg' | |
| # target_file='https://m.media-amazon.com/images/M/MV5BNGM5YmYwNjUtNzQyYS00OGY0LTljZDAtMDNiMjhiOTFiMzRiXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_UY317_CR3,0,214,317_AL_.jpg' | |
| # Katrina Kaif Images | |
| source_file = 'https://cdn.dnaindia.com/sites/default/files/styles/full/public/2020/03/21/898813-katrina-kaif-coronavirus-video-public-transport-1.jpg' | |
| target_file = 'https://author.vogue.in/wp-content/uploads/2020/07/Katrina-Kaif-during-Bharat-promotions-1366x768.jpg' |
This file contains hidden or 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
| import boto3 | |
| from botocore.config import Config | |
| from boto.sts import STSConnection | |
| def assume_role(role_arn): | |
| session = boto3.Session(profile_name="<Your AWS Config Profile Name>") | |
| role = session.client('sts').assume_role(RoleArn=role_arn, RoleSessionName='switch-role', DurationSeconds=3600) | |
| return role | |
| def create_database(client, db_name): |
This file contains hidden or 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
| import boto3 | |
| from botocore.config import Config | |
| from boto.sts import STSConnection | |
| boto3.setup_default_session(profile_name='<YOUR PROFILE NAME HERE>') | |
| role = boto3.client('sts').assume_role(RoleArn="<YOUR ROLE ARN>", RoleSessionName="my_assume_role_session") | |
| credentials = role['Credentials'] | |
| aws_access_key_id = credentials['AccessKeyId'] |
This file contains hidden or 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
| import json | |
| import boto3 | |
| from dateutil import rrule | |
| from datetime import datetime, timedelta | |
| glue = boto3.client('glue', '--') # Update with your location | |
| s3 = boto3.client('s3') | |
| def get_current_schema(table_name, database_name): | |
This file contains hidden or 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
| # First install tmux | |
| brew install tmux | |
| # For mouse support (for switching panes and windows) | |
| # Only needed if you are using Terminal.app (iTerm has mouse support) | |
| Install http://www.culater.net/software/SIMBL/SIMBL.php | |
| Then install https://bitheap.org/mouseterm/ | |
| # More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/ |
##Google Interview Questions: Product Marketing Manager
- Why do you want to join Google? -- Because I want to create tools for others to learn, for free. I didn't have a lot of money when growing up so I didn't get access to the same books, computers and resources that others had which caused money, I want to help ensure that others can learn on the same playing field regardless of their families wealth status or location.
- What do you know about Google’s product and technology? -- A lot actually, I am a beta tester for numerous products, I use most of the Google tools such as: Search, Gmaill, Drive, Reader, Calendar, G+, YouTube, Web Master Tools, Keyword tools, Analytics etc.
- If you are Product Manager for Google’s Adwords, how do you plan to market this?
- What would you say during an AdWords or AdSense product seminar?
- Who are Google’s competitors, and how does Google compete with them? -- Google competes on numerous fields: --- Search: Baidu, Bing, Duck Duck Go
UPDATE 2014-12-21: RubyGems 1.8.30, 2.0.15 and 2.2.3 have been released. It requires manual installation, please see instructions below.
Hello,
If you reached this page, means you've hit this SSL error when trying to