Skip to content
View Nihtster's full-sized avatar

Highlights

  • Pro

Block or report Nihtster

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

Hi, I'm Nihtster

Software Engineer @ Arizona State University
Bookseller @ Barnes & Noble

Socials

More About Me...

import userInfo

public class README {
  public static void main (String[] args) {
    README instance = new README();
    instance.displayInfo();
    instance.displayEdu();
    instance.displayExp();
    instance.displayProjects();
  }
  
  public void displayInfo(){
    String name = "Christian Ilog";
    String onlineName = "Nihtster";
    String pronouns = "He | Him";
    String ethnicity = "Filipino";
    String[] languages = {"English", "Tagalog", "Japanese"); // In order of Fluency
  }
       
  public void displayExp(){
    String ide = "VSCode"; 
    String code[] = {"Java", "Python","C/C++", "HTML", "CSS", "Bootstrap"}; // In order of experience
    String gui[] = {"JavaFX", "Swing", "Tkinker"); 
    String concepts[] = {"Data algorithms", "Object-Oriented Design", "GUI fundementals", "Software Development Principles"}; 
  }
  
  public void displayProjects(){
    Checkers gameDemo = new Checkers(); // Game of checkers using a CLI and GUI along with a comuter opponent
    PriceAtlas pa = new priceAtlas(); // MySQL game item price tracker 
    PythonExperience demos = new PythonExperience(); // School-influenced personal mini projects
    //Website mySite = new Website(); // Incomplete website portfolio
  } 
}

Pinned Loading

  1. PriceAtlas PriceAtlas Public

    Local price tracking CLI app for game items.

    Java

  2. Nathmon565/BattleshipAI Nathmon565/BattleshipAI Public

    Python

  3. Digital_Front Digital_Front Public

    The home repo of my visual resume

    HTML