Skip to content

BitInByte/bitinbyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hi 👋, my name is João Pedro

About me

package com.jopecodes.aboutMe;

public class Bio {
  private String intro;
  private String webpage;
  private String workingOn;
  private String learning;
  private String lookingToCollaborateOn;
  private String hobbies;
  private String reachMe;
  private String favoriteEditor;
  private String[] favoriteLanguages;
  
  public Bio() {
    intro = "I am a software developer student and a self-taught full-stack web developer and mobile developer with a big passion on learning new stuff!";
    webpage = "jopecodes.web";
    workingOn = "Currently on last yer of software development graduation";
    learning = "Mostly web full-stack and mobile technologies";
    lookingToCollaborateOn = "Open-source projects, Neovim, who knows :D";
    hobbies = "Spend an incredible amount of time of learning new stuff and messing up with my neovim config";
    reachMe = "[email protected]";
    favoriteEditor = "Neovim";
    favoriteLanguages = {
      "dart",
      "java",
      "lua"
    };
  }
  
}

Connect with me:

image image image image

Languages:

python html5 css js ts sass java java java

Frameworks:

vuejs angular angular tailwind spring flutter postgres mongo

Stats

BitInByte :: Visitor's Count


BitInByte

Last Edited on: 09/11/2021

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published