Pinned Repositories
a-recipe-app-react-node
Recipe App, Fullstack, React and Node
algorithms-in-javascript
toy problems
dotfiles
dot files
HikeXpert
HikeXpert. A location-based trail finder for hiking enthusiasts. Users can view trails in their area, keep lists of trails, and track their growth as a hiker. I leveraged the Leaflet.js library to render the map using data queried from TrailAPI. Node/Express backend with MongoDB. AngularJS and Bootstrap frontend. Deployed on Heroku.
LearnPrefixTrees
A testing-driven approach to learning how to implement Prefix Trees (AKA Tries) in JavaScript.
my-2015-about-me-website
About me, back in 2015, when I was pivoting back to software engineering and web development from farming and gardening and being a Peace Corps Volunteer
phases-and-stages-organizer-using-topological-sort
This project is a simple React-based interface that allows users to upload JSON files representing phases and stages of a project lifecycle. The phases and stages are represented as a directed, acyclic graph (DAG), and a topological sort algorithm is used to create a valid order of execution for the project lifecycle.
react-vite-prettier-skeleton
A React Vite Prettier Skeleton for Rapid Coding ☠️
site
site - about me - blog
Spread-Out-Foodsharing
A friendly app for users to save and share their pot lucks, by implementing based on a RESTful API built on Node/Express, and PostgreSQL database. Front-end uses React in ES6 and Semantic UI is the CSS library. I was the agile product owner for this project.
edulis8's Repositories
edulis8/shortly-deploy
A URL shortening app built with Backbone.js. Used Grunt for production build. Deployed to Heroku. Refactored the database from SQLlite to MongoDB.
edulis8/shortly-express
URL shortening app build with Backbone.js, Embedded JS templates, SQLite and Bookshelf.js. Authentication implemented with Express sessions.
edulis8/subclass-dance-party
A jQuery project utilizing JavaScript's subclassical inheritance patterns and function binding
edulis8/chatterbox-server
Built a custom back-end in Node to replace the Parse API in my chatterbox-client app. Covered CommonJS, routing, and how to debug server-side code
edulis8/databases
A persistent SQL-backed version of chatterbox-server. Uses MySQL, and includes Sequelize as an object-relational mapper.
edulis8/backbone-blackjack
A Backbone.js-based blackjack game, written in CoffeeScript
edulis8/backbone-mytunes
Built an application using the popular Backbone.js MV* framework, utilizing models, views, and collections as well as event-driven systems.
edulis8/chatterbox-client
A simple chat client app
edulis8/data-structures
Implemented classic data structures using object-oriented JS: stack, queue, linked list, tree, graph, set, hash table, and binary search tree.
edulis8/underbar
A reimplementation of Underscore.js to master functional programming in JavaScript.
edulis8/recursion
Practice with some interesting recursion problems. Recursive reimplementations of two standby JS functions -- getElementByClassName and JSON.stringify.
edulis8/twittler
A twitter clone built with jQuery, moment.js, and of course HTML5, CSS3 and vanilla JavaScript
edulis8/karma-landing-page
Karma landing page clone (part of Thinkful curriculum)
edulis8/portfolio-v2
edulis8/euclid-js-app
edulis8/example-site
A example website created using Bootstrap 3
edulis8/LearnPrefixTrees
A testing-driven approach to learning how to implement Prefix Trees (AKA Tries) in JavaScript.
edulis8/hot-or-cold-app
edulis8/rare-fruit-hashtags
edulis8/quiz-app
edulis8/nobsjs
edulis8/stacker-ajax-me
My finished version of stackerAJAX
edulis8/stackerAJAX
Learn jQuery AJAX Patterns
edulis8/thinkful-tube
edulis8/my-2015-about-me-website
About me, back in 2015, when I was pivoting back to software engineering and web development from farming and gardening and being a Peace Corps Volunteer
edulis8/shopping-list
edulis8/silent-song-player
edulis8/jquery-streetfighter
Starter Files for FEWD jQuery Streetfighter Project
edulis8/euclidean-distance-calc
Euclidean Distance Calculator
edulis8/portfolio