Chad Trikyas Mooney

Chad Mooney

Full Stack Web Developer


Chad Trikyas Mooney is a Full Stack Web Developer and Designer. 4yrs experience in Front-end Development and is now venturing into languages such Python, Ruby, Golang, Hack and Swift. Chad loves a challenge and constantly seeking harder, more fullfilling challenges. Chad believes in Open Source and places all code and projects on Github.

Chad's GitHub Contributions


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.

      n = 0
    while n < 10
      puts "Hello, #{n}"
      n = n + 1
    end
    puts "Goodbye"
  

Ordinal Challenge

This ruby program will convert a plain number to the ordinal of the number. So for example, if the user enters 2, it will display 2nd, if the user enters 3, it will display 3rd, etc.

    n = 0
  while n < 10
    puts "Hello, #{n}"
    n = n + 1
  end
  puts "Goodbye"

Foobar

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

      n = 0
    while n < 10
      puts "Hello, #{n}"
      n = n + 1
    end
    puts "Goodbye"
  

Left Side
Right Side

Web Apps


Quote Generator

A database-powered quote generator with a mobile-first design, using the Ruby on Rails framework, HTML, and CSS. Uses Git and GitHub for version control, and launched on Heroku.

Yelp Clone

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


Two-Sided Market Place

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

Test Driven Development

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


Single Page Todo Application

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

Agile Team Project

Worked on an Agile software development team building a chess application. Under the guidance of a senior software engineer, we had weekly Agile team meetings for code reviews, sprint planning, and feature assignments.


Skills & Tools


Chad has developed proficiency and expertise in the following programming languages and has become more than comfortable with the following tools.


Contact