Skip to content

Instantly share code, notes, and snippets.

View thiagorider's full-sized avatar
💡
We are what we repeatedly do. Excellence, then, is not an act but a habit.

Thiago Rider Augusto thiagorider

💡
We are what we repeatedly do. Excellence, then, is not an act but a habit.
View GitHub Profile
#!/bin/bash
# EKS Addons Compatibility Script
if [ -z "$1" ]; then
echo "Usage: $0 <kubernetes_version>"
exit 1
fi
k8s_version=$1
@thiagorider
thiagorider / output.js
Created September 21, 2022 22:21 — forked from derhuerst/output.js
how fetch a GitHub user's stars
[
{
owner: 'bcoe',
repo: 'top-npm-users',
description: ':star: Generate a list of top npm users by based on monthly downloads.',
language: 'JavaScript',
isFork: false,
stargazers: 27,
watchers: 27
}