Skip to content
View iamslown's full-sized avatar

Block or report iamslown

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 250 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
iamslown/README.md
export class Info {

  name: string = 'IAM SLOWN'
  age: number = 17
  nationality: string[] = ['Poland']
  languages: Record<string, string>[] = [{ 'English': 'A2' }, { 'Poland': 'native' }]
  occupation: string = 'Web Developer and Designer, Student'
  freetime: string[] = ['Gym', 'Reading', 'Hanging out with friends']

}

export class Programming {

  languages: string[] = ['TypeScript', 'JavaScript', 'PHP']
  stylesheets: string[] = ['CSS', 'SASS', 'SCSS', 'Stylus']
  frameworks: string[] = ['Vue', 'Svelte', 'React']
  runtimes: string[] = ['Deno', 'Node']
  databases: string[] = ['MySQL', 'RethinkDB', 'Mongo']
  learning: string[] = ['Rust', 'Go', 'Angular']
  projects: string[] = ['nest.land', 'verto.exchange', 'Agrigo.farm/Cubilog', 'BetterAntispam', 'BloomAlts', 'Evolution X']

}

Popular repositories Loading

  1. reth reth Public

    Forked from paradigmxyz/reth

    Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

    Rust

  2. iamslown iamslown Public

  3. spellbook spellbook Public

    Forked from duneanalytics/spellbook

    SQL views for Dune

    Python

  4. alloy alloy Public

    Forked from alloy-rs/alloy

    Transports, Middleware, and Networks for the Alloy project

    Rust

  5. wasmer wasmer Public

    Forked from wasmerio/wasmer

    🚀 Fast, secure, lightweight containers based on WebAssembly

    Rust

  6. solady solady Public

    Forked from Vectorized/solady

    Optimized Solidity snippets.

    Solidity