Intro

Hello! My name is Yash Bhandare, and I am a skilled and accomplished Full-Stack Software Development Engineer and a published Data Science Researcher. I graduated with my master’s degree in computer science from Purdue University, I have a Bachelor's degree from The University of Pune, I bring a strong professional and academic foundation to my work. My technical skills encompass a wide range of programming languages, including TypeScript, JavaScript, C#, Python, GO and more, along with expertise in tools like AWS, Docker, Git, and a variety of SQL and NoSQL DBMS.

I am currently working on some really exciting projects in the AR space with Google as a Data Specialist working with CognizantCognizant collecting valuable user insights, data analysis, business recommendations, A/B testing and a lot more, thus driving product vision using a strongly Data-driven approach.

Before my post graduate education during my 2+ year tenure at Avalara, I thrived as a Software Developer, contributing to the development of numerous REST APIs in the Express.js framework. I played a key role in migrating legacy JavaScript code to TypeScript and successfully designed and maintained multiple production level SQL databases. Additionally, I led the Shared Services team as a Scrum Master, ensuring smooth project execution, and took charge as a security champion for 2 quarters. My experience includes deploying compliant infrastructure with terraform in AWS and managing APIs, salesforce records, and monitoring systems for thousands of customers.

As a Software Development Intern at Fairlinx, I gained valuable experience in developing coding automation tools and enhancing UI functionalities. Furthermore, my role as a Data Science Intern at Metalbrain Technologies allowed me to employ my analytical skills in creating a novel approach for rating stock market analysts using a Naive Bayes Classifier, resulting in a research paper presented at the IEEE INCET 2020 conference amongst researchers from around the globe.

My affinity for research has led me to be involved in the authorship of another research paper currently in the process of being published. My current research uses Genetic Algorithms and Simulated Annealing to solve a significant problem in the Machine Learning Domain, so keep an eye out for that publication!

Beyond my technical expertise, I possess strong leadership abilities, agile methodologies, and effective communication skills. I am certified as an AWS Certified Cloud Practitioner and a Certified Scrum Lead. I am also a MENSA Lifetime Member and have pursued other certifications in Python, NodeJS, Data Governance, Go Language to name a few.

In addition to my professional pursuits, I have actively contributed to social causes, serving as the Secretary of the Toastmasters Club of Pune and volunteering as a mentor and tutor at Responsible Charity. These experiences have strengthened my leadership skills, social responsibility, and commitment to making a positive impact in the community.

I am now eager to explore new opportunities where I can leverage my diverse skill set and passion for innovation. If you are seeking a dedicated and accomplished computer science professional with a strong track record of success, I would eagerly welcome the opportunity to connect and discuss how I can contribute to your organization's growth and success.

By the way, check out my awesome work.

Work

My coding philosophy centers on efficiency and elegance. I believe in investing time to discover the most efficient way to accomplish a task, using the least amount of code possible, rather than spending excessive time on extensive coding. Here are some of my projects:

  1. LightweightMMM Demo Project

    • Github Link
    • A project exploring the effect of MMM models.
    • The motivation from this project came due to one of my other projects, namely the portfolio webpage that you are currently reading this on.
    • During the creation and maintenance of this webpage, I used google analytics to create a dashboard and observe in real time how various strategies affected my outreach during my job search.
    • MMM models automate this effectively for large organizations to shed light on metrics like ROAC (Return on Ad campaign)
    • A Naive Bayes Classifier along with some business logic was used to extract meaningful ratings that were conditioned using a K-Means algorithm layer to finally get a rating out of 5 stars for each Analyst.
    • The System was coded in Python 3 with a flask REST API that was served using a simple React.Js webpage.
    • Skills: Selenium, Python, AI, ML, Naive Bayes Classifier, K Means, SQL, Flask, HTML.
  2. SMART: Stock Market Analyst Rating Technique

    • Github Link
    • Link to research paper
    • This is my undergraduate capstone project.
    • My team and I used a novel approach to create an end-to-end system to give Stock Market Analysts an unbiased rating based solely on their historical performance.
    • Our original research was published in the IEEE INCET 2020 conference.
    • For this project, we started by creating a custom data scraping script in Selenium, which helped us gather 20000+ stock purchase recommendations given by 500+ stock market analysts.
    • These recommendations covered a span of 3 years and after putting this data through a rigorous data cleaning and conditioning layer of code, it was stored in a MySQL database.
    • A Naive Bayes Classifier along with some business logic was used to extract meaningful ratings that were conditioned using a K-Means algorithm layer to finally get a rating out of 5 stars for each Analyst.
    • The System was coded in Python 3 with a flask REST API that was served using a simple React.Js webpage.
    • Skills: Selenium, Python, AI, ML, Naive Bayes Classifier, K Means, SQL, Flask, HTML.
  3. Hyperparameter Tuning Using Simulated Annealing and Genetic Algorithms

    • Github Link
    • This project was the result of a semester long independent research study under Prof.Mohammedreza Hajiarbabi during my Masters studies at Purdue University.
    • I developed two novel approaches to solve the problem of searching through the vast search space of possible hyperparameter for any given instance of using a Machine Learning Model.
    • One of the approaches was based on the Genetic Algorithm and the other based on Simulated Annealing.
    • The Genetic Algorithm is a Metaheuristic Algorithm that will create 'populations' of possible solutions to a problem and proceed to search through them
    • Currently in the process of publishing my results from this project as a research paper.
    • Skills: Metaheuristic Algorithms, Data Science, Latex, Python, Original Research, Expert Systems.
  4. Translate, Transcribe and Subtitle Using WhisperAI

    • Github Link
    • This was the course project I developed as a part of my team for the Applications of Deep Learning course in my first semester as a masters student at Purdue University. This project went on to win the best course project award under the invaluable tutoring of Dr.Zesheng Chen
    • After analyzing a multitude of options, we decided on using WhisperAI's NLP model to develop a system to tranlate, transcribe and subtitle audio and video files.
    • The most crucial part of the project was the creation of the translation interface that would translate audio in real time. We achieved this using a streaming socket.
    • The other functionalities included transcription and auto-subtitling videos in English from many other languages supported by the WhisperAi model
    • Skills: Python, React.Js, Flask, WhisperAI, Deep Learning, Machine Learning, Data Science, Scrum Master.
  5. College News Portal Android Application

    • Github Link
    • This was a project I implemented in my penultimate year of undergraduate studies.
    • It was aimed at being a replacement to the notice boards in our college and was fully implemented and deployed across my college with more than 100 concurrent users briefly. I had developed a suite of 2 android application, one for staff and one for students.
    • The project had a NoSQL Google Firebase backend with the android app being the front-end and business logic.
    • I had implemented robust security measures in this project making it feasible to be deployed across my college.
    • This project had won the best project award in the interdepartmental competitions held at our college.
    • Skills: NoSQL, Firebase, Android, Java, XML, UI/UX Design Principles.
  6. Arduino and Raspberry Pi Surveillance Robot

    • Github Link
    • I had developed this as a mini-project with some of my fellow college-mates in the penultimate year of my undergraduate studies.
    • The robot was a 4 wheeled chassis with a raspberry Pi as the brains of the car and an Arduino to drive the motors on the car.
    • A rasPi Camera module was attached as a video feed device.
    • The function of this robot was to be controlled remotely over wifi from any laptop it was configured with and relay a live video feed to the laptop.
    • Skills: Python, Arduino(C++).

