Code Monkey home page Code Monkey logo

Hi there! I'm Javier Fernando!

class SoftwareEngineer {
    name: string;
    gender: string;
    role: string;
    languages: string[];
    country: string;
    code: string[];

    constructor() {
        this.name = "Javier Flores Cardenas";
        this.gender = "male";
        this.role = "Software Engineer";
        this.languages = ["es_PE", "en_US"];
        this.country = "Peru";
        this.code = ["Javascript", "Typescript", "Python", "C#", "Java"]
    }

    sayHi(): void {
        console.log("Appreciate you stopping by! I trust you'll discover some of my work interesting. ");
    }
}

const me = new SoftwareEngineer();
me.sayHi();

🔥  About Me :

I am a Full Stack Developer from Peru. 🇵🇪

  • 💻 I’m working as a Software Engineer and contributing to backend, frontend and data bases for building web applications.
  • 📫 How to reach me:   Linkedin Badge
  • 🌱 Exploring Technical Content Writing.

🛠  Tools and Languages:

C#  Angular  SQL Server  Next  React  Spring    Redux   HTML  Material UI  CSS  JavaScript  NodeJS  Postman  AWS  Tailwind 

Javier Fernando Flores Cárdenas's Projects

javascript-react-counterapp icon javascript-react-counterapp

Basic Counter Application developed in Javascript language and using React library, managing the application's state.

javascript-shoppingcart icon javascript-shoppingcart

Small web page developed in HTML, JS and CSS, shopping cart implemented using Local Storage and DOM manipulation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.