HELLO, WORLD!
public class Ana extends human {
-
public
Ana() {
-
String
fullName =
"Ana Boccanfuso";
String homeTown = "Columbia, SC";
String school = "University of South Carolina";
int graduation = December 2023;
Resume resume = new Resume("pdf");
String[] hobbiesAndInterests = new String[] {
-
"music obsessed",
"reading",
"avid 'the 1975' fan",
"cooking"
}
}
public static void contact() {
-
Email
email =
new
Email("ana.boccanfuso@gmail.com");
String[] links = new String[] {
}
}
EDUCATION
University of South Carolina Honors College
B.S.C.S. - Computer Science, Minor in Data Science
Graduated December 2023
Relevant Coursework
Computer Science
- Software Engineering (CSCE 247)
- Data Structures and Algorithms (CSCE 350)
- Advanced Programming Technologies (CSCE 240)
- Operating Systems (CSCE 311)
- Programming Language Structures (CSCE 330)
- Foundations of Computation (CSCE 355)
- UNIX/Linux Fundamentals (CSCE 215)
- Algorithmic Design (CSCE 145/146)
- Digital Logic Design (CSCE 211)
- Introduction to Computer Architecture (CSCE 212)
- Building Secure Software (CSCE 548)
- Database System Design (CSCE 520)
- Introduction to Computer Networks (CSCE 416)
- Computing in the Modern World (CSCE 190)
- Discrete Structures (MATH 374)
- Technical Writing (ENGL 462)
- Computer Architecture (CSCE 513)
Data Science
- Visualization Tools (CSCE 567)
- Applied Linear Algebra (MATH 344)
- Statistics for Engineers (STAT 509)
- Big Data Analytics (CSCE 587)
- Applied Multivariate Statistics (STAT 530)
PROJECTS
FlashDash
Developed a web application to allow users to create and study from sets of terms. Enables flashcard functionality and quiz yourself feature.
Repo
Python / JavaScript / HTML
Algorithms
Implementations of four different algorithms including quicksort, creating a heap using the bottom-up algorithm, Horspool’s algorithm, and Floyd’s algorithm.
Repo
C++
Spotify Data Analysis
A study of pop music history, a case study on pop artists, and an analysis on my personal music data using the Spotify API.
View projectRepo
R / Tableau / HTML
Design Patterns
Various design patterns: adapter, decorator, factory, iterator, singleton, state, and strategy. Provided with a driver and UML class diagram, I completed the code to make it usable and efficient.
Repo
Java
Internship Database
Developed a student application to search for internship listings and create a resume profile. Employers create profiles and post internship opportunities. Students apply with their resume to internships, as well as leave reviews for companies.
Repo
Java / Json
Client-Server
Implemented client-server communication using various methods: UNIX domain sockets, shared memory, and memory-mapped files. Finds a search string in a text file, and relays this information back to the client.
Repo
C++