Skip to content
View SPDUK's full-sized avatar
๐Ÿค 
๐Ÿค 
Block or Report

Block or report SPDUK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
SPDUK/README.md

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

Pinned

  1. youtube-subscription-dl youtube-subscription-dl Public

    Automatically downloads youtube subscriptions

    JavaScript 103 12

  2. portfolio portfolio Public

    My markdown oriented portfolio + blog, created with Gatsby

    TypeScript 5

  3. MyRoadmap MyRoadmap Public

    A list of things I'm learning/planning to learn, with links and stuff.

    8 6

  4. poe-wishlist poe-wishlist Public

    A dead project originally on gitlab. Made public on github to share the code. (site hosted on heroku free tier - loads slow & needs refresh if it errors, it does work though!))

    JavaScript 1

  5. screen-recorder-script screen-recorder-script Public

    linux screen recording script using slop + ffmpeg + libnotify

    Shell 12

  6. dotfiles dotfiles Public

    My dotfiles & Settings for VSCode, some scripts and stuff

    Shell