Skip to content

Instantly share code, notes, and snippets.

View scorphus's full-sized avatar
Brewing at 🏡 office

Pablo Aguiar scorphus

Brewing at 🏡 office
View GitHub Profile
@scorphus
scorphus / gh-dl-release
Created July 24, 2018 16:14 — forked from maxim/gh-dl-release
Download assets from private Github releases
#!/usr/bin/env bash
#
# gh-dl-release! It works!
#
# This script downloads an asset from latest or specific Github release of a
# private repo. Feel free to extract more of the variables into command line
# parameters.
#
# PREREQUISITES
#
@scorphus
scorphus / JobInterviewQuestionsYouShouldAsk.md
Last active February 16, 2018 16:06 — forked from hdznrrd/jobinterviewquestions.txt
Job Interview Questions You Should Ask

These are some questions you really should ask in a job interview.

Software development

  • Which platforms (Linux, Windows, Mac, Embedded) will I develop for?

  • What programming languages are you using for which kind of projects / applications?

  • What Development Environment are you using?

  • Are you using any coding style guidelines? If yes, can I take a look at the document?

  • Are you actively supporting / allowing time for keeping your code base maintainable and up to date?

@scorphus
scorphus / job-hunting.md
Created February 13, 2018 16:39 — forked from yangshun/job-hunting.md
Some resources for the job hunting season

Tech Job Hunting

Mock Interview Sites

Would advise you all to practice just for fun. I know a lot of students don't get much practice for interviews.

  • interviewing.io - Allows you to have mock interviews with engineers from the bay area (so they say, but I am an interviewer on the platform too). I personally like this platform a lot and used it both as an interviewee and an interviewer.
  • Pramp - Peer-to-peer mock interviews. You get matched with another person, get assigned questions and take turns to be interviewer/interviewee. I personally dislike this platform a lot because I had a horrible experience being matched with some guy who didn't know shit about regular expressions, gave me a wrong test case, and led me down the wrong path of solving the question.
@scorphus
scorphus / gist:c03f1912d75c0f501899
Last active September 16, 2015 21:29 — forked from Bouke/gist:11261620
Brew multiple versions of Python

The brew versions command has been removed. The instructions are no longer valid.

Prerequisites

Make sure you don't have any Python 3.x installed:

$ brew uninstall python3

Then cd into your brew directory, this is /usr/local normally: