class SoftwareEngineer:
def __init__(self):
self.name = "Spencer Jones"
self.pronouns = "He/Him"
self.role = "Remote Application Support Analyst"
self.current_focus = "Completing my master's degree in Computer Science"
self.email_address = "SpencerVJones@Outlook.com"
self.language_spoken = "en_US"
self.hobbies = ["Guitar", "Traveling", "3D Printing", "Gaming", "Reading"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Highlights
- Pro
Pinned Loading
-
UnsentText
UnsentText PublicA lightweight web app for writing βunsentβ messages β thoughts you want to get out without actually sending. Built with vanilla HTML, CSS, and JavaScript, bundled using npm + Webpack for a fast, deβ¦
JavaScript
-
FloridaMan
FloridaMan PubliciOS application that fetches data from the subreddit r/FloridaMan and displays it in a user-friendly interface. It retrieves JSON data from the subreddit's API and parses it to extract information β¦
Swift
-
PredictExamScores
PredictExamScores PublicA machine learning project that predicts student exam scores based on various academic and behavioral factors.
Jupyter Notebook
-
Automated-Data-Entry
Automated-Data-Entry PublicThis application is designed to allow users to enter personal and educational information into a graphical user interface (GUI) and save it to an Excel file.
Python
-
Encryption-and-Decryption
Encryption-and-Decryption PublicJava project with a modern Swing desktop app and a deploy-ready web API for encryption/decryption with multiple algorithms.
Java
-
Portfolio_Website
Portfolio_Website PublicResponsive portfolio website built with modern web technologies to highlight my full-stack projects, machine learning work, and development experience.
CSS
If the problem persists, check the GitHub status page or contact support.