
Hey Listen!
Hi! My name is Rishav Sharan.
I am a technologist, bibliophile, rationalist and a professional procrastinator.
I work as a Product Manager in Microsoft.
This is my {WIP} blog - where I talk about web dev, gamedev, general cool tech stuff, speculative fiction, curious philosophicies, or just
random junk which interest me. All views here are my own.
Anyway, you get the picture. Off you go.
⇃ Scroll below for the posts ⇂

Posted on 16 Dec, 2021
Making my blog site - Rishav-sharan.com
A look at the architecture and approach behind this very blog site. I will walk you through why I chose what I chose, parts of the implementation and also why this approach is a great fit for simple blogs and static sites.

Posted on 16 Dec, 2021
Making a Single Page App in ye good olde JS (ES6)
Guide on creating a basic blog like single page app (SPA) using no frontend frameworks but just plain javascript (ES6). You do not need React. You do not need Vue. All you need is a editor and basic knowledge of modern javascript.