Skip to content
View douglasschmale's full-sized avatar

Block or report douglasschmale

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. FavoriteQuotes FavoriteQuotes Public

    DJango project in Python. Created a login and registration form with validations, database linking two tables for users and their "favorite quotes". Users can add quotes, remove quotes, and add the…

    Python 1

  2. BlockBreaker BlockBreaker Public

    Java practice building an Atari Block Breaker clone, resized and with added functionality (red blocks randomly generate and provide more points, ball reverses course if hitting near-side of paddle,…

    Java

  3. FlaskLoginReg FlaskLoginReg Public

    Basic Login and registration in Python and Flask, with validation, regex, encryption, and a 'Users' database.

    Python

  4. ProductsCategories ProductsCategories Public

    Subset of larger Ecommerce project. Organize products by category, creating database tables with CRUD functions and many-to-many relationships to allow rendering multiple products per category and …

    Java

  5. CoursePlatform CoursePlatform Public

    Java; Spring. Program to enroll in courses at a generic institution. Created relational database, joined tables, secure login/registration and render table data in views as needed.

    Java

  6. ShoppingCart ShoppingCart Public

    Ecommerce marketplace cart skeleton. Python and Django. Unstyled. Built secure login/registration from scratch, SQL tables for users, items and shopping cart/wish list items. Users can create and d…

    Python