Rohan Verma



Commit Diff


commit - 639cc9b9cb205e1dadf779a79a07d455734800c8
commit + 05c1a09c1c79052be414ff31a86369ab0622f909
blob - dd7040361ccae8e7f9e5d2382a74a6af042d2913
blob + 3e69aefe9ed94145bff2b6dfa1d969d727919dba
--- got/index.html
+++ got/index.html
@@ -99,6 +99,10 @@
 
 		<dt><a href="https://got.rsap.sh/?action=summary&path=milna.git">milna</a></dt>
 		<dd>Cross-platform VoIP app</dd>
+
+		<dt><a href="https://got.rsap.sh/?action=summary&path=resume.git">milna</a></dt>
+		<dd>My resume PDF code with LaTeX</dd>
+
 	</dl>
 	<p></p>
 	<br>
blob - 88e1d56f3e6b671a4594c64bdd9ac593468ec701
blob + ab18c1d689dcd247412546eed016d98e0dc7f067
--- index.html
+++ index.html
@@ -3,28 +3,83 @@
 <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <style>
-	h2 { 
-		margin-top: 1.5em; 
-	}
-	h1, h2 { 
-		margin-bottom: .2em; 
-	}
 	html, body {
+		line-height: 1.4;
 		margin: 0;
 		padding: 0;
 		overflow-x: hidden;
 	}
+	hr {
+		margin: 2em 0 0 0;
+		border: 0;
+		border-top: 1px solid #000;
+	}
+	h3 {
+		margin: .5em 0 .8em 0;
+		padding-left: .3em;
+		font-size: .9em;
+		font-weight: bold;
+		letter-spacing: .15em;
+		text-transform: uppercase;
+	}
+	.resume-contact {
+		text-align: center;
+		font-size: .95em;
+		color: #555;
+		margin: 0;
+	}
+	.entry-row {
+		display: flex;
+		justify-content: space-between;
+		align-items: baseline;
+		margin-top: 1.1em;
+	}
+	.entry {
+		font-size: 1.1em;
+		font-weight: normal;
+	}
+	.date {
+		font-size: 1.1em;
+		white-space: nowrap;
+		padding-left: 1em;
+		font-weight: 500;
+	}
+	.subtitle {
+		font-style: italic;
+		margin: .1em 0 0 0;
+	}
+	ul {
+		margin: .6em 0 1.2em 0;
+		padding-left: 1.1em;
+	}
+	ul ul {
+		margin: .3em 0 .3em 0;
+		padding-left: 1.3em;
+		list-style-type: "\2013\00a0";
+	}
+	li {
+		padding-left: .3em;
+		margin-bottom: .4em;
+	}
+	ul ul li {
+		margin-bottom: .2em;
+	}
+	.pdf-button {
+		text-align: center;
+		margin: 1.5em 0 .6em 0;
+	}
+	.pdf-button a {
+		display: inline-block;
+		font-size: 1.1em;
+		padding: 0.5em 1.2em;
+		border: 1px solid #000;
+		text-decoration: none;
+		color: #000;
+	}
 	img {
 		max-width: 100%;
 		height: auto;
 	}
