Skip to content

Instantly share code, notes, and snippets.

View rafaels88's full-sized avatar
🔮
coming up with something

Rafael Soares dos Santos rafaels88

🔮
coming up with something
View GitHub Profile
@lbighetti
lbighetti / o_que_eu_faria_diferente.md
Last active August 9, 2018 03:23
O que eu faria diferente na minha carreira de desenvolvedor?

O que eu faria diferente na minha carreira de desenvolvedor?

@rafaels88 perguntou no slack do trainingcenter o seguinte:

Aos programadores mais experientes, preciso da ajuda de vocês:

To afim de fazer um video sobre coisas que eu faria diferente em relação aos meus anos como programador, 
profissionalmente. Quero ajudar as pessoas que estão iniciando na carreira, quero ajudar quem já tá 3 
anos e tá perdido, quero ajudar quem tá ha 10 anos trabalhando mas tbm ta perdido... 
@Integralist
Integralist / Upstream vs Downstream.md
Last active April 2, 2024 14:01
[Upstream vs Downstream] #upstream #downstream

Upstream

Upstream components are other parts of the system that your component depends on to do its job.

If the design of an upstream component changes, the ability of your component to function may be affected.

If an upstream component has a bug, this bug may be manifested in your component.

Downstream

@moklett
moklett / task1.exs
Last active May 7, 2024 09:59
Elixir Task - Crash Handling
# This demonstrates that, when using async/await, a crash in the task will crash the caller
defmodule Tasker do
def good(message) do
IO.puts message
end
def bad(message) do
IO.puts message
raise "I'm BAD!"
end
@olasd
olasd / stream_to_youtube.sh
Created March 28, 2014 19:58
Stream video to youtube via ffmpeg
#! /bin/bash
#
# Diffusion youtube avec ffmpeg
# Configurer youtube avec une résolution 720p. La vidéo n'est pas scalée.
VBR="2500k" # Bitrate de la vidéo en sortie
FPS="30" # FPS de la vidéo en sortie
QUAL="medium" # Preset de qualité FFMPEG
YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" # URL de base RTMP youtube
@alopes
alopes / stopwords.txt
Created April 10, 2013 20:32
Portuguese stop words
de
a
o
que
e
do
da
em
um
para
@chitchcock
chitchcock / 20111011_SteveYeggeGooglePlatformRant.md
Created October 12, 2011 15:53
Stevey's Google Platforms Rant

Stevey's Google Platforms Rant

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