Skip to content

Instantly share code, notes, and snippets.

View anacunha's full-sized avatar
🦖

Ana Cunha anacunha

🦖
View GitHub Profile
@cuducos
cuducos / data.csv
Last active February 23, 2022 15:43
Porcentagem de votos em Bolsonaro no 2º turno de 2018, por município (apenas os com mais de 100.000 habitantes)
Porcentagem de votos em Bolsonaro (2º turno - 2018) Município UF
15.4083557181231 CRATO CE
17.4993648911847 PARINTINS AM
18.2141640486014 IGUATU CE
18.9022837888431 ITAPIPOCA CE
20.8163619031112 PAULO AFONSO BA
22.6305304061384 CODÓ MA
23.8899617526168 JUAZEIRO DO NORTE CE
24.0801281633823 CAXIAS MA
24.2147907626013 CAMETÁ PA
@james-jory
james-jory / aws_personalize_delete_dsg.py
Last active March 27, 2024 16:25
Deletes an Amazon Personalize dataset group, including all of its associated resources
#!/usr/bin/env python
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT-0
"""
Deletes one or more Amazon Personalize dataset groups, including all of their associated resources:
- Recommenders
- Campaigns
- Filters
@omariosouto
omariosouto / ButtonLink.js
Last active April 9, 2024 17:17
Aula 01 - Códigos Extras
@kosamari
kosamari / how_i_got_into_google.md
Last active November 1, 2023 02:16
Google に入るまでの話

Googleに入るまでの話 (Developer Relations)

コンテキスト: https://togetter.com/li/1331865

前提条件

部署

グーグルジャパンではなくてUSの本社での採用の話。私が受けたのはSoftware EngineerではなくてDeveloper Advocate。Engineering組織の下についているのでコーディング面接有り。ただし評価項目がSWEとは異なる。

英語

@vasanthk
vasanthk / System Design.md
Last active July 6, 2024 18:35
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?