×






ron.stuchevsky@gmail.com

Food Ordering Platform

This project focused on recreating a restaurant order platform where I used MongoDB (a noSQL database) to store different unique restaurants and users.

The users have the ability to go onto the site and register/login, this was made possible by using the Node.js web framework Express.

With Express I have set up paths through which the user could request and send data from the server, which was rendered through a template engine. With all of these tools combined I implemented the system where users could order from 3 unique restaurants and view orders of other users.

Project GitHub Page

Skills Demonstrated:  Javascript, PUG, CSS, Node.js, MongoDB

Video Game Bundle Website

In this project I have created a store which sells video game bundles to users. All of the info (users, transaction history, bundles and games) is stored in a SQL database I made using sqlite3.

The users have the ability to go onto the site and register/login, which was done using the Node.js web framework Express. With Express I could easily set up paths through which the user could request and send data from the server, which was rendered through a template engine. This allowed me to implement the store transaction and the ability of users to view their profiles.

Additionally, this project has allowed me to contrast noSQL vs SQL databases and learn more about each of their strengths and weaknesses.

Project GitHub Page

Skills Demonstrated:  Javascript, PUG, CSS, Node.js, SQL

Papa's Pizzeria Java Game

This game revolves around fulfilling different and unique customer pizza orders on a timer. The orders are generated from several templated Linked Lists that hold the different types of ingredients. The user must then interact with the created GUI to try and fulfill the customer's order on time! This project was my first OOP project where I tried to implement everything I learned about Java from high school.

Project GitHub Page

Skills Demonstrated:  Java, Object Oriented Programming, Graphical User Interface

Javascript AddOn

I got a request from my graphic designer friend to write a javascript code snippet for his website for a secret effect of his choosing to happen when the user inputs the famous Konami code using the keyboard arrows.

This project was not big, but it did gave me experience communicating my ideas and solutions with clients who do not know code, and explaining how the product they requested works and safely integrating it onto the website. You can check the website out yourself by clicking here.

Project GitHub Page

Skills Demonstrated:  Javascript, Developer and Product Owner communication

This very website!

Built the website you are looking at right now.

Skills Demonstrated:  HTML, CSS, Javascript