Skip to content

patrickdappollonio/patrickdappollonio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Hello! πŸ‘‹ Welcome to my Github Profile

My name is Patrick D'appollonio, I'm a technical architect and a staff engineer for Netlify. I work mostly with Go and Kubernetes in my day-to-day, and as such, you'll see a few tools below I've built over time to solve personal itches. If you see them valuable or have any feedback, please do not hesitate and create an issue or message me on Twitter: @marlex

Noteworthy sites

  • patrickdap.com My personal website, with all my stories and technology notes (with some notes in Spanish)
  • www.headers.live Get the headers, WHOIS and Certificate information of any website.

Noteworthy projects πŸ§‘β€πŸ’»

  • kubectl-slice - have you ever seen a YAML with those triple-dash separators and hoped there would be a tool to split them into individual YAML files? kubectl-slice is a krew plugin (or a standalone app if you prefer) that can split multi-YAML files into individual files.
  • tabloid - whenever I'm working in things like a Kubernetes cluster I often run kubectl api-resources | grep Application and my brain hurts after seeing that grep kept the original spacing between resources. tabloid is very tiny utility that can re-render a table output and filter it as required.
  • http-server - a simple HTTP server with optional directory listing and markdown rendering support.
  • tgen - a standalone consul-template or mini helm tool to render Go templates... Without the complexity of either.
  • dotenv - with dotenv you can quickly run commands with environment variables set from files, like dotenv -e sample 'echo $HELLO' where sample is a sample.env file with HELLO=world in it.
  • wait-for - my own personal attempt at creating a typical init container application for Kubernetes that waits before running the main container until a service is available on a given endpoint.

About

README for Github profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published