Skip to content

JulianWe/JulianWe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

//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}`
}, '')


JulianWe's GitHub stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published