Skip to content
View oscarcornejo's full-sized avatar
:octocat:
Codeando
:octocat:
Codeando
Block or Report

Block or report oscarcornejo

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

Hi, I am Oscar Cornejo 👨‍💻

🚀 Welcome to my Github! I like to write in Javascript Code.

const oscar = {
    code: ["Javascript", "Typescript"],
    askMeAbout: ["Web dev", "Tech", "App dev", "Web design"],
    technologies: {
        mobileApp: ["React Native"],
        frontEnd: {
            js: ["ReactJs", "NextJs","Angular", "Vuejs", "NX"],
            css: ["Sass", "Material UI", "Ant Design", "Bootstrap", "Bulma", "Tailwind CSS", "Styled Components", "CSS ❤"]
        },
        backEnd: {
            js: ["NodeJs", "Express"],
        },
        devOps: ["AWS", "Nginx", "Heroku", "Netlify"],
        databases: ["MongoDb", "MySql"],
        misc: ["Firebase", "Socket.IO", "Git", "Github", "GitLab", "Bitbucket"]
    },
    architecture: ["Serverless Architecture", "Progressive web applications", "Single page applications", "SSR", "Clean Architecture"],
    currentFocus: "Honing my skills in backend",
    funFact: "Javascript saved my life",
    communities: {
      facebook: ["Front End Chile", "React Chile", "React Native Chile", "Backend Chile"]
    }
};

Pinned Loading

  1. render-if render-if Public

    RenderIf is a function that receives a validation as a parameter, and if that validation is true, the content passed as children will be displayed. Try it!

    TypeScript 6