Skip to content
View jffc-dev's full-sized avatar

Highlights

  • Pro

Organizations

@LanGamesDev

Block or report jffc-dev

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

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 

Popular repositories Loading

  1. Javascript-Node-urlHandle Javascript-Node-urlHandle Public

    URL handling app backend, built on Node library (Javascript)

    JavaScript 1

  2. PHP-Laravel-Recipes PHP-Laravel-Recipes Public

    Web page developed in PHP (using Laravel framework), JS, Vue JS, HTML, SASS and CSS

    PHP

  3. Javascript-ShoppingCart Javascript-ShoppingCart Public

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

    HTML

  4. Javascript-React-CounterApp Javascript-React-CounterApp Public

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

    JavaScript

  5. Javascript-React-GifApp Javascript-React-GifApp Public

    Simple app developed with Javascript languaje and React library, using hooks.

    JavaScript

  6. Javascript-Node-Tablas Javascript-Node-Tablas Public

    Console app developed in Javascript languaje and Node.js.

    JavaScript