-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
303 lines (288 loc) · 14.4 KB
/
Copy pathindex.html
File metadata and controls
303 lines (288 loc) · 14.4 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!doctype html>
<html lang="en">
<head>
<title>Resume - Jhansi Pailla</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Jhansi Pailla - Personal Website" />
<meta name="description" content="Jhansi Bheemidi — GIS Software Developer. Resume, projects, and contact information.">
<!-- JSON-LD structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jhansi Pailla",
"url": "https://jhansi.jirawiser.online/",
"jobTitle": "Software Engineer",
"sameAs": [
"https://github.com/jp106",
"https://www.linkedin.com/in/jhansipailla"
]
}
</script>
<!-- <title>Jhansi Bheemidi | Personal Website</title> -->
<style>
:root{
--bg:#f6f7fb; --card:#fff; --muted:#6b7280; --accent:#0ea5a4;
--paper-width:900px;
--print-margin:20mm;
color-scheme: light;
font-family: Inter, Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0;background:linear-gradient(180deg, var(--bg), #eef2f7 60%);font-size:16px}
.wrap{max-width:var(--paper-width);margin:32px auto;padding:24px}
.resume{
background:var(--card);
border-radius:12px;
box-shadow:0 8px 30px rgba(16,24,40,0.08);
overflow:hidden;
display:grid;
grid-template-columns: 320px 1fr;
min-height:540px;
}
/* Left column (profile) */
.side{
background:linear-gradient(180deg, #fff, #fbfdfe);
padding:28px;
border-right:1px solid #eef2f6;
display:flex;
flex-direction:column;
gap:18px;
}
h1{font-size:20px;margin:0 0 4px 0}
.title{color:var(--muted);font-weight:600;font-size:13px;margin-bottom:10px}
.contact, .skills, .education{background:transparent;padding:6px 0}
.contact li, .skills li, .education li{list-style:none;margin:8px 0;color:var(--muted);font-size:14px;display:flex;gap:8px;align-items:center}
.label{font-weight:700;color:#111;min-width:72px;font-size:13px}
/* Right column (content) */
.main{padding:28px 32px;display:flex;flex-direction:column;gap:18px}
.section{margin-bottom:6px}
.section h2{font-size:16px;margin:0 0 10px 0;display:flex;align-items:center;gap:8px}
.summary{color:var(--muted);font-size:15px;line-height:1.45}
.job{padding:12px;border-radius:8px;background:#fbfdff;border:1px solid #eef6f7}
.job .row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.job h3{margin:0;font-size:15px}
.job .meta{color:var(--muted);font-size:13px}
.bullets{margin:8px 0 0 16px;color:var(--muted);font-size:14px}
.skills-list{display:flex;flex-wrap:wrap;gap:8px}
.chip{background:#f1f6f6;padding:6px 10px;border-radius:999px;font-size:13px;color:#07494a}
/* Footer small details */
.small{color:var(--muted);font-size:13px}
/* Responsive */
@media (max-width:880px){
.resume{grid-template-columns:1fr;min-height:unset}
.side{order:2;border-right:0;border-top:1px solid #eef2f6}
}
/* Print-friendly */
@media print{
body{background:white}
.wrap{margin:0}
.resume{box-shadow:none;border-radius:0}
@page{size: auto; margin: var(--print-margin)}
}
</style>
</head>
<body>
<div class="wrap">
<div class="resume" role="document" aria-label="Resume">
<aside class="side" aria-label="Profile">
<div>
<h1>Jhansi Bheemidi</h1>
<div class="title">GIS Consultant • Product Developer</div>
</div>
<div class="contact">
<ul>
<li><span class="label">Email</span><span>jhansi131@yahoo.com</span></li>
<!-- <li><span class="label">Phone</span><span></span></li> -->
<li><span class="label">Website</span>
<a href="https://jhansi.jirawiser.online" target="_blank" rel="noopener noreferrer">Personal Website</a></li>
<li><span class="label">Location</span><span>Netherlands</span></li>
</ul>
</div>
<div class="skills">
<h3 class="small">Skills</h3>
<div class="skills-list">
<div class="chip">Python</div>
<div class="chip">C#</div>
<div class="chip">JavaScript</div>
<div class="chip">ArcGIS Enterprise</div>
<div class="chip">ArcGIS Server</div>
<div class="chip">ArcGIS Pro</div>
<div class="chip">ArcGIS Utility Network</div>
<div class="chip">ArcGIS Online</div>
<div class="chip">ArcGIS Portal</div>
<div class="chip">Arcade</div>
<div class="chip">FME</div>
<div class="chip">Linux</div>
<div class="chip">Docker</div>
<div class="chip">Terraform</div>
<div class="chip">Git</div>
<div class="chip">Jira</div>
</div>
</div>
<div class="education">
<h3 class="small">Education</h3>
<ul>
<li>
<div><strong>M.S. GIS</strong></div>
<div class="small">Eastern Michigan University, Ypsilanti, MI, USA — 2008</div>
</li>
<li>
<div><strong>BTech Planning</strong></div>
<div class="small">Jawaharlal Nehru Technological University, Hyderabad, Telangana, India — 2005</div>
</li>
</ul>
</div>
<div class="education">
<h3 class="small">Certifications</h3>
<ul>
<li>
<img src="media/ArcGISDesktopDevAssociate.png" alt="Esri Certified Developer Associate badge with globe icon and green background" width="50%" height="auto">
</li>
</ul>
</div>
<div class="education">
<h3 class="small">Presentations</h3>
<ul>
<li>
<img src="https://cdn.pretix.cloud/2/pub/thumbs/bad64e6f6fc5a2c06719bafa10599d0a.5000x120.6668522621c330.png" alt="FOSS4GNL logo with blue and green background" width="50%" height="auto">
<div class="small"><a href="https://pretalx.com/foss4gnl/speaker/UC7NEZ/" target="_blank" rel="noopener noreferrer">Comparing Data Integration features across GIS platforms<br>Groningen — July 2026</a></div>
</li>
</ul>
</div>
<div class="small" style="margin-top:auto">Available for relocation • Open to hybrid work • Valid Work Authorization in NL</div>
</aside>
<main class="main" aria-label="Experience and Projects">
<section class="section">
<h2>Summary</h2>
<p class="summary">Product-focused GIS professional with 12+ years of experience designing, implementing, and maintaining geospatial solutions using the Esri ArcGIS suite.</p>
</section>
<section class="section">
<h2>Experience</h2>
<article class="job" aria-label="Job — Current">
<div class="row">
<div>
<h3>Esri Technology Developer — Avineon Tensing</h3>
<div class="meta">March 2019 — Jan 2026</div>
</div>
<div class="meta">Utrecht, Netherlands</div>
</div>
<div class="row">
<h2>Technical Integrations Lead (Eversource, GIS Consolidation, System Integration & Upgrade)</h2>
</div>
<ul class="bullets">
<li>Led cross‑enterprise GIS integration efforts, designed and delivered integration solutions, and presented progress and technical recommendations to stakeholders in an Agile environment.</li>
<li>Coordinated implementation with internal engineers and partner teams across multiple time zones to ensure on‑time, high‑quality releases.</li>
<li>Designed repeatable deployment procedures that backed up workspaces, service registrations, and resource files, validated configurations, and restored them into target environments. </li>
<li>Coordinated with QA and operations teams to schedule automated promotions, document the process</li>
<li>Facilitated technical and functional workshops with customer, partner, GIS, IT, and operations teams</li>
</ul>
<h2>Lead developer (Tensing USA, BMRGIS) </h2>
<ul class="bullets">
<li>Implemented custom Python tools for ArcGIS Pro to generate and deploy utility networks and tailored solutions.</li>
<li>Developed robust Python tooling to automate attribute-rule deployment across development, test, and production environments, replacing manual processes with consistent, repeatable workflows and cutting deployment time by 70%.</li>
</ul>
<h2>Functional Application Manager (Vitens) </h2>
<ul class="bullets">
<li>Managed ArcGIS Enterprise and Portal applications end‑to‑end to ensure reliability, performance, and data integrity.</li>
<li>Tuned maps and services—identifying and resolving performance bottlenecks to improve load and rendering times.</li>
<li>Leveraged GIS and non‑GIS profiling tools (ArcGIS Server logs, ArcGIS Monitor, browser dev tools, SQL performance traces, and network diagnostics) to identify map and application performance bottlenecks and implement targeted optimizations. </li>
</ul>
</article>
<article class="job" aria-label="Job — Previous">
<div class="row">
<div>
<h3>GIS Developer — Tensing USA</h3>
<div class="meta">June 2017 — April 2018</div>
</div>
<div class="meta">Virginia, USA</div>
</div>
<ul class="bullets">
<li>LocusView : Built a Python-based data-correction utility to snap hundreds of pipeline features to bore lines following client-defined rules, improving topology accuracy and drastically reducing manual remediation time.</li>
<li>RosenGroup : Redesigned and implemented an ArcGIS Pro add-in for data management that executes FME workspaces to perform spatial analyses and publish validated datasets to an ArcSDE geodatabase.</li>
<li>Gas Tech Institute: Developed field inspection web application with ArcGIS API for JavaScript to help remote inspector monitor and assess field inspections.</li>
</ul>
</article>
<article class="job" aria-label="Job — Previous">
<div class="row">
<div>
<h3>GIS Developer — Futura Systems Inc</h3>
<div class="meta">Sep 2013 — June 2017</div>
</div>
<div class="meta">Atlanta, USA</div>
</div>
<ul class="bullets">
<li>Developed Futura Catalyst, a dynamic GIS map Viewer for electric utilities, to view real-time data from multiple third-party vendors. </li>
<li>Maintained and enhanced FuturaGIS : diagnosed and fixed bugs, implemented feature patches, and improved stability for offline editing and enterprise geodatabase workflows.</li>
</ul>
</article>
<article class="job" aria-label="Job — Previous">
<div class="row">
<div>
<h3>GIS Developer — Superior Infotech</h3>
<div class="meta">Oct 2009 — Sep 2013</div>
</div>
<div class="meta">Detroit, USA</div>
</div>
<ul class="bullets">
<li>Designed and delivered multiple web and desktop GIS applications for water utilities and other clients, addressing asset management, analysis, and operational workflows.</li>
</ul>
</article>
<article class="job" aria-label="Job — Previous">
<div class="row">
<div>
<h3>Systems Analyst — IRLEE, University of Michigan</h3>
<div class="meta">May 2008 — October 2009</div>
</div>
<div class="meta">Ann Arbor, USA</div>
</div>
<ul class="bullets">
<li>Institute for Research on Labor, Employment and the Economy(IRLEE) Projects - Community Economic Adjustment Program (CEAP), Early Warning System</li>
<li>Developed custom tools in ArcMap to analyse the effects of layoffs on automotive plant
suppliers </li>
<li>Prepared cartography maps that represent the analytical impact of automotive plant
shutdowns</li>
</ul>
</article>
<article class="job" aria-label="Job — Previous">
<div class="row">
<div>
<h3>Mapping Technician — Washtenaw County Map Store</h3>
<div class="meta">Feb 2008 — Nov 2008</div>
</div>
<div class="meta">Ann Arbor, USA</div>
</div>
<ul class="bullets">
<li>Updated Washtenaw County 2007 Land use Maps</li>
<li>Created custom maps for requests from the Washtenaw County Map store and county
departments</li>
<li>Data acquisition and map production of conservation lands of Jackson County and Washtenaw County</li>
</ul>
</article>
<article class="job" aria-label="Job — Previous">
<div class="row">
<div>
<h3>Graduate Assistant — Department of Geography and Geology, Eastern Michigan University</h3>
<div class="meta">Sept 2007 — Sept 2008</div>
</div>
<div class="meta">Ann Arbor, USA</div>
</div>
<ul class="bullets">
<li>Tutored undergraduate students and provided hands-on technical support for GIS coursework.</li>
<li>Assisted with additional instructional support services, maintaining lab readiness and helping students resolve software and workflow issues.</li>
</ul>
</article>
</section>
<section class="section">
<h2>Additional</h2>
<ul class="bullets">
<li>Languages: Telugu (native), English (professional), Dutch (B1), Hindi (professional)</li>
<li>Interests: Open-source contribution, Gardening, Webmastering for NGOs and small businesses </li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>