-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (27 loc) · 1.5 KB
/
index.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
<html>
<head>
<title>Himanshu's Website</title>
<link href="style.css" rel="stylesheet" type="text/css">
<!-- Google Analytics Script -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16955664-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="topcontainer">
<p id="toplinks"><a class="toplink" href="/index.html">Home</a><a class="toplink" href="/code.html">Code</a><a class="toplink" href="">Resume</a></p>
<p>I am a software engineer developing applications with high performance distributed systems that collect billions of analytics events per day, process them and generating realtime aggregates.
<br>Outside of work, I love to follow books on programming, algorithms, AI/ML and anything else that relates to the science in computer science.</br>
</p>
<p>Check out my <a href="http://technotes-himanshu.blogspot.com/">technical blog</a> to see what I'm doing currently and here is my <a href="https://www.linkedin.com/pub/himanshu-gupta/10/ab8/878">LinkedIn profile</a>.</p>
<br/><br/>
</div>
</body>
</html>