Skip to content

SPDUK/SPDUK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 

Repository files navigation

Hi there πŸ‘‹

I like writing code and helping other people write code too.
If I'm not at work I'll probably be doing a side project or on discord helping others 😎
const bio = {
  Languages: ['JavaScript', 'Elixir', 'Ruby'],
  Frontend: ['React', 'GraphQL', 'Gatsby', 'Vue', 'SCSS', 'CSS'],
  Backend: ['Node.js', 'Ruby on Rails', 'Docker', 'Webpack'],
  Databases: ['MongoDB', 'PostgreSQL'],
  Others: ['Git', 'Linux'],
}

Object.entries(bio).reduce((acc, [key, value]) => {
  const output = new Intl.ListFormat().format(value)

  return `${acc} \n ${key}: ${output}`
}, '')


Steves's GitHub stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published