Skip to content
View arklanq's full-sized avatar
💻
Studying & working
💻
Studying & working

Highlights

  • Pro
Block or Report

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

  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

  5. erange erange Public

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

    TypeScript

  6. notes notes Public

    Yet another note taking app

    TypeScript