-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (87 loc) · 5.38 KB
/
index.html
File metadata and controls
93 lines (87 loc) · 5.38 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116432344-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116432344-1');
</script>
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css">
<title>Dave Jodhan by Dave Jodhan for Dave Jodhan</title>
<!-- For Google !-->
<meta itemprop="name" content="Dave Jodhan">
<meta itemprop="description" content="The personal web page of Dave Jodhan">
</head>
<body>
<div class="container pageHeader">
<div class="leftNav">
Dave Jodhan
</div>
<div class="rightNav">
<a class="link" href="https://daveswork.github.io/davejodhan-20191120.pdf" target="_blank">Resume</a>
<a class="link" href="https://www.linkedin.com/in/davejodhan/" target="_blank">LinkedIn</a>
<a class="link" href="https://github.com/daveswork" target="_blank">GitHub</a>
</div>
</div>
<div class="container main">
Thanks for stopping by!</br>
This is my little space on the web where you can get to know me better.</br>
There's a lot to cover and it would certainly help if you provided some feedback and let me know what you'd like to hear more of.</br>
</br>
Here are some of the more noteworthy projects I've worked on:</br></br>
<div class="projects">
<div class="single-project">
<span class="glyphicon glyphicon-plus"> Intersection and InLinkUK</span>
<div class="content hide">
<p>
The InLinkUK project is similar to the LinkNYC project.</br>
While on the InLinkUK Project, I worked on the backend services, enabling smarter kiosks to operate on any network.</br>
However, as there were physical limitations (think processing and memory) to the kiosk hardware, we needed to build out an even smarter backend service than we did with the original LinkNYC kiosks. </br>
This about where I moved from being a consumer of APIs to providing that functionality to others. </br>
If you're unfamiliar with the project, you should check out <a href="https://www.inlinkuk.com/" target="_blank">InLinkUK</a>!</br>
</p>
</div>
</div>
</br>
<div class="single-project">
<span class="glyphicon glyphicon-plus"> Intersection and LinkNYC</span>
<div class="content hide">
<p>
The LinkNYC project provides fast and free WiFi to the people of NYC, as well as free nationwide phone calls.</br>
At Intersection I provided operational network support for the LinkNYC project and built out reporting tools.</br>
This was a turning point in my career where I started spending more time with platform APIs and less time on an actual CLI.</br>
I would've never imagined that as a Network Engineeer I'd be touching API's for networking gear, Solar Winds or even Sales Force!</br>
However, when you're able to pull exactly the information you need in the format you want, you realize it's time well spent.</br>
If you'd like to learn more about the project, you should check out <a href="https://www.link.nyc/" target="_blank">LinkNYC</a>!</br>
</p>
</div>
</div>
</br>
<div class="single-project">
<span class="glyphicon glyphicon-plus"> OnSIP Cloud Phone System and UCaaS</span>
<div class="content hide">
<p>
OnSIP Cloud Phone System provides business communication services without the commitment of a traditional phone service provider and vendor lock-in.</br>
OnSIP also provides a robust Unified Communication PaaS, that sports integrations with ZenDesk and Slack, or roll your own with the <a href="https://sipjs.com/" targe="_blank">SIP.js</a> library.</br>
At OnSIP, I worked with the development team and upstream carriers to enable geographic redundancy.</br>
Occasionally, I'll also perform deep dives into the carrier's network to figure out what's broken.</br>
Sometimes they'll fix it, othertimes it's a bit more complex, like <a href="https://www.onsip.com/blog/in-depth-verizon-blocks-sip-traffic-using-alg" target="_blank">Verizon's SIP ALG</a>.</br>
It's also at OnSIP where I first started tinkering with Python, specifically the Paramiko library, for the purpse of doing some CLI scraping of <a href="https://github.com/daveswork/paramikoScripts" target="_blank">Cisco and Juniper devices</a>. </br>
Definitely check out <a href="https://www.onsip.com/" target="_blank">OnSIP</a> for your business communication needs.</br>
</p>
</div>
</div>
</br>
</div>
</div>
<script src='js/app.js'></script>
</body>
</html>