-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (169 loc) · 11.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to my Web Portfolio!</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-202901452-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-202901452-2');
</script>
<link href="https://fonts.googleapis.com/css2?family=Caveat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<main>
<!-- *********************** ABOUT / PROFILE *********************** -->
<header>
<div class="content-wrapper">
<h1>Nishant Vemulakonda</h1>
<h2>Blockchain Developer | Data Scientist | Forever Learner</h2>
<br>
<p class="align-center">
<img src="images/profilepicturemain.png" class="pro-picture" alt="profile picture">
</p>
</div>
</header>
<!-- ******************** PROJECTS / PORTFOLIO ********************* -->
<section class="projects">
<div class="content-wrapper divider">
<h2>Featured Projects</h2>
<br>
<h3>View featured projects below. More information can be found here: <a href="https://github.com/itznishant">GitHub</a></h3>
<section class="project-item">
<img src="images/dbankdapp.png" alt="Decentralised Banking Application">
<h3>Decentralised Bank (dBank) - DeFi</h3>
<p><strong>Decentralised Bank</strong> Dapp built on DeFi principles. Built robust <strong>Smart Contracts</strong> using <strong>Solidity</strong> & deployed to Ethereum & BSC. Dapp allows users to interact with smart contracts, deposit ETH and withdraw with interest. Utilised JavaScript to test smart contracts.</p>
<a href="https://itznishant.github.io/dBank" class="btn" target="_blank">View project</a>
</section>
<section class="project-item">
<img src="images/NFTToken.png" alt="NFT Token minting " >
<h3>NFT Collection Digital assets (Ethereum, Polygon, ERC 721 )</h3>
<p><strong>Smart Contracts development</strong> to handle <strong>NFT token minting</strong> using Solidity & Remix. Built secure pausible contracts using modifiers and role access. NFT metadata integration with Opensea. <strong>Skills:</strong> Solidity, Smart Contracts, NFT, ERC 721, Polygon, Opensea</p>
<a href="https://polygonscan.com/token/0x5BEB14976CeB17a1777803A16ee82C3A8Db6d400" class="btn" target="_blank">View project</a>
</section>
<section class="project-item">
<img src="images/exchangedapp.png" alt="Crypto Exchange Decentralised Application" >
<h3>Instant Crypto Swap Exchange </h3>
<p>Decentralised Exchange App built on smart contracts in Solidity. Hands on <strong>test driven development (TDD)</strong> using Javascript & Mocha framework. Frontend built on <strong>React</strong> components & HTML/CSS. Thorough testing of smart contracts for <strong>bug-free deployment</strong> on BSC & Ethereum.</p>
<a href="https://itznishant.github.io/CryptoExchangeDapp" class="btn" target="_blank">View project</a>
</section>
<section class="project-item">
<img src="images/tokensaledapp.png" alt="ICO Token Sale Decentralised Application" >
<h3>Token Sale ICO</h3>
<p>Dapp to serve for decentralised token sale. Smart contracts built in Solidity and deployed to Ethereum network. Dapp links to Ethereum Blockchain with access to token smart contracts. Test driven development (TDD) using Javascript test framework. <strong>Code base</strong> on <strong>GitHub</strong>.</p>
<a href="https://itznishant.github.io/SASITokenDAPP" class="btn" target="_blank">View project</a>
</section>
</div>
</section>
<!-- *********************** WORK EXPERIENCE *********************** -->
<section class="work-exp">
<div class="content-wrapper item-details divider">
<h2>Work Experience</h2>
<p>Blockchain developer with 8+ years of overall software development and IT / Cloud experience. Blockchain Smart Contract Design, Development and Deployment using Truffle, Hardhat, Remix on EVM based chains like Ethereum, Polygon, BNB Chain. Strong Programming skills in Solidity, Python and JavaScript with Test Driven Development TDD.</p>
<p>Excellent understanding of Bitcoin, EVM blockchains like Ethereum, Polygon and enterprise blockchain solutions such as Hyperledger Fabric services and Chaincode. Hands on experience with ERC20, ERC 721 (NFT) token standards and token development.</p>
<!-- Copy this whole <section> block to add more jobs. -->
<section class="job-item">
<div class="job-details">
<h3>Blockchain Developer, Open Source</h3>
<p>2020-2022</p>
</div>
<div class="job-summary">
<p>Blockchain Smart Contract Development on multiple Dapps eg Decentralised (DeFi) Bank, Instant Crypto Exchange, ICO Token Creation & Sale. Built Robust Smart contracts in Solidity along with Test Driven Development (TDD) using JavaScript/Mocha. Smart contracts deployed to Ethereum & BSC networks using API integration.<br><br><b>Skills: </b><strong>Ethereum</strong>, <strong>Smart Contracts</strong>, <strong>Solidity</strong>, <strong>Hyperledger Fabric</strong>, Chaincode, JavaScript, React, Web3.JS, DeFi, <strong>NFT </strong>, Git, Truffle, Metamask, <strong>AWS</strong>, Cloud, Binance Smart chain, INFURA</p>
</div>
</section>
<section class="job-item">
<div class="job-details">
<h3>Data Scientist, HSBC EDP</h3>
<p>2019-2022</p>
</div>
<div class="job-summary">
<p>Reduce False Positive cases by analysing multi-dimensional data of customers to enhance the global scoring model for AML. Deep knowledge of identifying fraud/ AML risk using analytics. Functional knowledge of Trade finance products for enterprise. Model Development & Enhancement of existing risk scenarios/typologies. Data Analysis with Python, pandas, NumPy, Jupyter notebook. Experience using data and ML Cloud services.<br><br><b>Skills: </b><strong>Python</strong>, Jupyter notebook, Automation, <strong>Git</strong>, Jenkins, <strong>GCP, Cloud</strong>, Numpy, Pandas, Sklearn, <strong>Risk Analytics</strong>, Trade Finance, Banking, AML, Fraud</p>
</div>
</section>
<section class="job-item">
<div class="job-details">
<h3>Data Scientist, Corecompete (Accenture AI)</h3>
<p>2017-2018</p>
</div>
<div class="job-summary">
<p><b>Customer Churn Analysis for UK based Retail firm</b> <br>Understanding of business problem to identify goals/outcome. Data cleaning and analysis of numeric variables using pandas. Creating derived features to increase model predictive power. Model evaluation using precision/recall.<br><br><b>Skills: </b>Python, <strong>Machine learning</strong>, Data Science, Tableau, <strong>AWS, Cloud</strong>, Scikit-Learn, Pandas, NumPy, .</p>
</div>
</section>
<section class="job-item">
<div class="job-details">
<h3>Data Analyst, Tech Mahindra</h3>
<p>2014-2017</p>
</div>
<div class="job-summary">
<p><b>Attrition Analytics, HR Analytics</b><br>Data Analysis with R, Excel and Data Visualisation using Tableau dashboards.<br><b>Claims Fraud Analytics, Automobile Insurance</b><br>Prediction of Fraudulent claims using Data Analytics. CLaims Classification using Decision Tree ML algortihms.<br><b>Credit Default Prediction, Banking Dataset</b><br>Data Analysis using R, Excel and SQL. Produced summary reports on Customer profile data. Logistic Regression ML model to predict customer credit default. <br><br><b>Skills: </b>Python, R, <strong>Machine learning</strong>, <strong>Data Science</strong>, SQL, <strong>Tableau</strong>, SAS, Logistic Regression, Pandas, NumPy.</p>
</div>
</section>
</div>
</section>
<!-- ****************** EDUCATION & CERTIFICATIONS ****************** -->
<section class="edu-cert">
<div class="content-wrapper item-details">
<h2>Education</h2>
<!-- Copy this whole <section> block to add more schools. -->
<section>
<h3>Indian Institute of Foreign Trade - IIFT - New Delhi, India</h3>
<p>PG Certificate (Executive learning), 2017</p>
<p>International Business & Finance</p>
</section>
<!-- End of School block. -->
<section>
<h3>JNTU - Hyderabad, India</h3>
<p>Bachelor of Technology (B Tech), 2012</p>
<p>Electonics & Communication Engineering</p>
</section>
<!-- </div> -->
<!-- </section> -->
<br> <br>
<h2>Certification</h2>
<section>
<h3>Amazon Web Services (AWS)</h3>
<p>AWS Certified Cloud Practitioner</p>
<p>Credential ID: HPQF4G2KYJFEQCG8</p>
<p><a href="https://www.credly.com/badges/99f79027-51ef-49db-a06e-0316c0f64dd3/public_url" target="_blank">See Credentials</a>
</p>
<br>
<p>
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="99f79027-51ef-49db-a06e-0316c0f64dd3" data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="scripts/embedded.js"></script>
</p>
</section>
<section>
<h3>Coursera Inc.</h3>
<p>Blockchain Specialisation (Coursera), 2022</p>
<p>Credential ID: BHZDGZHS656H</p>
<p><a href="https://www.coursera.org/account/accomplishments/specialization/BHZDGZHS656H" target="_blank">See Credentials</a></p>
</section>
<section>
<h3>All Certifications</h3>
<p><a href="https://www.credly.com/users/nishant-v/badges?sort=-state_updated_at&page=1" target="_blank">See Certifications</a></p>
</section>
</div>
</section>
<!-- ***************** CONTACT INFO / SOCIAL MEDIA ***************** -->
<footer>
<div class="content-wrapper">
<h2>Let's Keep in Touch! (Contact Info)</h2>
</div>
<section id="Contact Information">
<ul class="contact-info">
<li><a href="https://itznishant.github.io" target="_blank">Portfolio</a></li>
<li><a href="https://github.com/itznishant" target="_blank">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/nishant-vemulakonda" target="_blank">LinkedIn</a></li>
<li><a href="https://nishantv.medium.com" target="_blank">Medium</a></li>
<li><a href="mailto:nishant.vemulakonda1@gmail.com">Email</a></li>
</ul>
</section>
</footer>
</main>
</body>
</html>