-	dd {
-		margin-left: 2em;
-		margin-bottom: .8em;
-	}
-	dt {
-		font-weight: normal;
-	}
 	@media (max-width: 600px) {
 		body {
 			padding-left: 5%;
@@ -40,11 +95,8 @@
 			word-wrap: break-word;
 			overflow-wrap: break-word;
 		}
-		.portrait {
-			width: 95% !important;
-			height: auto;
-			display: block;
-			margin: 0 auto;
+		.entry-row {
+			flex-wrap: wrap;
 		}
 	}
 </style>
@@ -52,52 +104,139 @@
 <table width="700">
 <tr>
 <td align="left">
-	<h1>Rohan Verma</h1>
-	<nav>
-		<a href="/">home</a> | 
-		<a href="/blog">blog</a> |
-		<a href="/got">got</a> |
-		<a href="/resume">resume</a>
-	</nav>
-	
-	<h2>About</h2>
-	<table width="100%">
-	<tr>
-		<td valign="top">
-			<p>My name is Rohan, I am Indian and was born in United Arab Emirates, my current interests are in programming, self-hosted infrastructure, and software philosophy.</p>
-			<p>I am currently a Computer Science &amp; Game Development Student at Northeastern University. I know how to program in Go, Shell, Java, HTML, CSS, and Javascript</p>
-			<p>I currently maintain a NetBSD VPS and a Debian homeserver. I prefer minimal tooling, old-web aesthetics, and software that is focused to doing one thing well.</p>
-		</td>
-		<td valign="top" align="right" width="250">
-			<img src="/static/me.jpg" alt="Portrait of Rohan Verma" width="220" border="1" class="portrait">
-		</td>
-	</tr>
-	</table>
-	
-	<h2 style="margin-top: .3em;">Links</h2>
-	<dl>
-		<dt>Email</dt>
-		<dd><a href="mailto:rohan@rsap.sh">rohan@rsap.sh</a></dd>
-		<br>
-		<dt>LinkedIn</dt>
-		<dd><a href="https://www.linkedin.com/in/rsap-sh">linkedin.com/in/rsap-sh</a></dd>
-		<br>
-		<dt>Sourcehut</dt>
-		<dd><a href="https://www.sr.ht/~verma">git.sr.ht/~verma</a></dd>
-		<br>
-		<dt>Signify</dt>
-		<dd><a href="/static/rverma-2026.pub">rverma-2026.pub</a>
-	</dl>
-	<br>
-	<hr>
-	<footer>
-		<p>
-			<a href="https://www.netbsd.org"><img src="/static/powered-by-NetBSD.png" alt="Powered by NetBSD" height="40"></a>
-			<a href="https://www.anybrowser.org/campaign/index.html"><img src="/static/anybrowser.png" alt="Works on any browser" height="40"></a>
-			<a href="https://www.notbyai.fyi"><img src="/static/Not-By-AI.png" alt="Written by a human" height="40"></a>
-		</p>
-		<p><a href="https://got.rsap.sh/?action=summary&path=site.git">&copy; 2026 Rohan Verma</a></p>
-	</footer>
+<h1 style="line-height: normal; margin-bottom: .2em;">Rohan Verma</h1>
+<nav style="line-height: normal;">
+	<a href="/">home</a> |
+	<a href="/blog">blog</a> |
+	<a href="/got">got</a> |
+	<a href="/resume">resume</a>
+</nav>
+
+<div class="pdf-button"><a href="/static/resume.pdf">Save as PDF</a></div>
+<p class="resume-contact">16/6 TH Jaypee Greens, Greater Noida, India &nbsp;&bull;&nbsp; (971) 555-6084 &nbsp;&bull;&nbsp; rohan@rsap.sh</p>
+
+<hr>
+<h3>EDUCATION</h3>
+<div class="entry-row">
+	<span class="entry">Northeastern University</span>
+	<span class="date">2026&ndash;30</span>
+</div>
+<ul>
+	<li>B.Sc. Computer Science and Game Development</li>
+	<li>Ongoing education at Northeastern</li>
+</ul>
+<div class="entry-row">
+	<span class="entry">American School of Dubai</span>
+	<span class="date">2022&ndash;26</span>
+</div>
+<ul>
+	<li>Achieved High Honor Roll with Distinction</li>
+	<li>Completed 6 Advanced Placement courses to achieve college credit</li>
+	<li>Student IT Helpdesk President, Tech 4 Tomorrow Club Founder, Global Issues Network Exec. Publicist</li>
+</ul>
+
+<hr>
+<h3>HONORS</h3>
+<div class="entry-row">
+	<span class="entry">Bob Ackerman Award</span>
+	<span class="date">June 2026</span>
+</div>
+<ul>
+	<li>Excellence in Technology Award (top of ~170 students); $1,500 USD scholarship</li>
+</ul>
+<div class="entry-row">
+	<span class="entry">Paper Publication Recognition</span>
+	<span class="date">Oct 2025</span>
+</div>
+<ul>
+	<li>Received for publishing in Volume 12 Issue 10 of TIJER International Research Journal</li>
+</ul>
+<div class="entry-row">
+	<span class="entry">AP Scholar Award</span>
+	<span class="date">Jul 2025</span>
+</div>
+<ul>
+	<li>Awarded from AP Computer Science Principles, AP Physics 2, AP Microeconomics</li>
+</ul>
+<div class="entry-row">
+	<span class="entry">BisectHosting Partnership</span>
+	<span class="date">Feb 2024</span>
+</div>
+<ul>
+	<li>Recognized for ~1 million downloads; banners featured across all mods</li>
+</ul>
+
+<hr>
+<h3>EXPERIENCE</h3>
+<div class="entry-row">
+	<span class="entry">Think Software Services FZ LLC</span>
+	<span class="date">Aug &ndash; Sep 2024</span>
+</div>
+<p class="subtitle">Information Technology Intern</p>
+<ul>
+	<li>Collaborated with a 5-member technical team providing enterprise IT support</li>
+	<li>Completed 70+ hours of professional training in server provisioning, remote access management, and client troubleshooting</li>
+	<li>Assisted in cloud migration testing environments; improved service latency by 15% with system tuning</li>
+</ul>
+
+<hr>
+<h3>RESEARCH</h3>
+<div class="entry-row">
+	<span class="entry">Technix International Journal for Engineering Research</span>
+	<span class="date">Aug &ndash; Oct 2025</span>
+</div>
+<p class="subtitle">What psychological factors influence gamers&rsquo; decisions to download third-party algorithms for video games? (ID: TIJER2510069)</p>
+<ul>
+	<li>Analyzed psychological and ethical factors influencing gamers&rsquo; adoption of third-party algorithms and modding tools. Synthesized insights from 10+ peer-reviewed studies using Technology Acceptance Model (TAM), TPB, and moral-cognition frameworks</li>
+</ul>
+
+<hr>
+<h3>PROJECTS</h3>
+<div class="entry-row">
+	<span class="entry">rsap (CurseForge/Modrinth)</span>
+	<span class="date">Dec 2022 &ndash; Present</span>
+</div>
+<ul>
+	<li>Engineered Java-based Minecraft modifications; achieved ~1 million downloads using modular, event-driven architecture
+		<ul>
+			<li><b>capybara</b> &mdash; entity-and-behavior mod; 653K+ downloads</li>
+			<li><b>aeronautics-compat</b> &mdash; compatibility patch for a physics-based mod; 201K+ downloads, 65 followers</li>
+			<li><b>legacy-console-sounds</b> &mdash; 4J console sound effects; 41K+ downloads</li>
+			<li><b>kebabs-delight</b> &mdash; food/item mod; 37K+ downloads</li>
+		</ul>
+	</li>
+	<li>Produced YouTube showcases reaching 25K+ views, demonstrating build logic and optimization to a global modding audience</li>
+</ul>
+<div class="entry-row">
+	<span class="entry">Navigator (Open Source)</span>
+	<span class="date">Aug 2025</span>
+</div>
+<ul>
+	<li>Built a Linux-based homelab application hub consolidating media, cloud, and server services; optimized runtime to under 1MB RAM with C backend and HTML frontend</li>
+	<li>Open-source design with MIT License and user transparency; reached 80+ open-source community upvotes across platforms</li>
+</ul>
+
+<hr>
+<h3>SKILLS</h3>
+<ul>
+	<li><b>Languages:</b> Java, Python, Go, C, Shell, HTML/CSS, JavaScript, Lua</li>
+	<li><b>Systems &amp; Infrastructure:</b> Linux, BSD, self-hosting, Docker/Podman, nginx, reverse proxies, DNS</li>
+	<li><b>Networking:</b> TLS/certificates, SSH, VPNs, firewalls, home network administration</li>
+	<li><b>Tools:</b> Git, VS Code, Vim, Arduino IDE, Excel (Advanced), Notion</li>
+	<li><b>Languages Spoken:</b> English (Native), Spanish (Intermediate), Hindi (Intermediate)</li>
+	<li><b>Interests:</b> Game Development, Distributed Systems, Open Source, Server Engineering, Jazz Guitar, Embedded Tech, Badminton, Robotics, Golf, Swimming</li>
+</ul>
+
+<br>
+<hr>
+<footer>
+	<p>
+		<a href="https://www.netbsd.org"><img src="/static/powered-by-NetBSD.png" alt="Powered by NetBSD" height="40"></a>
+		<a href="https://www.anybrowser.org/campaign/index.html"><img src="/static/anybrowser.png" alt="Works on any browser" height="40"></a>
+		<a href="https://www.notbyai.fyi"><img src="/static/Not-By-AI.png" alt="Written by a human" height="40"></a>
+	</p>
+	<p><a href="https://got.rsap.sh/?action=summary&amp;path=site.git">&copy; 2026 Rohan Verma</a></p>
+</footer>
 </td>
 </tr>
 </table>
blob - /dev/null
blob + c9c35bd12ac8bea8732bbc51fe45523d4b2ff360 (mode 644)
Binary files /dev/null and static/resume.pdf differ