Introduction

Hello :) My name is Kanchan Joshi, and I am excited to introduce myself through this R Markdown HTML BIO report.

About Me

I am currently a MS-IS student at Lindner School of Business. My background includes:

  • Education: I have completed Bachelors in Technology (Computer Science and Engineering) in 2020 from Banasthali Vidyapith
  • Interests: I love travelling, making new friends, cooking and I also love dogs and cats
  • Skills: Java, Spring Boot, SQL, AWS

That’s how I look

Here is a recent photo of me travelling the cleanest and the less explored beaches of Konkan region in Maharashtra:

Professional Background

Here are a few highlights from my career:

  • I worked as a Senior Software Engineer at HSBC
  • I have a 4 years of work experience in developing APIs, testing and overall maintenance.
  • I have developed, released and maintained the Mulesoft and Spring APIs and played a vital role in HSBC UK Banking Payments team projects like Open Banking, Kinetic and PB UK Digital Wallets.

Contact Information

Feel free to reach out to me via the following links:

Experience with R or other analytics software

I don’t have any prior experience in R or any other analytics software. I am learning R from our Data Wrangling class and actually loving the experience. Although, it is little fast paced for me- from beginner’s POV.

Example Equation

For those interested, here’s an example of a mathematical equation:

\[ \text{Area of circle} = \pi \times radius^2 \]

Code Chunk Example

Here’s a simple R code chunk demonstrating basic statistics:

# Simple R code chunk
data <- c(1,3,5,7)
mean(data)
## [1] 4