Skip to content

Instantly share code, notes, and snippets.

@sameernyaupane
Created November 1, 2018 14:22
Show Gist options
  • Save sameernyaupane/9cb9b4d42c9db9f5aa58d642d134c7c7 to your computer and use it in GitHub Desktop.
Save sameernyaupane/9cb9b4d42c9db9f5aa58d642d134c7c7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<p>Hi. I am Sameer from Nepal. I'm a software developer.<br>
I've been doing software development for more than 6 years now.<br>
I mostly do backend development using PHP and Laravel framework.<br>
On frontend, I do Javascript usually with VueJS framework.<br>
</p>
<h2>My hobbies</h2>
<ul>
<li>
Writing tech articles.<br>
I write for Hackernoon publication on Medium.<br>
You can find my articles at:
<a href="https://www.medium.com/@sameernyaupane" target="_blank">
https://www.medium.com/@sameernyaupane
</a>
</li>
<li>
Speaking on tech topics.<br>
I've also spoken at the PHP Developers Nepal meetup.<br>
You can check it out at:
<a href="https://www.youtube.com/watch?v=hjeILI1jFkw" target="_blank">
https://www.youtube.com/watch?v=hjeILI1jFkw
</a>
</li>
<li>
Reading. I like to read about new technologies,<br>
machine learning, economics, health and the aging process.
</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment