I am a Computer Science graduate student at Portland State University. Previously in my professional career, I started as an intern at Philips and worked at companies like Cerner and ZOLL Medical corporation as a Software Engineer. I was involved in all the aspects of software development from designing, developing, reviewing to unit testing. It was mostly desktop applications like HIS (Hospital Information System) to interface with the medical equipment's. I have also touched upon some data processing and analysis using SDK’s and API’s. My interests at Portland State have mainly been database/data, parallel computing and cloud technologies. I have worked on some very intriguing projects for designing, building and maintaining data processing pipelines for Portland's real time C-Tran data, developing serverless web applications and deploying them on cloud platforms using docker containers, working on some basic parallel programming to achieve high performance by running programs/apps simultaneously on different computers across a distributed memory.
Work
Singapore, Singapore
- Design, develop, test, maintain and support custom windows and web applications
- Develop C#, WCF/WPF applications and interface them with the API
- Worked on the proprietary SDK's to support applications interacting and integrating with the ZOLL's medical devices
- Explored ways to visualize and send a daily report of test results to team members using HTML, Javascript, and CSS
Bengaluru, India
- Designed and developed C++ code to process and support HL7 messages sent out from Cerner HIS
- Developed an application to parse the HL7 data (Health Level 7) and export them to meaningful analytics
- Developed algorithms to process captured health information from Cerner's wearable medical devices and provided adaptive learning capability and analysis of health metrics
Bengaluru, India
- Developed ASP.NET application to view details of all the Philips CT scanners deployed in different locations
- Used JSON for data processing and data transfer between the ASP.NET application and backend C# code for managing the CT scanner data
- Used Microsoft Azure to deploy applications in the cloud
Projects
C-Tran Data Analysis
Building an Apache Kafka data pipeline to gather, transform, validate real-time C-Tran data and push it in a postgres database which is then used for visualizing by creating heat maps using MapboxGL library. Technologies used: Pyhton, PostgreSQL, GCP, Pandas, MapboxGL.
View CodePortfolio
This is a webpage that is hosted in GitHub pages. It contains the details of my bio, work experience, projects and contact form. This contact form is implemented using formsubmit.co to send the data as email to me. The technologies used are HTML, CSS, JavaScript, Bootstrap.
View CodeOne Stop App
This is a python web application built on flask framework using jinja template. This application implements 3 API's that is, weather, news and quote of the day. This application is deployed on Google Cloud Run by creating a container image using a dockerfile which uses gunicorn gateway server.
View CodeBattlecode
This is a MIT Hackathon project. It is a unique challenge combining battle strategy, software engineering and AI. There are 4 different kinds of robots with different powsers and functionalities. Using the game libraries we need to make the robots function in order to fight the opponent team.
View CodeInternet Relay Chat
Internet Relay Chat is a text-based chat system for instant messaging. IRC is designed for group communication in discussion forums, called channels, but also allows one-on-one communication via private messages as well as chat and data transfer, including file sharing.
View CodePokemon Database
This project is to build a database which stores all the information about the pokemon, their types, moves and location at which they are seen. some of the tables were populated using csv file and some of the tables are populated using stored procedures. Technology used is PostgreSQL
View Code