Kaynağa Gözat

feat: refactor, add tags, homepage

pull/5/head
Rohan Verma 6 yıl önce
ebeveyn
işleme
c93c11a32c
7 değiştirilmiş dosya ile 66 ekleme ve 51 silme
  1. +6
    -1
      config.toml
  2. +35
    -0
      content/about.md
  3. +1
    -0
      content/blog/2019/2019-10-10-facebook-birthday.md
  4. +1
    -0
      content/blog/2019/2019-10-25-paisavasool-hackinout-2019.md
  5. +2
    -1
      content/blog/2019/2019-11-05-docker-gopls.md
  6. +15
    -0
      content/blog/2019/2019-11-15-selfhosted-netlify.md
  7. +6
    -49
      layouts/index.html

+ 6
- 1
config.toml Dosyayı Görüntüle

@@ -44,8 +44,13 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
name = "Blog"
identifier = "blog"
url = "/blog"
weight = 0
weight = 2

[[menu.main]]
name = "About"
identifier = "about"
url = "/about"
weight = 3

[[menu.utility]]
name = "@rhnvrm"

+ 35
- 0
content/about.md Dosyayı Görüntüle

@@ -0,0 +1,35 @@
## About

### Work
I’m currently working as a Software Developer at
<a class="no-underline text-grey-dark" href="https://zerodha.com/products">Zerodha Tech</a>
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).

+ 1
- 0
content/blog/2019/2019-10-10-facebook-birthday.md Dosyayı Görüntüle

@@ -3,6 +3,7 @@ title = "Facebook Birthday List to ICS file"
date = 2019-10-11T01:03:03+05:30
draft = false
categories = ["notes"]
tags = ["digital wellbeing", "python"]
type = "post"
url = "blog/2019/10/10/facebook-birthday"
author = "Rohan Verma"

+ 1
- 0
content/blog/2019/2019-10-25-paisavasool-hackinout-2019.md Dosyayı Görüntüle

@@ -3,6 +3,7 @@ title = "PaisaVasool - HackInOut 2019"
date = 2019-10-25T15:30:03+05:30
draft = false
categories = ["projects"]
tags = ["fintech", "hackathon"]
type = "post"
url = "blog/2019/10/25/paisavasool-hackinout-2019"
author = "Rohan Verma"

+ 2
- 1
content/blog/2019/2019-11-05-docker-gopls.md Dosyayı Görüntüle

@@ -2,7 +2,8 @@
title = "Containerized development workflow using remote gopls server"
date = 2019-11-05T15:30:03+05:30
draft = false
categories = ["golang"]
tags = ["golang", "docker"]
categories = ["golang", "notes"]
type = "post"
url = "blog/2019/11/05/containerized-dev-using-remote-gopls"
author = "Rohan Verma"

+ 15
- 0
content/blog/2019/2019-11-15-selfhosted-netlify.md Dosyayı Görüntüle

@@ -0,0 +1,15 @@
+++
title = "Self hosted Netlify using docker-compose, gitea, and drone-ci"
date = 2019-11-15T15:30:03+05:30
draft = false
tags = ["golang", "docker", "self hosted"]
categories = ["tutorials"]
type = "post"
url = "blog/2019/11/15/selfhosted-netlify"
author = "Rohan Verma"
+++

I had been using netlify to deploy a few of my static sites. The process for
deployment is seamless and all you need to do is push to master. Pushing to
the develop branch or creating a pull request on github creates a mirror
with a unique URL which

+ 6
- 49
layouts/index.html Dosyayı Görüntüle

@@ -17,49 +17,6 @@
</div>
</div>

<br>
<h2>About</h2>

<h3>Work</h3>
I’m currently working as a Software Developer at
<a class="no-underline text-grey-dark" href="https://zerodha.com/products">Zerodha Tech</a>
where I am writing Golang, Python and a bit of Javascript to
build fintech products used at scale everyday.

<br><br>

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.
<br><br>

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.
<br><br>
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.
<br><br>
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.
<br><br>

<h3>Personal</h3>
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).

<br><br>

<h2>Social</h2>
@@ -106,6 +63,10 @@

<h2>Blog</h2>

My blog is also available via <a href="/blog/index.xml">[RSS]</a>

<br><br>

You can read my <a class="no-underline text-grey-dark" href="/blog">blog</a> where
I try to write about what I am doing and things I find interesting.
I have organized my blog using categories
@@ -127,22 +88,18 @@
<br><br>

<section>
<b>categories</b>: <br>
<b><a href="/categories">categories</a></b>: <br>
{{range ($.Site.GetPage "taxonomyTerm" "categories").Pages }}
<a href="{{.Permalink}}">{{lower .Title}}</a>
{{end}}
<br><br>
<b>tags</b>: <br>
<b><a href="/tags">tags</a></b>: <br>
{{range ($.Site.GetPage "taxonomyTerm" "tags").Pages }}
<a href="{{.Permalink}}">{{lower .Title}}</a>
{{end}}
</section>

<br>
My blog is also available via <a href="/blog/index.xml">[RSS]</a>

<br><br>




Yükleniyor…
İptal
Kaydet