-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (59 loc) · 2.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="c0dehu1k.github.io : My github website" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>c0dehu1k.github.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">Sunil Joshi</h1>
<h2 id="project_tagline">Let's talk about CNCF, System Design, Automation, GitOps, K8s, Docker, Go, Python and
Guitar :) !</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>I am a Software Architect from Delhi, India.
I work for a company called <a href="https://www.vmware.com/">VMware</a> as a Staff Engineer where we build
<a href="https://www.vmware.com/products.html">awesome products</a> for Cloud Native Virtualization industry.
</p>
<p>I love chess, music and playing guitar.</p>
<p>I usally code in Python and Go programming languages. </p>
<p>Loves to talk about designing distrbuted systems, scaling Cloud Native applications and Data Structures </p>
<p>I wholeheartedly embrace Web, APIs, Functional Programming, Code clarity, Performance, Accessibility and
Internationalization.</p>
<p>I am passionate about Open Source Software and Contributions.</p>
<p>My favorite editors: Neovim and Helix</p>
<h3>
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span
class="octicon octicon-link"></span></a>Social Profile
</h3>
<ul>
<li>
<a href="https://www.twitter.com/c0dehu1k">Twitter</a>
</li>
<li>
<a href="https://www.linkedin.com/in/c0dehu1k">LinkedIn</a>
</li>
<li>
<a href="https://www.github.com/c0dehu1k">Github</a>
</li>
<li>
<a href="https://leetcode.com/c0dehu1k/">LeetCode</a>
</li>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>