Pinned Repositories
ActionPack
This is a Rails app where I created and customized a Rails scaffold, and utilized partial views.
ActiveRecordCRUD
This is a Rails app I created that has 4 model classes and has Create, Retrieve, Update and Delete database functionalities.
ActiveRecordRelations
This is a Rails app I created that has 4 model classes, validations for the models, scope queries and and DB cascades.
AddressBookJS
This app takes two user inputs of a person's name and address, and displays them as a contact in an address book.
AddressRelationships
This app allows users to add multiple addresses to the contacts in their address book. It illustrates the relationships between the contact and the address objects used.
AngularJSAssessment
This app allows users to sign in to document their attendance for the day. They can also sign out at the end of the day. Lists of who has signed in and who has not signed in are displayed on a second page.
assessment
This is an app that creates an address book of contacts using PHP and Silex, as well as Twig to display form input.
BerkeleyFanSite
Website dedicated to Berkeley, California. Site created using Drupal.
CheckboxHookAlterPractice
This custom Drupal module removes the author and date display from a form.
CoursesDirectiveExercise
Simple student roster single page app that lets a user add, remove, and update students and courses. This app is practice with AngularUI Router. Custom directives have been added for increased functionality.
BabaYaga64's Repositories
BabaYaga64/Microservices-with-Docker-and-the-Rails-API-gem
I followed the tutorial @ https://medium.com/connect-the-dots/building-microservices-with-docker-and-the-rails-api-gem-2a463862f5d
BabaYaga64/ActionPack
This is a Rails app where I created and customized a Rails scaffold, and utilized partial views.
BabaYaga64/ActiveRecordCRUD
This is a Rails app I created that has 4 model classes and has Create, Retrieve, Update and Delete database functionalities.
BabaYaga64/ActiveRecordRelations
This is a Rails app I created that has 4 model classes, validations for the models, scope queries and and DB cascades.
BabaYaga64/CommentFormEditCustomModule
This custom module removes the subject heading from the user comments form in the Cameron's Bakery Drupal site.
BabaYaga64/DevEnvironmentsJavaStruts2App
This is a Java app I built using the Struts2 web framework that displays a list of development environments using MySQL queries.
BabaYaga64/Drupal-Patches
BabaYaga64/DrupalPortfolio
This is a Drupal website I created that has custom modules, features, a sub-theme, and a block with Ajax-enabled views of content.
BabaYaga64/FavoriteNumber
This program asks a user what their favorite number is and then prints out the number and a message.
BabaYaga64/First-Rails-App
My first practice Rails app via the Coursera Ruby on Rails course.
BabaYaga64/Food-2-Fork-HTTP-API-Interface
This is a Ruby Recipe class I created to query the Food2Fork API for chocolate recipes, using the HTTParty gem.
BabaYaga64/HackerNewsAngularJS
This app creates a website where users post links to articles and vote on the best ones. The technologies used include JavaScript, AngularJS, and Angular UI Router.
BabaYaga64/hello-world-bot
A template for creating a Twitter bot that tweets lines of a text one at a time.
BabaYaga64/Hypermedia-Driven-RESTful-Web-Service
I followed the tutorial at https://spring.io/guides/gs/rest-hateoas/#scratch
BabaYaga64/Integrating-MongoDB-Ruby-Driver-and-Rails
This is a Rails app I built that connects MongoDB into a Rails application using the MongoDB Ruby Driver.
BabaYaga64/JavaHangman
This is the hangman word guessing game that I built in Java.
BabaYaga64/JavaPingPong
This is a variation of the FizzBuzz program, in which a user is prompted to enter a number, and all of the numbers leading up to that number, with multiples of 3 and 5 being displayed as phrases.
BabaYaga64/lets_eat
This is a Ruby REST API that Juliana Arrighi and I created to search and add food recipes to.
BabaYaga64/Modern_JavaScript_Udemy_Course
This is the sandbox of my code for the Modern JavaScript Udemy course: https://www.udemy.com/modern-javascript-from-the-beginning/learn/v4/t/lecture/8757142?start=0
BabaYaga64/Nested_Resources
This is a Rails app that utilizes nested resources, security (authentication and authorization via passwords), and pagination.
BabaYaga64/NewRelicRubyKata
A Ruby app (created by someone else) that I am using to test New Relic agents and products.
BabaYaga64/pingpong_ex
This application takes an integer input from a form and then displays all of the numbers leading up to that number on the page, displaying "ping" and "pong" for multiples of 3 and 5.
BabaYaga64/PingPongJavaScript
This program displays all of the numbers leading up to a certain input number, plus adds "Ping" and "Pong" to all multiples of 3 and 5, respectively. It also adds "Ping-Pong" to multiples of both 3 and 5.
BabaYaga64/PizzaAssessment
This application uses prototypal inheritance in JavaScript to allow users to order cheese or pepperoni pizza at a pizza parlor.
BabaYaga64/PortlandiaShoesPantheon
This is a live version of the Drupal website, "Portlandia Shoes." We deployed this version to Pantheon server.
BabaYaga64/public_api_docs
Markdown for public API documentation
BabaYaga64/Recipe-Finder
This is a Ruby on Rails application that will provide a listing of recipes by keyword, search, using the Food2Fork API.
BabaYaga64/SpringBootApp
I followed the tutorial at https://spring.io/guides/gs/spring-boot/
BabaYaga64/TriangleAssessment
This program, written in JavaScript, takes user input of 3 sides of a triangle. Once these inputs are entered, the code returns whether the triangle is one of 3 types: equilateral, isosceles, and scalene.
BabaYaga64/WorkPortfolioBootstrap
This is a portfolio of my work in Epicodus, created using HTML5, CSS3, and jQuery.