-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
154 lines (146 loc) · 9.43 KB
/
experience.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Noor Mostafa">
<meta name="keywords" content="Carnegie Mellon University, Information Systems">
<meta name="description" content="Noor Mostafa's professional website">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<title>Website of Noor Mostafa</title>
</head>
<body>
<div id="top_row">
<header>
<h1>Noor Mostafa</h1>
<h3>Carnegie Mellon University 2025 </h3>
<h3>BSc Information Systems, Computer Science Minor, Statistics Minor</h3>
</header>
<nav>
<a href="index.html">About Me</a>
<a href="experience.html">Experience</a>
</nav>
</div>
<hr/>
<div id="content">
<h3><strong>Experience</strong></h3>
<div id = "experience">
<h4>Internships</h4>
<div class = "resume-line">
<p><strong>Amicus Therapeutics</strong></p>
<p>Techincal Operations and Business Planning Intern</p>
<p>June 2023 - Present</p>
<ul>
<li>Designed pipeline for contract, purchase order, and invoice data reporting</li>
<li>Created web form for data input, designed and developed relational database for storage, and interactable reporting dashboard</li>
</ul>
</div>
<div class = "resume-line">
<p><strong>AdSkate</strong></p>
<p>Software Developement Intern</p>
<p>May 2022 - August 2022</p>
<ul>
<li>Developed application to streamline data collection and quality assurance process</li>
<li>Wrote APIs in Python using Selenium webdriver and Beautiful Soup packages to scrape Google Ads and Youtube</li>
<li>Allowed users to quickly collect large amounts website and YouTube channel data related to inputted key words or phrases with the ability to upload QA'd data to the production database</li>
<li>Efficiency improvements led to Founders being better prepared for sales calls and more data to train their core ML model</li>
<li>Built core competencies in Search Engine Optimization, such as link building, marketing content generation, website design</li>
</ul>
</div>
<h4>Projects</h4>
<div class = "resume-line">
<p><strong>Malloc</strong></p>
<p>March 2023</p>
<ul>
<li>Built fully functional dynamic memory allocator in C and gained robust understanding of computer memory</li>
<li>Implemented C's malloc, calloc, realloc, and free functions by reperesenting the heap as linked lists of memory blocks</li>
<li>Iteritevely designed and implemented explicit free lists, segregated free lists, removal of allocated block footers, and decrease of minimum block size to</li>
<li>Reduced fragmentation by storing data in least significant bits of block headers</li>
<li>Achieved 74% memory utilization and 7373 KOPS </li>
</ul>
</div>
<div class = "resume-line">
<p><strong>Emplpyee Management Application</strong></p>
<p>January - May 2023</p>
<ul>
<li>Developed using MVC framework with Ruby on Rails and achieved 100% model and controller test coverage</li>
<li>Features include CRUD operations on shift, store, job, and pay grade assignments, user authentication and employee/manager/admin authorization, payroll calculator, database migrations, and functional front end </li>
</ul>
</div>
<div class = "resume-line">
<p><strong>Ebay Database</strong></p>
<p>November 2022</p>
<ul>
<li>Designed mock relational database for eBay from conceptual model, normalization, to physical model</li>
<li>Developed Postgres database following physical model and wrote SQL queries involving functions and triggers to fulfill user stories by obtaining information about buyers, sellers, items, and types of listings </li>
</ul>
</div>
<div class = "resume-line">
<p><strong>Word Game</strong></p>
<p>November - December 2021</p>
<a href = "https://youtu.be/jTodAQ4lrd0" target = "_blank">Demo Video</a>
<ul>
<li>Applied Python skills to produce an algorithmically complex crossword puzzle game</li>
<li>Implemented optimized random letter and word generation based on large corpus</li>
<li>Large recursive backtracking function for random puzzle layout</li>
</ul>
</div>
<h4>Research</h4>
<div class = "resume-line">
<p><strong>Carnegie Mellon Robotics Institute</strong></p>
<p>Research Assistant</p>
<p>February 2022 - August 2022</p>
<ul>
<li>Geocoded thousands of addresses as part of project to optimize Allegheny County school bus route</li>
<li>Developed in Python using mapping APIs</li>
<li>Addresses fed into optimization algorithm taking into account student and school addresses, distance to bus stops, required arrival times, and more</li>
</ul>
</div>
<h4>Involvement</h4>
<div class = "resume-line">
<p><strong>Students Using Data for Social Good</strong></p>
<p>Director</p>
<p>October 2021 - Present</p>
<ul>
<li>Grew organization to 30 active undergraduate and graduate students, recruited partner organizations in the Pittsburgh area, managed organization finances, and scoped data science projects solving partners’ real problems</li>
<li>Planned and presented at consistent general body meetings to showcase project updates and setbacks, host guest speakers in the data science industry, and data science hackathons focused on positive social impact</li>
<li>Gained real world experience working and communicating with technical and non-technical teams</li>
<li>Learned the value of asking the right questions and iterative development for feedback</li>
</ul>
</div>
<div class = "resume-line">
<p><strong>Carnegie Autonomous Racing</strong></p>
<h6>Perceptions Team Member</h6>
<p>October 2021 - November 2022</p>
<ul>
<li>Gained working knowledge of deep learning and its implementation by training real-time object detection algorithm on cones dataset for racetrack detection and depth awareness</li>
<li>Validated results with Python by assessing intersection-over-union of bounding box labels and predictions</li>
</ul>
</div>
<h4>Relavent Coursework</h4>
<div class = "resume-line">
<ul>
<li>Introduction to Computer Systems</li>
<li>Data Structures and Algorithms</li>
<li>Database Design and Development</li>
<li>Application Design and Development</li>
<li>Probability and Statistical Inference I, II</li>
<li>Introduction to Discrete Mathematics</li>
<li>Designing Human-AI Futures</li>
</ul>
</div>
</div>
</div>
<div id="sidebar">
<h3><strong>Contact</strong></h3>
<strong>Noor Mostafa</strong><br/>
<a href="http://www.cmu.edu" target="_blank">Carnegie Mellon University</a><br/>
<a href="mailto:noormostafa146@gmail.com"><img src="starter-resources-lab1/images/email.png" alt="Email Icon"></a>
<!-- SECTION A - Fill in links to LinkedIn and Facebook -->
<a href="http://www.linkedin.com/in/noor-mostafa" target="_blank"><img src="starter-resources-lab1/images/linkedin.png" alt="LinkedIn Icon"></a>
</div> <!--Close sidebar -->
<footer>
<hr/>
© Noor Mostafa <br/>
</footer>
</body>
</html>