Skip to content

Instantly share code, notes, and snippets.

View rogaldh's full-sized avatar

Sergo rogaldh

View GitHub Profile
@rogaldh
rogaldh / software-engineer-cv.md
Last active March 2, 2022 13:19
Software engineer CV

Software engineer CV

Hello there.

My name is Sergey Prokhorov. I've been developing software for the Web and stuff since 2010.

TL;DR

  • DOB: 23.03.1987, sex: male,
{
"presets": ["flow"]
}
@rogaldh
rogaldh / flow-ignore.js
Created May 17, 2018 14:40 — forked from zerobias/flow-ignore.js
Make flow ignore all unrelated deps and work much faster
//@flow
const {
readdirSync,
outputFileSync,
pathExistsSync,
//$todo
readFileSync,
} = require('fs-extra')
@rogaldh
rogaldh / install.sh
Created May 30, 2018 20:16
install Docker.debian
# https://docs.docker.com/install/linux/docker-ce/debian/#set-up-the-repository
$ apt-get remove docker docker-engine docker.io
$ apt-get update -y
$ apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common
$ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
@rogaldh
rogaldh / example-subtree-usage.md
Created August 15, 2018 14:53 — forked from kvnsmth/example-subtree-usage.md
A real world usage for git subtrees.

Let's say you have an iOS project, and you want to use some external library, like AFNetworking. How do you integrate it?

With submodules

Add the project to your repo:

git submodule add [email protected]:AFNetworking/AFNetworking.git Vendor/AFNetworking

or something to that effect.

@rogaldh
rogaldh / cloudSettings
Last active January 28, 2020 09:40
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-01-28T09:40:33.245Z","extensionVersion":"v3.4.3"}