David Velez's repositories
golang-echo-gorm-graphql
Creating a SQL API using GraphQL that returns data in JSON format to the web browser via Echo
CSCI_3362_Assignment3
Operating Systems Assignment on Scheduling Algorithms
dveleztx.github.io
Resume application made with Nuxt + Vuetify
enviro-term-stew
This stew is a concoction of setting up my terminal environment to my preferences via scripts to configure my prezto zsh framework environment with useful CLI tools
Baseline-FastAPI-Stack-in-Minikube
This project is a baseline/template API Stack: FastAPI, SQLAlchemy with a component for testing (PyTest). Caching with redis is not working... yet. Deployable via Docker-Compose or Kubernetes Minikube, your choice.
Baseline-Flask-App-With-Sessions
This baseline is a template flask app that can be used to get going quickly without having to reinvent the wheel. Comes with account pages with session/cookie management.
Animations-with-Vue
Learning how animations and transitions work in VueJS
ansible-https-nginx-letsencrypt
Deploy HTTPS Website using NGINX with LetsEncrypt Certs via Ansible 2
car-service-with-mongoengine
Practicing with mongoengine library to perform CRUD operations into a Mongo Database
Coach-Finder-App
Based on Udemy Vuejs Project's Find a Coach
Components-Communication-Assignment
Get two Vue components to communicate with each other using props and emits
Conference-Booking-App
CLI Conference Booking Application - Basics of Golang
ES_Netmiko_TextFSM
Connect to EdgeSwitch with Netmiko, send a command and take unstructured strings and structure them with TextFSM
fastapi-cache
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcache.
FastAPI-with-Celery
FastAPI with Celery for queueing and running background tasks
FastAPI-with-Docker
This is based of TestDriven's Course
flask-blog
Creating a blog for myself using Flask/Bootstrap/SQLAlchemy
Forms-with-Vue
Working with Form Inputs and Validation in VueJS
golang-test-restapi
Using Labstack Echo Microframework and GORM, design a simple Rest API with Bootstrap and Golang's Standard Library Templating
HTTP-Requests-with-Vue
Learn how to POST and GET data from Firebase using Vue's fetch
Intro-to-Flask-Login
Using Flask-Login and Flask-Sqlalchemy to make a simple web app and see how they work
Minimalist-FastAPI-Endpoint
Training based on Chapter 3 of Talk Python's Modern APIs with FastAPI course
nextjs-fullstack-app-template
A fullstack template for a NextJs App
okta-react-nextjs-spa
Okta OIDC SDK for React in NextJS + support with static export build
Practice-with-Vue-Components
Practice Project using Vue Components
Routing-with-Vue
How to utilize routes with VueJS with navigation guards, links, and more
State-Management-with-Vuex
Better State Management with Vuex
Weather-FastAPI-App
Creating a weather api application using FastAPI and Uvicorn