Pinned Repositories
201-lab-01b
201-reading-notes
authenticated-api-server
A dynamic NodeJS/Express authenticated API Server
buy-nothing-backend
This is the backend repository for our buynothing app.
data-structures-and-algorithms
A collection of data structure & algorithms problems in JavaScript and Python.
Lab3
nextjs-wrapper-redux-toolkit-boilerplate
A boilerplate to set up nextjs apps that uses next-redux-wrapper, redux, redux-toolkit.
project1-frontend
NextJS front end that uses redux for state management and material ui for components
template-davees-django-api
A Django Rest Api starter code meant to get up and running fast.
template-nextjs-materialui
General Purpose Front End Project Template
daveeS987's Repositories
daveeS987/template-davees-django-api
A Django Rest Api starter code meant to get up and running fast.
daveeS987/513practice-backend
daveeS987/automation
Practice with automation.
daveeS987/cookie-api-v2
daveeS987/cryptography
Exploring cryptography by encrypting and decrypting using caesar cipher.
daveeS987/django-api-1
Django Api
daveeS987/django-api-lab1
daveeS987/django-models
Practice building models with Django.
daveeS987/django-practice1
Django practice repetition.
daveeS987/django-snacks
Intro to django
daveeS987/django_practice
Academind youtube tutorial on django
daveeS987/djangox-lab
daveeS987/drf-api-permissions-psql
A django api using psql and docker.
daveeS987/drf-auth
An authenticated django rest api server using gunicorn, jwt, and docker.
daveeS987/gatsby-practice
Practicing Gatsby with their starter code
daveeS987/madlib-cli
Practicing using python's built in capabilities for reading and writing files
daveeS987/math-series
Practicing with Iterative and Recursive approaches to the Fibonnaci Series and Lucas Numbers
daveeS987/nextjs-mock-virtual-store
A mock virtual store using NextJS, static site generation, MongoDB and Material UI.
daveeS987/nextjs-practice
Next js practice with their starter code.
daveeS987/portfolio-v1
Currently a rough draft of one of the portfolio options I'm considering.
daveeS987/project1-backend
A NodeJs/ExpressJS authenticated API server that performs crud operations to a Mongo database.
daveeS987/pythonic-garage-band
Object Oriented Program modeling a garage band and members.
daveeS987/reading-notes
A collections of my notes as I grow as a software developer.
daveeS987/snacks_crud
A django app that perfoms crud operations to sql database.
daveeS987/snakes-cafe
Practice building a command line utility mimicing functionality of point and sale restaurant using python tools.
daveeS987/socket-io-notes
Notes and examples for ptthon socket io.
daveeS987/socket-notes
Socket Notes
daveeS987/v2socket
Notes and examples for python regular sockets
daveeS987/web-scraper
Webscraping using tools like BeautifulSoup and requests to grab information off a website.
daveeS987/web-socket-notes
Web socket notes and examples