-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
102 lines (94 loc) · 5.2 KB
/
Copy pathabout.html
File metadata and controls
102 lines (94 loc) · 5.2 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
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Venkat Mandela - About Me</title>
<link rel="stylesheet" href="./css/atkinson-hyperlegible.css">
<link rel="stylesheet" href="./css/bulma-atkinson-0.9.4-23-gb3e32a77daca.css">
<link rel="stylesheet" href="./css/custom.css">
<link rel="stylesheet" href="./css/syntax.css">
<meta name="google-site-verification" content="kMqcfvgZIKvYt2C0lIY9JpfxF2PvmAcIZA6QwBM8t6A" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="./rss.xml" />
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="./atom.xml" />
<link rel="icon" type="image/svg+xml" href="./images/favicon/favicon.svg" sizes="any" />
<link rel="icon" type="image/png" href="./images/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="./images/favicon/favicon-24x24.png" sizes="24x24">
<link rel="icon" type="image/png" href="./images/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./images/favicon/favicon-40x40.png" sizes="40x40">
<link rel="icon" type="image/png" href="./images/favicon/favicon-48x48.png" sizes="48x48">
<link rel="icon" type="image/png" href="./images/favicon/favicon-64x64.png" sizes="64x64">
<link rel="icon" type="image/png" href="./images/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="./images/favicon/favicon-128x128.png" sizes="128x128">
<link rel="icon" type="image/png" href="./images/favicon/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="./images/favicon/favicon-256x256.png" sizes="256x256">
<link rel="icon" type="image/x-icon" href="./images/favicon/favicon.ico" />
</head>
<body>
<div class="container">
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="./">Venkat Mandela</a>
<!-- navbar items, navbar burger... -->
</div>
<div class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="./">Home</a>
<a class="navbar-item" href="./about.html">About</a>
<a class="navbar-item" href="./rss.xml">RSS</a>
<a class="navbar-item" href="./atom.xml">Atom</a>
</div>
</div>
</nav>
<h1 class="title"> About Me </h1>
<div class="container">
<div class="columns">
<div class="column content is-10">
<!-- Do not indent this. It will mess up the indentation for preformatted code -->
<p>I am an engineer working in Texas Instruments, Bangalore, India.
I lead the Boot ROM development team that caters to TI’s Jacinto and Sitara MPU product lines.
Prior to this role, I designed and implemented firmware for the secure enclave on TI’s current generation of automotive chips.
I have also worked on Display drivers/applications and boot time optimizations on the previous generation devices.
I have designed and implemented the software radio framework in use across multiple generations of TI’s automotive processors.</p>
<p>At my previous employer, Sarnoff India, I worked on porting computer vision algorithms to DSP.
My alma-mater is <a href="http://www.iitm.ac.in/">Indian Institute of Technology, Madras</a>.</p>
<p>Outside work, my current interests are</p>
<ul>
<li>Haskell <a href="https://www.haskell.org/" class="uri">https://www.haskell.org/</a></li>
<li>NixOS <a href="https://nixos.org/" class="uri">https://nixos.org/</a></li>
</ul>
<p>You can find me on</p>
<ul>
<li>GitHub - <a href="https://github.com/vmandela/" class="uri">https://github.com/vmandela/</a></li>
<li>LinkedIn - <a href="https://www.linkedin.com/in/vmandela/" class="uri">https://www.linkedin.com/in/vmandela/</a></li>
<li>Twitter - <a href="https://twitter.com/venkatmandela" class="uri">https://twitter.com/venkatmandela</a></li>
</ul>
<p>You can reach me at venkat dot mandela at gmail.com.</p>
</div>
<div class="column is-narrow menu">
<div class="sidebar">
<p class="menu-label">Root</p>
<ul class="menu-list">
<li> <a href="./">Home</a> </li>
<li> <a href="./about.html">About</a> </li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="has-text-centered">
© <a href="./about.html">Venkateswara Rao Mandela</a> 2018-2025<br />
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 International License</a>.<br />
Site generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>.
Styled using <a href="http://bulma.io/">Bulma</a>.<br />
</div>
</div>
</div>
<!--
<script src="/js/jquery-3.4.1.min.js"/>
<script src="/js/apply-styles.js"/>
-->
</body>
</html>