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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 11

  3. enhanced-exception enhanced-exception Public

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

    JavaScript 1

  4. english-one english-one Public

    Application for learning English built with React Native via Expo environment.

    TypeScript 1

  5. erange erange Public

    Erange (pronounced 'arrange') - flexible, lightweight and easy to use dependency injection for JS/TS.

    TypeScript