Education

Full Stack Software Developement

Lambton College

Toronto, ON

January 2023 - Present

  • It's a 2 year Graduate Certificate program.
  • It has work integrated option with a Co-op or a work project.
  • The program offers key courses for development such as Java, C#, HTML, CSS, Javascript, Node.js, React, etc.
  • Graduation: September 2024.
  • Average GPA: 3.7 / 4.

Bachelor's in Computer Engineering

Dwarkadas J. Sanghvi College of Engineering

Mumbai, India

2017 - 2020

  • The program taught advanced computer software concepts.
  • It offered courses such as Machine Learning, Advanced Operating System, Natural Language Processing, etc.
  • Average GPA: 9.37 / 10.

Diploma in Computer Engineering

Shri Bhagubhai Mafatlal Polytechnic

Mumbai, India

2014 - 2017

  • The program introduced me to computing systems and softwares.
  • It covered vast range of topics from hardware to software in detail.
  • It extensively covered concepts related to networking.
  • It offered courses such as C, C++, Assembly Language, 8085 and 8086 Microcontroller, Networking, etc.
  • The entire course was hands-on from the very beginning.
  • Average GPA: 8.6 / 10.

Certificate

Oracle Certified Associate

Java SE 8 Programmer

28th January, 2021

  • Apply access modifiers
  • Apply the static keyword to methods and fields
  • Compare and contrast the features and components of Java such as: platform independence, object orientation, encapsulation, etc.
  • Create and manipulate Strings
  • Create executable Java applications with a main method; run a Java program from the command line; produce console output.
  • Create if and if/else and ternary constructs
  • Declare and initialize variables (including casting of primitive data types)
  • Declare, instantiate, initialize and use a one- dimensional array
  • Recognize common exception classes (such as NullPointerException, ArithmeticException, ArrayIndexOutOfBoundsException, ClassCastException)
  • Recognize common exception classes (such as NullPointerException, ArithmeticException, ArrayIndexOutOfBoundsException, ClassCastException)
  • Test equality between Strings and other objects using == and equals ()
  • Use Java operators; use parentheses to override operator precedence
  • Write a simple Lambda expression that consumes a Lambda Predicate expression