Giter Site home page Giter Site logo

Hi there šŸ‘‹

  • šŸ”­ Iā€™m currently working on improving my current projects and preparing for interviews.
  • šŸŒ± Iā€™m currently learning Python and Machine Learning
  • āš™ļø Languages: Java, Kotlin, C, C#, Python
  • šŸ§° Tech: Git, Pip, NuGet, API + JSON

My Wall


šŸ“« How to contact me:

email LinkedIn Discord


šŸ’» IDEs used:
Visual Studio Visual Studio Code PyCharm IntelliJ IDEA Android Studio


>Joel's github stats

public class Joel{
  
  public String Name, University, Major, Scholarship;
  
  public Joel(){
    System.out.println("Constructor invoked and objects initialized.");
  }
  
  public Joel(String name, String university, String major, String scholarship){
    this.Name = name;
    this.University = university;
    this.Major = major;
    this.Scholarship = scholarship;
  }
  
  private static void sayHello(){
    System.out.println("Hello World!");
  }
  
  public static void main(String [] args){
    Joel P = new Joel("Joel", "University of Texas at Arlington", "Bachelor's in Computer Science", "Presidential Scholar");
    P.sayHello();
  }
}

Joel Pimenta's Projects

cse3310project icon cse3310project

Collaboration on Java Android App for CSE 3310. My part of the project was the NoSQL Firebase database with CRUD operations for managing users and the majority of the user interface.

hs-computer-science icon hs-computer-science

Assignments for Computer Science in High School in 2019 and 2020. Includes Java, HTML, CSS, and JS.

steam-wishlist-scraper icon steam-wishlist-scraper

This script can calculate the total cost of your wishlist using the grey market sites CDKeys and Eneba, and the official sites Fanatical, Green Man Gaming, and Steam.

weather icon weather

Simple unofficial Kotlin-based weather application for Android devices. Users will need a Visual Crossing API key to load data using the API calls in the program.

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.