Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4dc0744

Browse files
Update index.md
1 parent bc1b684 commit 4dc0744

File tree

1 file changed

+55
-10
lines changed

1 file changed

+55
-10
lines changed

index.md

Lines changed: 55 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,6 @@ Currently working on building the html pages before I move on to the node backen
134134
### Project technologies
135135
---
136136
<table>
137-
138-
139-
<tr>
140-
<td><img src="images/Forms.png" width="100" height="100" style="border-radius:50%"/></td>
141-
<td>Utilized a google form for data entry that was then organzied into the google sheets by a scheduled task function</td>
142-
</tr>
143-
<tr>
144-
<td>JavaScript</td>
145-
<td>Description</td>
146-
</tr>
147137
<tr>
148138
<td><img src="images/Javascript.png" width="100" height="100" style="border-radius:50%"/></td>
149139
<td>Utilized Javascript in an object oriented way to handle the logic of the application</td>
@@ -285,6 +275,61 @@ Refined my approach to code organization comments and the use of github in the p
285275
</tr>
286276
</table>
287277

278+
---
279+
280+
## [Ithaca College status page](https://itstatus.ithaca.edu/):
281+
282+
283+
### Project description
284+
The current status page for Ithaca colleges IT infrastructure. Seperate from the core infrastructure this page acts as a place for students to go to guage whether or not an issue that they are having is related to their own personal computer/network or if it is a college wide outage. This page also notifies the relevant parties about a client facing outage as soon as it occurs. I have also configured it to send notification to an internal teams channel that is watched by all stake holder for the different aspects of the status page.
285+
286+
287+
### Project technologies
288+
---
289+
<table>
290+
<tr>
291+
<td>Hund</td>
292+
<td>Description</td>
293+
</tr>
294+
<tr>
295+
<td><img src="images/hundlogo.jpg" width="100" height="100" style="border-radius:50%"/></td>
296+
<td>The status page SAAS platform hund for it's cost effective pricing model and good utility to build status page components that are linked to the relevant wedsites and servers on which the web services are run. Upon an outage hund sends out notifications to subscribers to notify them of changes within the infrastructure.</td>
297+
</tr>
298+
<tr>
299+
<td>Datadog</td>
300+
<td>Description</td>
301+
</tr>
302+
<tr>
303+
<td><img src="images/Datadog_Logo.jpg" width="100" height="100" style="border-radius:50%"/></td>
304+
<td>The monitoring SAAS Datadog is what the college uses to monitor each of the different systems that are run on the infrastructure. As the Admin for it I have leveraged a series of webhooks to broadcast the system status of key servers that I can then relay to Hund to get the most up to date information of key services. Doing this allows the servers themselves to be isolated from the internet behind a firewall but still have an external service that isn't dependant on the colleges infrastructure to report the current status of the systems in question. I have also configured a wide variety of services within datadog to help with visibility and monitoring for the varius stakeholders. </td>
305+
</tr>
306+
<tr>
307+
<td>Azure </td>
308+
<td>Description</td>
309+
</tr>
310+
<tr>
311+
<td><img src="images/azurelogo.jpg" width="100" height="100" style="border-radius:50%"/></td>
312+
<td>Utilized Azure platform SAAS Logic-apps to take information broadcast by datadog for the servers, websites and services that are utilized by the colloege and translated them into the expected formats that Hund's webhook listensers could accept. This allowed me to connect our infrasturture to our status page, automating the notification process.</td>
313+
</tr>
314+
<tr>
315+
<td>JavaScript</td>
316+
<td>Description</td>
317+
</tr>
318+
<tr>
319+
<td><img src="images/teams-logo.png" width="100" height="100" style="border-radius:50%"/></td>
320+
<td>Leveraged the microsoft connector cards within in teams to style the messages that were posted there by my azure logic-app service. This way the message that was posted gave an easy to read message along with a clickable button within teams that would lead the user back to the status page, and more specifically to the component that was the one having the issue. I dynamically filled out the connector card api with information sent out by the status page upon a change in status routed through azure logic-apps to properly format the information so that teams could display it the way I wanted it to. </td>
321+
</tr>
322+
</table>
323+
324+
---
325+
326+
#### Project status: [In Production]
327+
#### Project type: [Work project]
328+
#### View status: [Private]
329+
330+
---
331+
332+
288333
---
289334
<p style="font-size:11px">Page template forked from <a href="https://github.com/evanca/quick-portfolio">evanca</a></p>
290335
<!-- Remove above link if you don't want to attibute -->

0 commit comments

Comments
 (0)