@dataclass
class WhoAmI:
name: str = "Kevin"
location: str = "Stockholm, Sweden"
description: str = "I am a Sec, Dev, NetOps Engineer"
powers: List[str] = ["Python", "Golang", "Typescript", "Vue3", "Nuxt"]
preferred_dbs: List[str] = ["Postgresql", "MongoDB"]
preferred_cloud: List[str] = ["Cloudflare", "AWS"]
preffered_iStack: List[str] = ["Kubernetes", "Gitlab", "ArgoCD"]
Pinned Loading
-
-
pyprojectviz
pyprojectviz Public archiveSuper simple and easy to use tool to visualize class & method structure of a Python project
Python 5
-
Gitlab-Scanner
Gitlab-Scanner PublicA Python based gitleaks wrapped tool to enable scanning of multiple Gitlab repositories in parallel.
Python 4
-
evdev-trigger
evdev-trigger Public archiveTriggers "Actions" on input from evdev- devices. Select which devices to listen to and which actions to trigger based on the input.
Python 2
-
nuxt3-shadcn-tailwind-full-example
nuxt3-shadcn-tailwind-full-example PublicThis is a full example of Shadcn-vue + Nuxt 3 + Pinia + Tailwind. Didn't find a good example so I made one :)
Vue 3
If the problem persists, check the GitHub status page or contact support.