Pinned Repositories
build_your_first_website
Ada Developers Academy Starter Repository for Building your Own Website
CSV
CSV tutorial Lesson Sample Code
fizzbuzz_javascript
Created with CodeSandbox
react-redux-rails-oauth-boilerplate
An experimental boilerplate with decoupled frontend/backend apps, featuring React, Redux, Redux sagas, Rails 5, Trailblazer,... with token authentication and using Facebook as an auth provider.
task-list-api
textbook-curriculum
typescript-react-framework
Based off of Stephen Grider's TypeScript Course on Udemy. https://github.com/StephenGrider/typescriptcasts
CheezItMan's Repositories
CheezItMan/ada-14
CheezItMan/AdaAssignment-1
CheezItMan/adagrams
Project: Create the code for the fictional anagram game Adagrams, practicing data manipulation
CheezItMan/array-equals
CheezItMan/automated-testing
Exercise: Practice TDD in a project with OOP
CheezItMan/binary-and-decimal
Homework exercises after CS Fun class on Binary and Memory
CheezItMan/calculator
Project: Create a CLI program that simulates a calculator and computes user input
CheezItMan/CandyMachine
pre-Ada homework assignment: build a virtual candy machine
CheezItMan/docker-rails-example
CheezItMan/dynamic-programming-js
Dynamic programming practice based on https://github.com/Ada-C12/dynamic-programming
CheezItMan/firegram
CheezItMan/frontend-masters-xstate-workshop
Frontend Masters State Machines & XState Workshop
CheezItMan/git-pull-activity
CheezItMan/hash-practice
CheezItMan/heaps
CheezItMan/heaps-js
JS version of Heaps Practice, based on https://github.com/Ada-C11/heaps
CheezItMan/linked-list
A singly linked list with each node containing integer data. Methods on the singly linked list
CheezItMan/linked-list-js
JavaScript version of https://github.com/AdaGold/linked-list
CheezItMan/list-implementations
Comparing List interfaces implemented with Array vs Linked Nodes
CheezItMan/Pre-Ada-Homework
all pre-Ada homework
CheezItMan/python-frontendmasters
This repo I'm used to follow through the frontend masters course on Python
CheezItMan/restricted-arrays
Assignment to work with array data structure or restricted arrays (as compared to Ruby Array class).
CheezItMan/ride-share
Exercise: Practice working with nested arrays, nested hashes, and performing data transformations
CheezItMan/stacks-queues
CheezItMan/stacks-queues-js
Stack and queue practice in Javascript based on Ruby version at https://github.com/Ada-C13/stacks-queues
CheezItMan/testable-project
CheezItMan/tree-practice
A repository created to practice writing Binary Search tree methods
CheezItMan/ts-snake
CheezItMan/use-firebase-auth
A custom React Hook that provides a declarative interface for Firebase Auth.
CheezItMan/video-store-api
Project: Create an API that demonstrates a number of GET and POST requests in Rails