{{ define "title" -}} {{ .Site.Title }} {{- end }} {{ define "header" }} {{ partial "masthead.html" . }} {{ end }} {{ define "main" }}

{{ .Title }} (rhnvrm)

Hello World šŸ‘‹
Welcome to my homepage.

About

Work

I’m currently working as a Software Developer at Zerodha Tech where I am writing Golang, Python and a bit of Javascript to build fintech products used at scale everyday.

Before Zerodha, I interned with Dell Technologies as a Software Engineering Intern and graduated in the Summer of 2018 from Shiv Nadar University, Dadri, India.

At Dell, I was part of a team that was building a new end-to-end microservice based product using Golang (and Python) to solve an invoice-to-order matching problem which had an effect of increasing the cash flows for Dell and customer facing invoice accuracy via last mile automation.

I have also worked remotely during my participation in Google Summer of Code in 2016 and contributed to the Open Source Apache Allura Project that powers SourceForge.com.

Out of interest and curiosity, I have (little) experience with Machine Learning and AI through my pursuit of a Machine Learning Nanodegree which I earned through a MOOC curated by Udacity which I undertook in the summer of 2017.

Personal

I am from New Delhi, India and am currently based in Bengaluru, India. I write code for a living, and often write code as a hobby, or to automate the little things. You might find me lurking on online message boards, online games and IRC as rhnvrm (an alias I took long ago).

Social

github https://github.com/rhnvrm
keybase https://keybase.io/rhnvrm
twitter https://twitter.com/rhnvrm
linkedin https://www.linkedin.com/in/rhnvrm/
youtube https://www.youtube.com/user/TheRohanVerma

Projects

My latest sideproject is upi.link, a small and nifty programmable UPI shortlink generator.

Here is a list of my most recent projects:

{{ range first 10 .Site.Taxonomies.categories.projects }}
  • {{ .Page.Title }}
  • {{ end }}
    You can find all my projects at the project listing page.

    Blog

    You can read my blog where I try to write about what I am doing and things I find interesting. I have organized my blog using categories and tags. You can navigate the blog by using them, or if you prefer to view by date, you can visit the blog listing page.

    Here are the most recent blogs I wrote,

    {{ range first 10 .Site.RegularPages }}
  • {{ .Page.Title }}
  • {{ end }}

    categories:
    {{range ($.Site.GetPage "taxonomyTerm" "categories").Pages }} {{lower .Title}} {{end}}

    tags:
    {{range ($.Site.GetPage "taxonomyTerm" "tags").Pages }} {{lower .Title}} {{end}}

    My blog is also available via [RSS]

    {{ end }} {{ define "footer" }} {{ partial "powered-by.html" . }} {{ end }}