-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolioSD.html
160 lines (148 loc) · 11.2 KB
/
portfolioSD.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
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gheleb Netabai - Portfolio :: Software Development</title>
<meta charset="utf-8">
<link rel="stylesheet" href="portfolioGN.css">
<link rel="icon" type="image/x-icon" href="Logo.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Gheleb Netabai's work portfolio for Software Development. Includes certifications (including C++ and Java) and his experience programming storage/recall systems for laser analysis with LabView.">
</head>
<body>
<h1>
<a href="index.html">Gheleb Netabai's Professional Portfolio</a>
</h1>
<nav>
<div class="navbar">
<a href="index.html">Home</a>
<a href="aboutMe.html">About Me</a>
<div class="dropdown">
<button class="dropbtn">Experience
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="resume.html">Resume</a>
<a href="profRefs.html">Professional References</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Portfolio
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="portfolioSD.html">Software Development</a>
<a href="portfolioH&S.html">Health & Sciences</a>
</div>
</div>
<a href="contact.html">Contact Information</a>
</div>
</nav>
<div id="wrapper">
<div id="portSDhero"></div>
<main>
<h2>Porfolio :: Software Development</h2>
<section>
<h3><b>Here you will find a comprehensive overview of my professional experience in the Software Development field, with reference links when possible.</b></h3>
<p>
For a wider, albeit less comprehensive, overview of my career spanning all fields, feel free to visit my LinkedIn page: <a href="https://www.linkedin.com/in/gheleb-netabai">https://www.linkedin.com/in/gheleb-netabai</a>
</p>
<p>
If you are looking for my <b><u>professional references</u></b>, you can find them under the appropriate navbar tab above or by clicking <a href="profRefs.html">here</a>.
</p>
</section>
<section>
<h3><b>Certifications</b></h3>
<table>
<tr>
<th>Certification Title</th>
<th>Description</th>
<th>Current</th>
<th>Outdated</th>
</tr>
<tr>
<td>Software Application Developer CT</td>
<td>Software application develpoment certification for Python programming language, web application, mobile application, and game application (via Unity & C#) development; assessed and completed under IvyTech Community College. See <a href="https://docs.google.com/document/d/1cMqnPO_elLj7yRVvrtZMqenoEMka2MgQ">here</a> for a comprehensive list of all certified program competencies.</td>
<td><b>✓</b></td>
<td></td>
</tr>
<tr>
<td>Java</td>
<td>Java programming language certification, assessed by College Board.</td>
<td></td>
<td>X</td>
</tr>
<tr>
<td>C++</td>
<td>C++ programming language certification, assessed by College Board.</td>
<td></td>
<td>X</td>
</tr>
</table>
<p>
Those interested in exploring the files of (most) projects referenced on this page, please refer to my public github page linked here: <a href="https://github.com/gnetabai">https://github.com/gnetabai</a>
</p>
</section>
<div id="flow">
<section>
<h3><b>Chemistry Research Study</b></h3>
<p>
January 2019 - May 2019
<br>
<img src="GhelebWLabViewStudyProgram.jpg" alt="Pictured: Gheleb Netabai posed alongside an open laptop demonstrating his laser data-storage/recall program." width=250 height=250 style="float: right; max-width: 100%; height: auto; vertical-align: middle; margin-left: 10px;">
<i>In collaboration with Wei Wei, Ph.D.</i>
<br><br>
During my Sophomore year at Franklin College I assisted a professor, whom I'd previously taken Chemistry with, in programming LabVIEW software for a research study he and his colleagues had conducted prior. My participation in this chemistry research study involved first familiarizing myself with the coding language of LabVIEW before programming a more efficient data-storage/recall system for a laser data analysis program <b>[Pictured right]</b> that they'd previously utilized to support their research findings.
</p>
</section>
</div>
<br>
<section>
<h3><b>Employee Management Log System</b></h3>
<p>
May 2023 - July 2023
<br>
<iframe width="500" height="281" style="float: right; max-width: 100%; ; vertical-align: middle; margin-left: 20px;" src="https://www.youtube.com/embed/uvnxFH5kldo?si=ZQ6j-sszSNQjMNyD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<i>Development Team: G. Netabai, J. Hollenbach, T. Holeton, C. Hochgesang.</i>
<br>
GitHub Repo Link: <a href="https://github.com/justjoe19/SDEV220-FP">Click Here</a>
<br><br>
During the Summer 2023 semester of my Software Application Dev. CT program at IvyTech Community College, I and a group of 3 peers worked over a 7 week period to develop an employee management log web application. As the code development lead, I oversaw the application's Python Django development across the project lifespan. Over the course of the dev period, I also lead the team through QA testing, as well as provided support in other project areas such as UI and SQL database design where needed. Project development was conducted via separate Git branches split between team members, with coordinated pushes via a development schedule mapped over e-mail, discord, and Trello boards.
<br><br>
The application system was developed with the intention to service managers of small, non profit companies in need an easy clock in-and-out program, while allowing the admin access to the views of employee punch times and dates. This system also tracks and displays PTO time and any requests off that the manager can then accept or decline. These requests and punches send information to a custom implemented database that stores and processes the web application's data for all employees. It also implements functionality to track employee information via personalized ID codes, which also enable ease of addressing and disabling employee access in the event of termination.
<br>
<i>A tutorial video displaying the functionality and layout of the core web application has also been attached, for your viewing convenience. (If the above embed does not display on your device, you can also find it <a href="https://www.youtube.com/watch?v=uvnxFH5kldo">here</a>) Narration is provided by C. Hochgesang, Database Design lead of the project team.</i>
</p>
</section>
<br>
<section>
<h3><b>Project: Supersonic (2023)</b></h3>
<p>
May 2023 - July 2023
<br>
<img src="ProjectSupersonicPreviewImage.png" alt="Pictured: The player character of Project: Supersonic, Sonic-Man, running along a highway leading to a car wreck hazard in the game prototype's first level." width=250 height=193 style="float: right; max-width: 100%; height: auto; vertical-align: middle; margin-left: 10px;">
<i>A prototype microgame, created in Unity Game Engine</i>
<br>
GitHub Repo Link: <a href="https://github.com/gnetabai/Project-Supersonic-Prototype-SDEV148-Unity-Archive">Click Here</a>
<br><br>
Project: Supersonic is an “Auto Runner”-style 2D platformer game I created as one of the final projects for my Software Application Dev. CT program at IvyTech Community College. A solo project, this game prototype was completed over the course of approximately 4 weeks (Although the scope, design, and mechanics of the game were outlined in a white page in the weeks prior) with the goal of crafting a 60 second, bug-free 2D platforming experience. While the initial course guidelines advised us to utilize Unity's native visual scripting implement for programming the game's system, I took the time to familiarize myself with the underlying C# code to better manipulate the game's design. In play, the player must use quick reflexes to dodge oncoming obstacles, enemies, and area hazards while racing through the cityscape environment to reach exciting new levels of speed and save the day. Creative commons assets for the game were sourced for assets such as the car models, road textures, music, and SFX; but VFX and models for the game were implemented either from Unity's default asset library or with custom assets developed by me.
<br><br>
<i><b>Game Synopsis:</b> Drag and click the left mouse button up and down to control Sonic-Man! Race through the ravaged highway to catch up with Dr. Doomsday. Avoid his shrinking wreckages and use your superpowers to increase in size with each successful dodge, until you're powerful and fast enough to grab all three golden keys and get through to the next area. Do you have the moves to save the day?!</i>
</p>
</section>
</main>
<footer>
<br>
Copyright © 2023 Gheleb Netabai
<br>
<div id="last_modified"></div>
<script>
const lastModified = new Date(document.lastModified);
const formattedDate = lastModified.toLocaleDateString();
const message = `This page was last modified on: ${formattedDate}`;
const lastModifiedDiv = document.getElementById('last_modified');
lastModifiedDiv.textContent = message;
</script>
</footer>
</div>
</body>
</html>