-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (115 loc) · 3.73 KB
/
Copy pathindex.html
File metadata and controls
139 lines (115 loc) · 3.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.163.3">
<title></title>
<link rel="canonical" href="https://technicaldc.github.io/">
<link rel='alternate' type='application/rss+xml' title=" RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/css/style.css'>
<meta name="description" content="About Me">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<div class="root-container">
<div class="side-container"><div class="profile-container">
<div class="profile">
<img class="profileimage"
src="/images/profile.jpg"
alt="profile picture" />
<h1 class="profile-author">Dilip Chauhan</h1>
<p class="profile-description">Software Programmer | Linux Nerd</p>
</div>
<h2>Social Links</h2>
<ul>
<li><a href="https://instagram.com" target="_blank">instagram.com</a></li>
<li><a href="https://github.com/TechnicalDC" target="_blank">github.com</a></li>
<li><a href="https://linkedin.com" target="_blank">linkedin.com</a></li>
</ul>
</div>
</div>
<div class="main-container">
<nav><div class="menu-container">
<ul class="menu">
<li class="menu-item">
<a href="/">
home
</a>
</li>
<li class="menu-item">
<a href="/posts/">
posts
</a>
</li>
<li class="menu-item">
<a href="/resume/">
resume
</a>
</li>
<li class="menu-item">
<a href="/videos/">
videos
</a>
</li>
<li class="menu-item">
<a href="/tags/">
tags
</a>
</li>
</ul>
</div>
</nav>
<main>
<header><h1 id="tag_Dilip Chauhan">Hey, I'm Dilip!
<hr class="wrapper-line"/></h1></header>
<article>
<p><p>Hello! I’m a software engineer based in Mumbai with over 4 years of hands-on
experience in the tech industry. In addition to my technical role, I’m the
creator behind <a href="https://www.youtube.com/@TheTechnicalDC">TheTechnicalDC</a>, a
YouTube channel dedicated to exploring the world of Linux. As a true Linux
nerd, I’m passionate about sharing my knowledge and experiences, from practical
tutorials to deep dives into the latest developments in the Linux ecosystem. My
goal is to make Linux more accessible and exciting for enthusiasts and
professionals alike.</p>
<p>Outside of my professional and online endeavors, I have a creative side that
comes to life through sketching. It’s a hobby that allows me to unwind and
explore my artistic talents, providing a perfect balance to my tech-centric
life.</p>
<p>Feel free to browse through my portfolio and blogs to see my work and get
insights into my journey in the tech world. I’m always eager to connect with
fellow tech enthusiasts, Linux users, or anyone interested in discussing
software development and sketching. Don’t hesitate to reach out—I’d love to
hear from you!</p>
</p>
<div class="posts-list">
<h2>Recent Posts</h2>
<table class="time-list">
<tbody>
<tr>
<td><time datetime="27-03-2025">27-03-2025 </time>
</td>
<td><a href="/posts/essential-command-line-tools-for-daily-productivity/">Essential commandline tools for daily productivity</a></td>
</tr>
<tr>
<td><time datetime="18-08-2024">18-08-2024 </time>
</td>
<td><a href="/posts/hidden-gems-lesser-known-neovim-plugins-you-should-try/">Hidden Gems: Lesser-Known Neovim Plugins You Should Try</a></td>
</tr>
<tr>
<td><time datetime="09-12-2023">09-12-2023 </time>
</td>
<td><a href="/posts/myfirstpost/">My first post</a></td>
</tr>
</tbody>
</table><footer>
<p>
© Copyright 2026 - Dilip Chauhan
</p>
</footer>
</article>
</main>
</div>
</div>
</body>
</html>