Skip to content

Instantly share code, notes, and snippets.

View cloudgrimm's full-sized avatar

tinashechipomho cloudgrimm

View GitHub Profile
@cloudgrimm
cloudgrimm / README.md
Created May 10, 2021 12:07 — forked from dims/README.md
Kubernetes Resources
@cloudgrimm
cloudgrimm / twitter-unfollow.ipynb
Created August 12, 2020 11:21 — forked from svpino/twitter-unfollow.ipynb
twitter-unfollow.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cloudgrimm
cloudgrimm / .gitlab-ci.yml
Created June 20, 2018 12:24 — forked from superjose/.gitlab-ci.yml
This is an example of a .gitlab-ci.yml that is required for Continuous Integration on GitLab projects.
# Reference: https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/
# GitLab uses docker in the background, so we need to specify the
# image versions. This is useful because we're freely to use
# multiple node versions to work with it. They come from the docker
# repo.
# Uses NodeJS V 9.4.0
image: node:9.4.0
# And to cache them as well.