Pinned Repositories
rodauth-rails
Rails integration for Rodauth authentication framework
rodauth
Ruby's Most Advanced Authentication Framework
99bottles_ruby
Practice repo for the book 99 Bottles of OOP
bubble-sort
Bubble sort implementation in Ruby. This one has been written to sort from smallest to largest (or left to right on the number line)
ceasar-cipher
A program that uses simple encryption on strings.
chess_cli
This is a chess program written in Ruby for the command line.
chordly
A free, open-source, online chord sheet creator
connect_four
This is a CLI version of the Connect Four game written in Ruby.
css-exercises
ruby_knights_travails
I'm trying to write a function that returns the shortest path a knight can travel from a given position to a destination on an 8 x 8 board.
Samuelodan's Repositories
Samuelodan/chess_cli
This is a chess program written in Ruby for the command line.
Samuelodan/connect_four
This is a CLI version of the Connect Four game written in Ruby.
Samuelodan/99bottles_ruby
Practice repo for the book 99 Bottles of OOP
Samuelodan/ceasar-cipher
A program that uses simple encryption on strings.
Samuelodan/chordly
A free, open-source, online chord sheet creator
Samuelodan/curriculum
The open curriculum for learning web development
Samuelodan/custom_enumerables
Writing my own Ruby enumerable methods
Samuelodan/dokku
A docker-powered PaaS that helps you build and manage the lifecycle of applications
Samuelodan/ruby_knights_travails
I'm trying to write a function that returns the shortest path a knight can travel from a given position to a destination on an 8 x 8 board.
Samuelodan/flight-booker
This is a project designed to train my knowlege and skill in model association and some more advanced form creation. A live demo can be found at `flight-booker.samuelodan.me`.
Samuelodan/git_practice
Nothing to see here. No, really, it's just to practice a few more git concepts.
Samuelodan/maybe-ft
The OS for your personal finances
Samuelodan/members-only
A small Rails project to get some hands-on experience with authentication.
Samuelodan/micro-reddit
A basic Rails app to practice some data modeling.
Samuelodan/odin-flickr-api
A practice app for interfacing with Flickr's API
Samuelodan/odin-kittens
A simple Rails API app.
Samuelodan/private-events
A rails app that lets users create and attend events.
Samuelodan/rails-demo-blog
A rails blog app created using instructions from Rails Guides
Samuelodan/re-former
Practice Rails app for forms
Samuelodan/rodauth
Ruby's Most Advanced Authentication Framework
Samuelodan/rodauth-rails
Rails integration for Rodauth authentication framework
Samuelodan/ruby
Exercism exercises in Ruby.
Samuelodan/ruby-exercises-fork
Samuelodan/ruby_linked_lists
Here's an implementation of Linked Lists in ruby.
Samuelodan/ruby_recursion
A few methods written in ruby to solidify my understanding of recursion
Samuelodan/ruby_testing
Practice lessons for testing in Ruby
Samuelodan/sql-zoo
Some SQL solutions to problems on sqlzoo.net
Samuelodan/stimulus-exercise
A simple Rails app to practice Stimulus.js
Samuelodan/theodinproject
Main Website for The Odin Project
Samuelodan/tic_tac_toe
Tic Tac Toe built with Ruby to be played in the CLI