Developing my software engineering knowledge base. I have taken the Android Development Nanodegree program classes from Udacity to speed along my understanding in how to develop high quality, performant Android apps that adhere to best practices. I actively contribute to the SoloLearn community.
Console Calculator (Infix Expression Evaluation)
● Demonstrates an algorithm that evaluates a arithmetic expression written in standard infix notation.
● Used print statements to the console to demonstrate the how the algorithm evaluates a particular expression.
Used straight forward OO design, self documenting code, elaborate comments, and common data structures to
illustrate how the code was build and how it can be maintained.
● Became 2nd most popular C# app on SoloLearn platform by user votes in just under one year. Awarded “Code of
the Day” on February 20, 2018. Peer recognized as a “Top : 10 Calculators with correct code”