Skip to content
View JdeJ's full-sized avatar
🏠
Coding something remotely
🏠
Coding something remotely
Block or Report

Block or report JdeJ

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

πŸ–– Hi, I'm Jorge de Juana! πŸ‘‹

Welcome Mario message!



πŸŽ‰ Congratulations πŸŽ‰

Now that you have reached my Github profile, I hope you find something useful.
Feel free to clone/fork projects, and please raise issues and submit PRs to help me be better developer.

πŸ‘©β€πŸ’» Happy Coding! πŸ‘¨β€πŸ’»


Linkedin: jorgedejuana GitHub followers



TL;DR About me

export class JdeJ {
  name: string = 'Jorge de Juana';
  code: string[] = ['JavaScript', 'TypeScript', 'Java', 'html', 'css'];
  technologies: Record<string , Record<string , string[]>> = {
    frontEnd: {
      js: ['React'],
      css: ['bootstrap', 'sass', 'scss', 'styled-components', 'css-modules']
    },
    backEnd: {
        js: ['node', 'express']
    },
    databases: ['MongoDB'],
    misc: ['firebase', 'heroku', 'vercel', 'netlify']
  };
  projects: Record<string, string>[] = [
    {`Anjana's Fury`, 'Vanilla Javascript'},
    {'Ekilikua', 'Node, Express, MongoDB'},
    {'UOP - Unpopular Opinion', 'React, Node, Express, MongoDB'},
    {'WebStorageManager', 'Typescript'},
    {'useSocket React Hook', 'React, Typescript'}
  ];
  occupation: string|undefined = 'Frontend Developer';
}

Pinned

  1. WebStorageManager WebStorageManager Public

    A vanilla tiny library for handling WebStorage

    TypeScript

  2. UOP UOP Public

    Social Network with Maching and Geolocation

  3. Ekilikua Ekilikua Public

    Collaborative App made with NodeJS, Express, MongoDB, SocketIO, Mapbox.

    EJS 4

  4. AnjanasFury AnjanasFury Public

    A beat β€˜em up game (based on Final Fight a 1989 arcade game) made with JavaScript, Canvas and DOM manipulation.

    JavaScript