Samy Ayoub

Full Stack Developer

and Creative Creator


My name is Samy Ayoub. I currently work in sales at Dell Technologies. I recently completed a web development bootcamp in Vanderbilt University and I graduated from The Ohio State University with a BFA and a minor in Computer Engineering. Full Stack development is my passion but Photography is my hobby. Please find sampels of web deverlopment below and photography samples under the 'Photography' tab.


Code Snippets


Temperature Conversion

This Ruby program will prompt the user for a temperature in degrees Celsius and let the user know what the corresponding temperature is in Fahrenheit.


	puts "Enter degrees in Celsius : "
	c = gets.chomp
	deg = c.to_f

	answer = (deg * 1.8) + 32

	puts "The temperature is #{answer} in Fahrenheit"
			

Foobar

This Ruby program is an adaptation of a classic technical interview problem which displays sequences of the Foobar pattern.


		puts "How many items do you want to see? "

		num = gets.chomp
		num = num.to_i

		i = 1

		while i <= num

			if i % 3 == 0 && i % 5 == 0
				puts "Foobar"
			elsif i % 3 == 0
				puts "Foo"
			elsif   i % 5 == 0
				puts "Bar"
			else
				puts "#{i}"
			end

			i = i + 1

		end
			



Web Apps


Click on images to go to the website or visit the GitHub link in the descriptions

Tackle Project - Trello Clone

HTML, CSS, Ruby on Rails, jQuery and Ajax
Github link

A Trello clone (project management tool) incldues features of creating boards, lists and cards with a drog and drop functionality. Also the capability of adding users as contributors to projects.

flixter - Two-Sided Market Place

HTML, CSS, Ruby on Rails and JavaScript
Github link

A two-sided, video-streaming marketplace platform that features credit card payment capabilities, user role management, complex user interfaces, and advanced database relationships.

sayoub - Yelp Clone

HTML, CSS and Ruby on Rails
Github link

A Yelp clone that integrates with the Google Maps API and includes features like user comments, star ratings, image uploading, and user authentication.

Grammable - Test Driven Development

HTML, CSS and Ruby on Rails
Github link

An Instagram clone that was built using industry-standard, test-driven development following numerous red/green/refactor cycles.

Single Page Todo Application

HTML, CSS, Ruby on Rails and JavaScript
Github link

This single-page to-do application features a fluid user interface that– by using JavaScript– allows users to rapidly add dynamic content.



Skills & Tools


I have developed proficiency and expertise in the following programming languages and comfort with many tools. To name some:



Contact


Currently entertaining new opportunities.
Please get in touch via email:

samyayoub@gmail.com

Or reach me out on
linkedin