dfreeman500
On my way to 10,000 hours of code... Most of my projects have a readme that gives at least some info. Some have screenshots as well.
Pinned Repositories
10000-Hours
My journey to 10,000 hours of code
Artwork-Tracker
Artwork Tracker API that uses Flask, GraphQL, Graphene, SQLAlchemy, PostgreSQL
BethanyPieShop-PluralSight-Follow-along
ASP.NET CORE MVC EF - Pluralsight project - follow along
BethanysPieShop
Sample code for Pluralsight course Building an Enterprise ASP.NET Core MVC app
City-data
Look up data on different cities by scraping wikipedia and consuming openweather API. User can interact via CLI, flask GUI, and/or API. Graph is displayed. Exports to .csv and also saves in SQLite db.
Crime-and-Weather-ment
A look at crime and weather data spanning 2004 to 2020 for Louisville, KY (correlations, graphs/distributions, linear regression) using Python/Jupyter Notebook
friends
Friends contact list. A Ruby On Rails MVC CRUD app with authentication utilizing postgreSQL and hosted on Heroku.
Hangman-Resurrected-Javascript
Hangman game with GUI and consumption of Merriam Webster API where the computer guesses your word. Guessing algorithm uses frequency count of letters in possible words to guess user's word in shortest amount of tries. Can use to solve other hangman games on internet.
Hangman-Stats-In-Context---Python
Python program that determines errors for solving 'ALL words' in hangman given a specific word list and strategy of using most frequently occurring letters in remaining candidate words.
Scheduler
Scheduler. A C# ASP.NET Core MVC CRUD program that uses a relational SQL database to schedule appointments to individuals. Logic is included to notify for double booked appointments and appointments set outside specified windows.
dfreeman500's Repositories
dfreeman500/City-data
Look up data on different cities by scraping wikipedia and consuming openweather API. User can interact via CLI, flask GUI, and/or API. Graph is displayed. Exports to .csv and also saves in SQLite db.
dfreeman500/10000-Hours
My journey to 10,000 hours of code
dfreeman500/Artwork-Tracker
Artwork Tracker API that uses Flask, GraphQL, Graphene, SQLAlchemy, PostgreSQL
dfreeman500/BethanyPieShop-PluralSight-Follow-along
ASP.NET CORE MVC EF - Pluralsight project - follow along
dfreeman500/friends
Friends contact list. A Ruby On Rails MVC CRUD app with authentication utilizing postgreSQL and hosted on Heroku.
dfreeman500/booktracker
practicing Ruby on Rails JSON api
dfreeman500/Calculator
A simple calculator which includes unit tests and storage/access of history in SQL
dfreeman500/CL-MovesEF
Demo app built for Code Louisville using Entity Framework
dfreeman500/Csharp-Challenge
dfreeman500/Exercism
Exercism coding challenges in Javascript, C#, and Python
dfreeman500/FileSystemProject
dfreeman500/Flask-GraphQL-API-PostgreSQL
Practice making a GraphQL API using Graphene, Flask, and PostGreSQL
dfreeman500/flask-json-api
Flask Json API that takes Get, Post, Put routes. Unit testing included.
dfreeman500/GroceryList-API
This minimal API uses Entity Framework and SQL Server to allow anyone to GET, Post, Put, or Delete grocery list items.
dfreeman500/javascript-api-public-reference
Pubic reference to Private repository that could be made available upon request: node.js, Rest-API, unit testing, server side cache
dfreeman500/MongoDB-Pymongo-Python-MongoDBAtlas
Practice with MongoDB, Pymongo, Python, MongoDB Atlas. Set up db/connection string, Query, CRUD, Schema Validation, Bulk Inserting, Data Modeling, Advanced Queries
dfreeman500/MoviesAppTutorial
Tutorial for constructing an application using .NET Core and Vue.js
dfreeman500/practicing-postgresql-with-python
Practice using postgresql and python
dfreeman500/python
Exercism exercises in Python.
dfreeman500/react-travel-journal
React Page - Scrimba Solo Project Challenge based on Figma design.
dfreeman500/Scrape-Wunderground
Uses Selenium Webdriver to scrape historical hourly weather data from wunderground.com
dfreeman500/SignalRChatApp-BlazorServer-WPF
A simple SignalR app that uses Blazor Server and WPF
dfreeman500/SignUp
dfreeman500/Simple-Javascript-Password-Generator
Simple Javascript Password Generator that allows you to choose 1.)inclusion of character types 2.)exclusion of specific characters, and 3.) Length of password
dfreeman500/Solve-Wordle
Solve the Wordle puzzle
dfreeman500/static-react-business-card
Static React Page - Scrimba Solo Project Challenge from scratch based on Figma design.
dfreeman500/test-google-collab
dfreeman500/TopicChat
A SignalR Blazor app that utilizes authentication to give a user access to various chat rooms.
dfreeman500/TournamentTracker
Tracks Matches in an elimination style tournament. Windows form, SQL.
dfreeman500/VithalDynamic
Attempt to post dynamic number of records/fields to db