Skip to content
View sqveeze's full-sized avatar
🦈
🦈

Organizations

@dogpaw-io
Block or Report

Block or report sqveeze

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

Hello dev 👋

My name is Mark, I’m an application developer from Debrecen, Hungary. I have over 10 year of experience in development.

🚀 Current active stack

  • Typescript, NestJS, NextJS, React Native, AdonisJS, PostgreSQL

💻 Languages used on daily basis

  • Typescript

⏸ Inactive languages

  • Rust, Javascript, Java, Kotlin, GO, Python, Swift, PHP

💡 Known technologies

  • Backend (active):
    • NestJS, AdonisJS
  • Backend (inactive):
    • Django, Spring Boot, Gin, Laravel, Strapi, Medusa
  • Frontend (active):
    • React, React Native, NextJS, MantineUI
  • Frontend (inactive):
    • Create React App (CRA), ChakraUI

📦 My projects

Kutyával - Directory listing website where you can search, find, filter, sort places and events where you can bring your dog with you. Also there will be claiming, payments, and review features.

Dogpaw(Under development) - Community website for dog owners and their dogs. Sharing photos / videos, play games, earn achievements, level up your profile.


Márk's GitHub stats

Pinned

  1. ES2K16 ES2K16
    1
    // 1) What will be printed in the console? Answer is in line 100
    2
    
                  
    3
    var	arr = [];
    4
    
                  
    5
    for	(var i = 1; i <= 5; i++)	{
  2. Sum all number from 0 to X Sum all number from 0 to X
    1
    // Sum all number from 1 to X using NO loops.
    2
    // For example i want to sum all number from 0 to 100 with just one function call. (No loops inside function too!!)
    3
    // Answer is in line 100
    4
    
                  
    5
    sum(100);
  3. How many times? How many times?
    1
    // How many times is the reducer function invoked?
    2
    // Answer is in line 100
    3
    
                  
    4
    const arr = [1, 2, 3];
    5
    
                  
  4. railwayapp/docs railwayapp/docs Public

    Railway documentation

    TypeScript 166 268

  5. vercel/next.js vercel/next.js Public

    The React Framework

    JavaScript 122k 26k

  6. mantinedev/mantine mantinedev/mantine Public

    A fully featured React components library

    TypeScript 24.8k 1.8k