It's lovely seeing you here. Brrr.. It sure is cold today!
I am a Developer based and engineering graduate passionate about building pixel perfect and intuitive web applications. When I'm not typing my way through lines of code, I like to listening songs.
HTML 5
CSS 3
Javascript
Designed an e-commerce store by applying principles of object-oriented programming in creating the different features. The store has 3 main users - customer, seller and admin. Used inheritance and polymorphism to achieve a SOLID principles based code design for implementing features of a typical e-commerce store for these users.
Built a scientific calculator using Java programming language by implementing an object-oriented design. The calculator is built as a command line application and takes inputs from user for any operation they select based on the operation list displayed to them. All inputs, calculations and results are saved in a file named CalculationsHistory.txt.