<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>RaviKiran Kilingar</title>
    <link>https://rkilingar.me/</link>
    <description>Recent content on RaviKiran Kilingar</description>
    <image>
      <url>https://rkilingar.me/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://rkilingar.me/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Sun, 30 Jan 2022 10:07:30 +0530</lastBuildDate><atom:link href="https://rkilingar.me/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using KaTeX in hugo</title>
      <link>https://rkilingar.me/posts/katex-hugo/</link>
      <pubDate>Sun, 30 Jan 2022 10:07:30 +0530</pubDate>
      
      <guid>https://rkilingar.me/posts/katex-hugo/</guid>
      <description>Using KaTeX in Hugo for math typesetting Rendering latex in hugo can be achieved using KaTeX. This gives us the ability to render equations like below efficiently:
$\displaystyle\sum\limits_{i=0}^n i^3$
Steps to follow We want to implement it in such a way that any pages that uses math typesetting can be earmarked with math: true in front-matter and then optionally katex will render the formulas given as below:
$\displaystyle\sum\limits_{i=0}^n i^3$ with:</description>
    </item>
    
    <item>
      <title>Taxi Cab Geometry and Manhattan Distance</title>
      <link>https://rkilingar.me/posts/taxicab-geometry/</link>
      <pubDate>Sat, 29 Jan 2022 10:07:30 +0530</pubDate>
      
      <guid>https://rkilingar.me/posts/taxicab-geometry/</guid>
      <description>Problem Given two points $P_1$ &amp;amp; $P_2$ in a grid, and you need to reach from one of the cells to the other, Allowed moves will be up, down, left and right. What is the minimum steps required to reach the destination?
TaxiCab Geometry and Manhattan Distance Going by euclidean geometry in a 2D surface, distance between any given two points $(x_1,y_1)$ and $(x_2,y_2)$ is:
$d = \sqrt{(y_2^{2}-y_1^{2})-(x_2^2-x_1^2)}$
This is the straight line distance drawn as a diagonal between the two points.</description>
    </item>
    
    <item>
      <title>Janus WebRTC Server Plugin Interface</title>
      <link>https://rkilingar.me/posts/janus-plugins/</link>
      <pubDate>Sun, 30 May 2021 10:07:30 +0530</pubDate>
      
      <guid>https://rkilingar.me/posts/janus-plugins/</guid>
      <description>Introduction This article and video will go through the janus plugin interface.
So a brief introduction about janus-server would be that it is a WebRTC server which facilitates creation of WebRTC media communication channels and the exchange of communication. You can visit their website for a more detailed communication regarding this software.
Janus has a plugin interface through which we can create multiple addons that work over WebRTC where one such example would be Video Room.</description>
    </item>
    
    <item>
      <title>Debugging Chromium with VSCode</title>
      <link>https://rkilingar.me/posts/chromium-webrtc/</link>
      <pubDate>Sat, 01 May 2021 20:07:30 +0530</pubDate>
      
      <guid>https://rkilingar.me/posts/chromium-webrtc/</guid>
      <description>Chromium-WebRTC WebRTC is an open source project providing Real-Time Communication between multiple devices. It was open sourced by google, and the specification is available in IETF.
One of the interesting features I&amp;rsquo;ve been using in WebRTC is screen-sharing. So we wanted to tinker with it and understand the architecture and flow on how it manages to avail this feature cross OS platform.
The below mentioned method may not be the easiest and efficient way to get to know the underlying flow of WebRTC.</description>
    </item>
    
    <item>
      <title>About Me</title>
      <link>https://rkilingar.me/aboutme/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://rkilingar.me/aboutme/</guid>
      <description>Quick Summary Senior Software Engineer specializing in cloud infrastructure and observability. Currently driving platform improvements at Intuit where I&amp;rsquo;ve saved ~$1.8M through Karpenter-based node autoscaling and built LLM-powered agentic workflows for incident management.
Experience Highlights Intuit (Nov 2021 – Present)
 Senior Software Engineer on Cloud Infrastructure Team Decreased cloud costs by 30% and saved ~$1.8M Built LLM-based agentic workflows for incident management Led fleet-wide Kubernetes upgrades across organization Managed 10+ cluster addon components  ZopSmart Technologies Pvt Ltd.</description>
    </item>
    
    
    
  </channel>
</rss>
