const profile = {
name: "Douglas Hunley",
bio: "Linux Sys Admin, Gentoo user, PostgreSQL advocate, Ansible acolyte, Android fanboi, OSS supporter, PlayStation gamer.",
currentWork: "Making the Supabase PostgreSQL offering enterprise-ready.",
interests: "Working on my car, watching movies, reading books, jamming to music.",
skills: [
"Ansible",
"Bash",
"CyberSecurity",
"DNS",
"Git",
"GitHub Actions",
"Go",
"High Availability",
"HTML5",
"JavaScript",
"Linux",
"NTP",
"PostgreSQL",
"Python",
"Ruby",
"SQL",
"TypeScript",
"Vagrant"
],
}
Making the Supabase PostgreSQL offering enterprise-ready.
Working on my car, watching movies, reading books, jamming to music.
const socials = {
mastodon: "https://fosstodon.org/@hunleyd",
github: "https://github.com/hunleyd",
linkedin: "https://www.linkedin.com/in/dhunley",
website: "https://hunleyd.github.io",
instagram: "https://instagram.com/fstlzrd",
rss: "https://hunleyd.github.io/index.xml"
}
const contact = {
email: "[email protected]",
}
const contributions = [
{
project: "community.postgresql",
link: "https://github.com/ansible-collections/community.postgresql/",
description: "The Ansible community's PostgreSQL module"
}
];
Project | Description |
---|---|
community.postgresql | The Ansible community's PostgreSQL module |
// Thanks for visiting my profile!
console.log("Let's connect and collaborate on exciting projects!");
process.exit(0); // Until next time π