Skip to content
View arklanq's full-sized avatar
๐Ÿ’ป
Studying & working
๐Ÿ’ป
Studying & working

Block or report arklanq

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
arklanq/README.md

Hello there, fellow <๐šŒ๐š˜๐š๐šŽ๐š›๐šœ/>! ย 

Contact

Static Badge Static Badge

Who am I?

class Arek extends Developer {

  get fullName(): string {
    return 'Arkadiusz Nurzyล„ski';
  }
  
  get callMe(): string {
    return 'Arek';
  }

  get role(): string {
    return 'Fullstack developer';
  }

  get about(): string[] {
    return [
      '๐Ÿ“ฑ Technology enthusiast',
      '๐Ÿ”จ JetBrains IDE user',
      '๐Ÿฅฐ macOS lover',
      '๐ŸŽฎ Gamer',
      '๐Ÿƒ Memes creator',
    ];
  }

}

new Arek().submitJobOffer(/* What are you waiting for? */)

Programming languages & technologies I use

Front-end

HTML CSS SCSS JavaScript
TypeScript React Next.js Emotion (styled components)
React Native Expo

Back-end

JavaScript TypeScript Node.js Express.js Nest.js Prisma.js Strapi.js Keystone.js Storybook.js
Java Google Guava
PHP Laravel

Tools

Jest ESLint Prettier Webpack Rollup Gradle

Databases

MySQL PostgreSQL SQLite Redis MongoDB

... and more!



๐Ÿ“Œ See my pinned, hobby projects I have made below

Pinned Loading

  1. PVPControl PVPControl Public

    PVPControl - Keep control over PVP on your server!

    Java 1 4

  2. next-recompose-plugins next-recompose-plugins Public

    TypeScript 9

  3. enhanced-exception enhanced-exception Public

    Special "Exception" class to significantly improve your stack traces.

    JavaScript 1

  4. take-n-pipe take-n-pipe Public

    Simple utility methods to fluently chain code execution flow.

    TypeScript 1

  5. notes notes Public

    Yet another note taking app

    TypeScript