Skip to content
View mkyy's full-sized avatar

Block or report mkyy

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

hello world 👋

I'm Maiky, a Software Developer

- Challenging myself to code everyday in 2022!

- Access my website: Click Here !

More about me
const maiky = {
    personal: {
        fullName: 'Maiky Roger',
        birthDate: '2000-01-01',
        pronouns: 'he' | 'him',
        interests: ['music', 'language learning', 'movies', 'linux'],
        motivation: [
            'Build cool stuff for web',
            'Help improving diversity and inclusion',
            'Making life easier and smarter through technology',
        ],
    },
    technical: {
        technologies: {
            frontEnd: {
                Javascript: ['Vanilla JS', 'ReactJs', 'NextJs', 'Typescript'],
                HTML: ['HTML5', 'Semantic HTML', 'DOM'],
                CSS: ['sass', 'styled-components', 'Bootstrap', 'Material-UI'],
            },
            backEnd: {
                Typescript: ['Node.js', 'Express', 'NestJs','Socket.io'],
                Server: ['PostgreSQL', 'NGINX', 'apache2', 'AWS']
            },
            mobile: {
                Typescript: ['React Native']
            },
            architecture: ['SPA','SSR', 'SSG', 'Singleton', 'Mobile First', 'REST', 'OOP'],
        },
    }
}

Gmail Linkedin: maikyroger GitHub: mkyy

Pinned Loading

  1. chat-websockets chat-websockets Public

    Web chat with a variety of rooms, bidirectional and event-based communication, made via Websockets Protocol.

    TypeScript

  2. mui-search-bar mui-search-bar Public

    SearchBar component designed with Material-UI v5

    JavaScript 5 2

  3. Moovy Moovy Public

    Moovy is a mobile and web app where a movie enthusiast can search for his favorite movies and record audio reviews.

    TypeScript

  4. freegames-db freegames-db Public

    Free Games DataBase, plataform for free-to-play games including pc and browser.

    JavaScript

  5. pokenext pokenext Public

    Project created with Next.js and Styled Components, shows pokemons and details about them.

    JavaScript