Skip to content
View Zwerruga's full-sized avatar
📬
Working from home
📬
Working from home

Block or report Zwerruga

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Zwerruga/README.md

ʕ•́ᴥ•̀ʔっ🅆🄴🄻🄲🄾🄼🄴 🅃🄾 🄼🅈 🄶🄸🅃🄷🅄🄱

class WebDeveloper {
  constructor() {
    this.frontend = {
      Javascript: [
        "Vanilla js Framework",
        "TypeScript",
        ["React", "Next.js"],
        ["Redux", "MobX", "Effector", "Zusthand", "RxJS"],
        ["D3.js", "Chart.js", "Recharts"],
        "Jest",
        ["Webpack", "esbuild"],
        "GraphQL",
        ["Material-UI", "Ant Design", "Next-UI", "Chakra-UI"],
        "Solid.js",
        ["Vue.js", "Nuxt.js", "Quasar"],
        ["Vuex", "Pinia"]
        ["WebSocket", "Socket.io Client"],
        "WebRTC",
      ],
      CSS: [
        "Bootstrap",
        "Tailwindcss",
        ["Sass", "LESS", "Stylus", "PostCSS"],
        ["Flexbox", "Grid", "Animations"],
        ["CSS-in-Js", "styled-components"],
      ],
    };
    this.backend = {
      "Node.js": [
        ["Express", "Fastify", "Koa.js", "Nest.js"],
        ["Socket.io", "WebSocket"],
        "Passport",
        ["Mongoose", "Prisma", "TypeORM"],
      ],
      Python: ["Django", "FastAPI"],
      Golang: ["gRPC", "sqlboiler"],
      Database: ["SQL", "MongoDB", "Redis"],
      Documentation: ["Swagger", "Protocol Buffers"],
    };
    this.operations = ["Docker"];
    this.dreams = [
      "WebGL",
      ["Three.js", "Babylon.js"],
      "WebAssembly",
      "single-spa",
      "Bun"
    ];
  }

  static sayHi() {
    alert("Thanks for dropping by, hope you find some of my work interesting.");
  }
}

WebDeveloper.sayHi();

🤖 Social

CODEPEN

sololearn

freeCodeCamp

Codewars

⚙️ Technologies & Tools

JavascriptTypescriptReactReact_RouterNext.jsVueVue-routerNuxt.jsQuasarMobXReduxEffectorZusthandRxJSVuexPiniaRechartsChart.jsD3.jsESLintJestTesting-LibraryWebpackesbuildGraphQLMaterial UIAnt-DesignCSS3SASSLessStylusBootstrapTailwindcssstyled-componentsPost CSSHTML5Markdown
NodeJSExpress.jsFastifyNest.jsKoa.jsSocket.ioWebRTCPassport.jsPM2MongoDBMongooseTypeORMPrismaNPMSwagger PythonDjangoFastAPISQLitePostgreSQLGolangProtobuf
GitGitHubVisual Studio CodeCodePenFreeCodeCampFirebaseHerokuDockerLinuxUbuntu

🏆 GitHub Profile Trophy

Github profile trophy

Pinned Loading

  1. Ticket-selection-page Ticket-selection-page Public

    Ticket selection page. On this page you can apply filters and sort the selection.

    JavaScript

  2. Currency-Converter Currency-Converter Public

    Currency Converter uses the open API of the exchange rates of the Central Bank of the Russian Federation.

    JavaScript 1

  3. Social-media-app Social-media-app Public

    Application for communication and exchange of thoughts. You can post, read, comment and like, shares. Write messages. Audio and Video Calls.

    JavaScript 9 4

  4. Link-shortener Link-shortener Public

    Application for shortening links to one page. Simple interface without all the unnecessary stuff.

    JavaScript 1

  5. Wikipedia-viewer Wikipedia-viewer Public

    Application using Wikipedia api for search preview.

    JavaScript