-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
85 lines (73 loc) · 2.71 KB
/
about.html
File metadata and controls
85 lines (73 loc) · 2.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8>"/>
<title>
MonadicT
</title>
<base href="https://MonadicT.github.io/"/>
<meta name="generator" content="GNU Emacs 26.1 (build 1, x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F2511))
of 2018-05-28>"/>
<meta name="author" content="Praki Prakash"/>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|EB+Garamond:800|Roboto:100,300,400,400i,700" rel="stylesheet"> <link href="blog-style.css" rel="stylesheet"/>
</head>
<body>
<div style="display:flex">
<div style="flex:2">
</div>
<div style="flex:6">
<div>
<div class=" blog-nav">
<div id="blog-title">
MonadicT <div id="tagline">
I see dead objects!
</div>
</div>
<div>Search <form action="http://www.google.com/search" id="searchform"
method="get"><div><input class="box" id="s" name="q" type="text" />
<input name="sitesearch" type="hidden" value="http://MonadicT.github.io" />
</div></form></div>
</div>
<div class=" blog-nav">
<div id="site-links"><a href="/index.html">Home</a><a href="/articles.html">Articles</a><a href="/tags.html">Tags</a><a href="/about.html">About</a></div> <div id="social-media-icons"><a target="_new" href="https://twitter.com/MonadicT">
<span style={background-color: white; height:2em;width:2em;border-radius:24px}></span>
<img height="48px" width="48px"
title="Visit my Twitter page"
src="/images/twitter.png"/></a><a id="github-link" target="_new"
href="https://github.com/MonadicT"><img id="github-logo"
src="/images/github-logo.png"/></a></div>
</div>
<div style="border:1px">
</div>
<div id="outline-container-org1c0bba6" class="outline-2">
<h2 id="org1c0bba6">About Me</h2>
<div class="outline-text-2" id="text-org1c0bba6">
<img src="http://MonadicT.github.io/images/praki.jpg" style="float:left;padding-right:20px;padding-top:20px"/>
<p>
<i>Chief Architect</i> at <a href="http://www.picarro.com">Picarro, Inc</a>. Previously, <i>Master Technologist</i>
at HP Inc, <i>Staff Engineer</i> at VMware Inc, <i>Engineering Manager</i> at
Yahoo Inc., <i>Member of Technical Staff</i> at Westbridge Technologies,
Inc.
</p>
<p>
Passionate about functional programming. Programmed extensively in
<b>Clojure</b>, <b>ClojureScript</b> and dabbles occasionally in <b>Rust</b>, <b>Go</b>,
<b>Elixir</b> and <b>Haskell</b>. Involved in a number of projects
using <b>Java</b>, <b>Python</b>, <b>Groovy</b>, <b>JavaScript</b>, <b>SmallTalk</b> and
<b>C/C++</b> technologies.
</p>
<p>
You can follow Praki on <a href="https://twitter.com/MonadicT">Twitter</a> and <a href="https://monadict.github.io">Github</a>.
</p>
</div>
</div>
</div>
</div>
<div style="flex:2">
</div>
<div class=" blog-footer">
Copyright © 2014-2018, Praki Prakash
</div>
</div>
</body>
</html>