bterbs
Focused on developing full stack web applications utilizing JavaScript, NodeJS, Express and PostgreSQL; HTML/CSS; TDD with Mocha and Chai.
Las Vegas, NV
Pinned Repositories
321_Contacts
Learners Guild Phase 1 project writing functions to load a list of contacts, and print them out in the console.
ajax_scaffold
Scaffolding to support AJAX live coding lecture
BootstrapProjects
BritTube
A simple video player front end I built with React that consumes the YouTube API.
playlist-creator
React SPA that hits Shopify API - allows user to search for music, create a playlist then add that playlist to their Spotify profile.
React-Blog-App
Built a simple blog with React and Material UI
Stock-Quote-App
React project technical demo
ToDoList-PoweredByAsana
A simple, but visually appealing user interface used to display a list of Asana tasks. Integrates Asana API and uses Node.js, Express, jQuery, EJS, Axios, and Bootstrap.
twitterSearch
Simple front end built to consume twitter search api
WIP-Emailee
App for project managers to solicit feedback from users via email. Built w React, MongoDb, Express, oAuth, Node
bterbs's Repositories
bterbs/321_Contacts
Learners Guild Phase 1 project writing functions to load a list of contacts, and print them out in the console.
bterbs/ajax_scaffold
Scaffolding to support AJAX live coding lecture
bterbs/contacts-snapshot-starter
An HTTP API with simple authentication using bcrypt and session cookies
bterbs/expressTutorial
Serving Static files with Express exercise
bterbs/flashcards
bterbs/JestTDDTutorial
Built following David Katz' React TDD tutorial on Udemy
bterbs/movie-search-cli
Uses Node.js's http module to make a request to imdb.com, uses the cheerio library to extract contents from the HTML page, then prints in the console the titles, release years, and title types of the movies in the "Title" section of the page that IMDB displays in response to a search for that term, parenthesizing the years and types as IMDB does.
bterbs/pairedprogramming
bterbs/phase-2-challenge
My solutions for the Phase 2 Interview at Learners Guild
bterbs/phase-3-challenge
bterbs/PhotoVoting
Single page app that loads 50 random photos (one at a time) and allows the user to vote "thumbs up" or "thumbs down" on each photo. Votes are stored in the db and displayed each time the user "votes" on a photo.
bterbs/postgres-tutorial
Following a tutorial I created a RESTful web service with JavaScript, Node, Express, Postgres, and pg-promise.
bterbs/practice-phase-debugging-gauntlet
Repo with many bugs to practice debugging
bterbs/puppiesAPI
RESTful web service with JavaScript, Node, Express, Postgres, and pg-promise.
bterbs/SimpleBookStore
Simple bookstore content management system that allows users to view, add, delete, and update books. Books entered in the system can be viewed in a list, as a single entry on its own page, or searched for using basic searches (by title, author, or genre).
bterbs/testing-snapshot
Practice writing end-to-end tests for an existing HTTP API using the chai-http library and creating different configuration files for multiple environments (test, development, production) in Node.
bterbs/ToDoList
Node.js Program -simple to do list project that allows the user to manage a list of tasks from the terminal. Includes Mocha testing.
bterbs/weatherApp
In this project I use Node.js's http module to make HTTP requests to Open Weather Map, and parse the response object to fetch the current weather of a city.