Skip to content

Instantly share code, notes, and snippets.

@sameernyaupane
Last active November 1, 2018 07:47
Show Gist options
  • Save sameernyaupane/f0721ce4cd3dec9bbce3931c4b85af8a to your computer and use it in GitHub Desktop.
Save sameernyaupane/f0721ce4cd3dec9bbce3931c4b85af8a 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: https://www.medium.com/@sameernyaupane
</li>
<li>
Speaking on tech topics.<br>
I've also spoken at the PHP Developers Nepal meetup.<br>
You can check it out at: https://www.youtube.com/watch?v=hjeILI1jFkw
</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