About
I seek challenging opportunities where I can fully use my skills for the success of the organization. As a fresher, I am seeking a role which allows me to continue learning and perfecting my skills as I provide high-quality work, and encourages me to flourish.

- Birthday: 19 Jan 2000
- Phone: 8973207000
- City: Nabha, Punjab
- Age: 22
- Degree: B.Tech
- Email: aayushgoyal91@gmail.com
My name is Aayush Goyal, currently studying in final year of B.E. in Electronics and Computers. I am looking for my first full-time job. I cannot say with 100% confidence where I see myself in five years or what my big career goal is. The world is changing rapidly, and I don’t have enough professional experience to be certain about such things. However, I know that I can provide a fresh take and an extraordinary approach to every project. I am always open to challenges and constructive feedback. I am open-minded and learn new things quickly. I want to become a team player and dedicate all my skills and talents to develop high-quality and unique products.
Resume
Sumary
Ayush Goyal
Innovative and deadline-driven, passionate worker. Always ready to seek challenges and ability to work under pressure. Seeking oppotunities to enhance my skills with the team.
Education
Bachelor's of Technology ENC
2019 - 2023
Thapar Institute of Engineering and Technology, Patiala
8.37 CGPA
XII Non-Medical
2018 - 2019
Shri Usha Mata Public School, Nabha
86.2%
10th
2016 - 2017
D.A.V. Centenary Public, School, Nabha
10 CGPA
Projects
Chat App
A Web Chat App
• A web application that allows multiple users to send and receive messages seamlessly.
• Admin notifies to all the other users when any user enters or leaves the chat.
• Built the UI components in React.js and Server in Node.js.
• Uses Socket.IO library for low latency, bidirectional and event based communication between the users online.
Weather App
Built a Weather App using HTML,CSS and Javascript
• Makes an API call (API provided by openweathermap) to fetch weather data of a location.
• Also provides an optionality of using device’s current location to get the weather data.
Tic Tac Toe Game
Implemented Tic Tac Toe game using Javascript
• Built the grid or playing area using HTML and CSS.
• Implemented the logic of turn switching (between X and 0) and checking the winning or the game drawn conditions in javascript.
Sudoko Solver
Implemented Sudoko Solver in C++
• Uses Recursion and Backtracking algorithm to fill the empty cells.
• Throws an error message when an unsolvable sudoko is passed as an input.