Experienced software developer. Vast knowledge integrating, customizing, testing, and deploying software. I worked for more than 10 years supporting software for development of microprocessors used in enterprise systems. Currently working as an Applications Developer for a healthcare analytics company.
Years of experence in coding in Python, testing (regression testing, unit testing, integration testing, code coverage). I love debugging - years of working with "blackbox" and proprietary vendor tools honed those skills.
2002-2004
2018
Six month intensive bootcamp learning NumPy, Pandas, Flask, Javascript, Leaflet, Plotly, Machine Learning, Deep Learning, and related topics.
Applications Developer
+1 512 299 6333
sandhya.govindaraju@gmail.com
2018 to Present
Client: Validate Health Inc.
Development for automating ETL (Extract, Transform and Load) of incoming data using Python and SQL.
Automation of validation of data using Python and SQL.
Automation of presentation of client data through Google Sheets and Files.
Client: LJH Ventures Inc.
Data analysis and dashboard visualization of real estate data.
Client: Miscellaneous
Tools used: Python Pandas, Matplotlib
2018 to Present
Tutor students of Data Science and Visualization bootcamp: Python, JavaScript, D3, R, Machine Learning
Supported over 40 students till date through the 6 month bootcamp with 1:1 sessions towards their goal of finishing the bootcamp.
Oracle Corporation (2010-2017), Sun Microsystems (2005-2010)
Part of the CAD tools team for SPARC microprocessor development
Served as team lead and senior applications engineer, supporting flows developed in Python, Perl and TCL.
These posts are inspired by the work I did in improving performance when using pandas dataframes at a client. Also included are some of the questions learners posed during the tutoring I did. Also includes some notes on using large datasets (and some notes on Dask for parallelization)
GitHub Repository: Pandas super journeyObtained open data on GitHub from Google BigQuery, and vizualized it using heatmap with dendrograms (scipy, plotly, seaborn), a chord diagram (d3, svg) and a force directed graph(d3, d3-force, svg) .
GitHub Repository: Github language analysisExtension of a project that I worked on with by cohort in the UT Austin Data Science Bootcamp. Used Python, Pandas, Matplotlib and Folium to create visualiations to find patterns and trends. Linear regression line is fit to the data to predict the number of deaths for 2018. Chi-squared test is used to identify disproportionately affected groups.
GitHub Repository: Project 1This work is part of a larger class project analyzing trends in music. It visualizes Billboard Music Top 100 from 1950 using JavaScript and D3. This was deployed to Heroku along with the rest of Flask application
GitHub Repository: Music PopularityDashboard showing and analyzing NY real estate data, LJH Ventures
Used Dash by Plotly to vizualize data on a map, and analyze it. Obtained tax information by extracting text from pdf documents. Deployed using AWS Elastic Beanstalk.
This work is part of a larger class project analyzing higher education costs, employability and student loans. It vizualizes some parts of the National Education and Attainment Survey using Dash by Plotly. This was deployed to Heroku along with the rest of Flask application
GitHub Repository: Higher EducationClassic dots and boxes game implemented with JavaScript front-end so that it can be played in browser. Backend is in Python and the
webpages are rendered using Flask
GitHub Repository: dots_and_boxes
Play on Heroku: dots-boxes.herokuapp.com
Classic dots and boxes game implemented as a Python package using PyGame. Unit tests included.
GitHub Repository: Pygame dots_and_boxes