Skip to content
View BitInByte's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report BitInByte

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

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 = "bitinbyte@outlook.com";
    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

Pinned

  1. To-doProjectsManagement To-doProjectsManagement Public

    JavaScript

  2. GatsbyTypescriptPortfolio GatsbyTypescriptPortfolio Public

    TypeScript

  3. LabLubySolucoes LabLubySolucoes Public

  4. Angular-state-management Angular-state-management Public

  5. Flutter-state-management Flutter-state-management Public

  6. .dotfiles .dotfiles Public

    Just All of my dot files...

    Shell 8 2