Hello! thank you for taking the time to look at my portfolio. I’m Samuel Adly, a hardworking and dedicated Queens College student majoring in Computer Science. Here, you'll find a collection of my projects, experiences, and the knowledge I've gained throughout my academic journey.
Whether you’re a fellow student, a potential employer, or just curious about what I do, I invite you to explore my work and see how I’m contributing to the field of technology. My portfolio showcases a variety of projects ranging from software development and web design (like this one) to data analysis and algorithms. Each project reflects my commitment to learning and applying those lessons to solve real-world problems. Thank you for visiting, and I hope you enjoy your stay!
The Homework Planner Project is a Java-based program with a graphical user interface designed to manage homework tasks, due dates, and completion status. It features real-time tracking of due dates, sorting algorithms for task prioritization, and data persistence to save user progress for seamless continuation
Game of 7 Probability Winner
The 7 Winner Probability game employs dynamic programming, similar to Pascal's triangle, to calculate the probability of a selected team winning based on their individual game win probability. This approach ensures accurate and efficient computation of the team's overall winning chances.
Engaged in a fellowship offering intensive hands-on experience designed to improve my Software Engineering skills. Over seven weeks, I built and deployed various AI projects, connected with fellow Software Engineers, conducted interview prep, and engaged in hackathons.
CUNY Queens College Computer Science Degree
8/28/21 - Present
Upcoming Senior in CUNY Queens College studying Computer Science. I have completed various CS and Math courses like Data Structures, Statistics & Probability, Design & Analysis Algorithms and much more.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';