Senior Software Engineer/Software Team lead, specialising in big data.
⛷️
I am a father, scout leader, rock climber, skier and a software consultant. I am passionate about big data and automation.
Pinned Loading
-
cd into a project folder and set the...
cd into a project folder and set the node version 1// put this snippet in .bashrc or .zshrc
2// change workspace to wherever you put your projects
3// if you have project called helloWorld - simply type helloWorld in the console
45for f in `ls $HOME/workspace`
-
add pull requests to a project (bash)
add pull requests to a project (bash) 1for f in $(gh pr list | awk '{print $1}')
2do
3gh pr edit $f --add-project "my project"
4done
-
Lock a 3rd party lib across multiple...
Lock a 3rd party lib across multiple repos 1#! /bin/bash
2# Assumptions: jq, and github cli are installed. One version of node/npm used across all repos
34set -ex
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.