What is this?

This is an R Markdown resume assignment for week 2. Where we use different rmarkdown syntax to acheive the look of a about me page.


About Me

I am currently a student pursuing my Masters in Information Systems with Data Analytics concentration. Previously, I have a worked as a software development engineer with Salesforce. I grew up in India and moved to United states for my masters. I love listening to music, watching movies and gardening.

Favourite Movie Dialogue/Quote

1 Vulture 🐦 eating 100 buffaloes 🐃…1 Cyclone 🌪️ finishhh…

Professional Summary

I have worked as a Salesforce SDE for a little over seven years for clients like Google, Amazon, Currys UK etc. where I built applications for sales projects to enable digital transformations. I also have hands on experience as a Java developer. Here’s a link to my Linkedin


Education Background


Experience with R

I’m new to R, but after attending classes for the past two weeks, I’ve really started to enjoy it. Exploring various packages and dashboards built with R has shown me the extensive capabilities it offers for data analytics, which has sparked my curiosity and motivated me to dive deeper into learning it.

Experience with Other Analytics Software

In addition to R,which I’m currently learning, I am familiar with: SQL, Python, HTML/CSS for web development

Equation To calculate Area of a Circle

The formula for the area of a circle is:

\[ A = \pi r^2 \] Now we will be calculating the area of a circle with a radius is 5

## [1] 78.53982

Since I have taken Business Accounting here are some business accounting formulas

Equation to Calculate Return on Equity

\[ ROE = \frac{\text{Net Income}}{\text{Average Shareholders' Equity}} \]

Calculating the ROE when net income is 5000 and Shareholders equity is 200000

## [1] 0.25

Including Plots

Embedding one sample plot here

ggplot2 mtcars plot

Trying another plot by Using ggplot2 to show mtcars dataset