Skip to content

Instantly share code, notes, and snippets.

View swistaczek's full-sized avatar

Ernest Bursa swistaczek

View GitHub Profile
@swistaczek
swistaczek / BackendCodingChallenge_README.md
Created June 20, 2023 10:07 — forked from wbaumann/BackendCodingChallenge_README.md
A challenge for designing a backend app

Backend Coding Challenge

Hi 👋! Thank you for taking the time to participate in this coding challenge to develop a backend service. The following task is going to show us your skills, experience and coding style. Please remember that you can use as many tools as you feel comfortable with.

What to expect?

We expect that it will take 3-8 hours to complete this exercise. While you're welcome to take as much extra time as you'd like to clean up or improve the codebase, it's not required. If there's something that you would have done in a "real" production environment, feel free to add details to your README, so we can better understand what next steps that you'd take.

Challenge

@swistaczek
swistaczek / Mac OSX Setup - Brew
Created January 4, 2019 13:26 — forked from jbelke/Mac OSX Setup - Brew
Mac OSX Setup - Brew and Cask
# Get Sudo.
if [ $EUID != 0 ]; then
sudo "$0" "$@"
exit $?
fi
# Install Xcode first - https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12
# Install Xcode command line tools.
xcode-select --install