//Slowly parsing through Stackoverflow
const bio = {
Languages: ['JavaScript', 'Java', 'PowerShell', 'Bash'],
Frontend: ['React', 'HTML', 'SCSS', 'CSS'],
Backend: ['Ansible', 'Docker', 'K8S', 'Git', 'Linux', 'Vim', 'REST API', 'Node.js'],
Tools: ['VMware', 'vRo', 'vRa', 'vCD', 'vRops', 'NSX-T', 'vRLI', 'vSphere', 'Azure', 'AD', 'AWS', 'Grafana', 'InfluxDB', 'VSCode'],
Blockchain: ['Ethereum', 'Polkadot', 'Cosmos', 'Polygon', 'Arbitrum', 'Optimism', 'Filecoin', 'Akash', 'Graph', 'ENS', 'Unibright', 'Sentinel']
}
Object.entries(bio).reduce((acc, [key, value]) => {
const output = new Intl.ListFormat().format(value)
return `${acc} \n ${key}: ${output}`
}, '')
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.