-
Notifications
You must be signed in to change notification settings - Fork 0
/
about
59 lines (57 loc) · 2.94 KB
/
about
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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="https://anupam.de/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Anupam Krishnamurthy | About</title>
</head>
<body>
<a href="https://anupam.de/"><h1>Anupam Krishnamurthy</h1></a>
<div class="wrapper">
<nav id="sidebar">
<a href="https://anupam.de">now</a>
<a href="https://anupam.de/writing/writing.html">writing</a>
<a href="https://anupam.de/projects/projects.html"> projects</a>
<a>about</a>
</nav>
<section class="main">
<img id="profilePic" src="https://anupam.de/images/aboutPic.jpeg"
alt="Me wearing a grey t-shirt and smiling in front of the Pantheon in Rome">
<p>
I grew up in Bangalore and currently live in Berlin, Germany.
This website houses my select creations on the World Wide Web.
</p>
<p>
I am a manager turned software developer.
I currently work as a Software Development Engineer in Test (SDET) - a developer who mostly writes automated tests.
Given my background, I often stray into engineering management or management consulting.
</p>
I use the following 4 principles to choose what I work on:
<ol>
<li><strong>Improve ahead of innovate</strong> - explore the vast, but overlooked potential in improving existing constructs rather than adding new ones</li>
<li><strong>Subtract ahead of add</strong> - improve by subtracting rather than by adding</li>
<li><strong>Focus on crises ahead of utopias</strong> - diminish suffering rather than maximize pleasure</li>
<li><strong>Tackle neglected problems ahead of crowded problems</strong> - if somebody else is already solving a problem, thank them and move on</li>
</ol>
</p>
<p>
You can write to me at <a href="mailto:[email protected]">[email protected]</a> or find me on
<a href="https://www.linkedin.com/in/anupam-krishnamurthy-b2568a63/" target="_blank">Linkedin</a>. Send me a bug or two from
this website to embarass me.
</p>
<div class="Site credits">
<h3 class="separator">Credits</h3>
<p>
The design of this website is <span class="strikethrough">copied from</span> heavily
inspired by Ivan Echeverria's <a href="https://www.echevarria.io/about" target="_blank">website</a>.
Its source is <a href="https://github.com/anupamck/anupam.de" target="_blank">public</a>.<br><br>
You can read about how this website got started <a href="https://anupam.de/writing/essays/howThisSiteWasBorn.html">here</a>.
The good photographs on the site are my wife, Malavika's work (I am solely
to blame for the bad ones).
</p>
</div>
</section>
</div>
</body>
</html>