Certifications

Throughout my professional journey, I have always strived to be at the top of my game and expand my proficiency in the most relevant skills that my duties have required. Here are some of my certifications, please click the individual certifications to view certificates:

  1. AWS Certified Cloud Practitioner

  2. Avalara Certified Scrum Master

  3. Data Governance Certification

  4. Node.Js Certification

  5. Databases for Node.js Developers

  6. Tableau Certification

  7. Agile Fundamentals

  8. Toastmasters Certified Competent Communicator and Competent Leader

  9. Express.Js Essential Training


Here are some letters of recommendations from people who have liked working with me

  1. Avalara - Experience Letter

  2. Faisal Khan - Co-Founder of Fairlinx Software, the company that created FSMPro

  3. Responsible Charity - One of the most life-shaping places I have worked at

  4. Dr.S.A.Itkar - Head of Computer Science Department of my Undergraduate Institute

  5. Prof.Deipali Gore - Project Mentor for Capstone Undergraduate project

  6. Prof. Yogita Narwadkar - Undergraduate Professor and Guardian Faculty Member

  7. MENSA - High IQ society

About

On a personal note, let me provide you with a glimpse into my life beyond my professional endeavors. I believe in maintaining a healthy work-life balance and pursuing various interests that enrich my overall well-being. Outside of the professional sphere, I am an avid learner, always seeking opportunities to expand my knowledge and skill set. Whether it's delving into the latest advancements in technology, exploring new hobbies, or engaging in thought-provoking discussions, I strive to embrace continuous growth and personal development.

Beyond my passion for computer science, I find solace in exploring the world of literature. Reading allows me to broaden my horizons, ignite my imagination, and gain valuable insights into diverse perspectives. I am particularly fond of fiction, science fiction, and self-improvement literature, which not only entertain me but also inspire me to think critically and explore new ideas.

In my free time, I enjoy staying physically active. Engaging in activities such as hiking, cycling, and yoga not only keep me fit but also help me clear my mind and rejuvenate. The outdoors provide me with a sense of serenity and appreciation for the beauty of nature.

Moreover, I am a firm believer in giving back to society. Volunteering with organizations that support underprivileged communities has been a fulfilling and humbling experience for me. It allows me to contribute positively to society and make a meaningful difference in the lives of others.

Lastly, I value quality time spent with family and friends. Building and nurturing strong relationships is important to me, as it brings joy, support, and a sense of belonging. Whether it's engaging in stimulating conversations, celebrating milestones, or embarking on adventures together, I cherish the moments shared with loved ones.

In summary, my personal life is characterized by a thirst for knowledge, a love for literature, an active and healthy lifestyle, a commitment to social responsibility, and strong connections with family and friends. These aspects of my life not only contribute to my personal growth and happiness but also enhance my professional endeavors by fostering creativity, resilience, and a well-rounded perspective.

Elements

Text

This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link.


Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Blockquote

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.

Preformatted

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';

Lists

Unordered

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Alternate

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Ordered

  1. Dolor pulvinar etiam.
  2. Etiam vel felis viverra.
  3. Felis enim feugiat.
  4. Dolor pulvinar etiam.
  5. Etiam vel felis lorem.
  6. Felis enim et feugiat.

Icons

Actions

Table

Default

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Alternate

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Buttons

  • Disabled
  • Disabled

Form