Pinned Repositories
03_birthday
Birthday Project
04_journal
journal
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.
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
golang-echo-gorm-graphql
Creating a SQL API using GraphQL that returns data in JSON format to the web browser via Echo
Week-9-HoneyPot-Project
Setup a honeypot and intercept some attacks in the wild
ansible-flask-gunicorn-nginx
Automate a Flask App + Gunicorn + NGINX using Ansible 2 on Ubuntu VM via Vagrant
dveleztx's Repositories
dveleztx/golang-echo-gorm-graphql
Creating a SQL API using GraphQL that returns data in JSON format to the web browser via Echo
dveleztx/CSCI_3362_Assignment3
Operating Systems Assignment on Scheduling Algorithms
dveleztx/dveleztx.github.io
Resume application made with Nuxt + Vuetify
dveleztx/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
dveleztx/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.
dveleztx/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.
dveleztx/Animations-with-Vue
Learning how animations and transitions work in VueJS
dveleztx/ansible-https-nginx-letsencrypt
Deploy HTTPS Website using NGINX with LetsEncrypt Certs via Ansible 2
dveleztx/car-service-with-mongoengine
Practicing with mongoengine library to perform CRUD operations into a Mongo Database
dveleztx/Coach-Finder-App
Based on Udemy Vuejs Project's Find a Coach
dveleztx/Components-Communication-Assignment
Get two Vue components to communicate with each other using props and emits
dveleztx/Conference-Booking-App
CLI Conference Booking Application - Basics of Golang
dveleztx/CryptoApp
dveleztx/ES_Netmiko_TextFSM
Connect to EdgeSwitch with Netmiko, send a command and take unstructured strings and structure them with TextFSM
dveleztx/fastapi-cache
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcache.
dveleztx/FastAPI-with-Celery
FastAPI with Celery for queueing and running background tasks
dveleztx/FastAPI-with-Docker
This is based of TestDriven's Course
dveleztx/FCFS
CPU Scheduling Project
dveleztx/flask-blog
Creating a blog for myself using Flask/Bootstrap/SQLAlchemy
dveleztx/Forms-with-Vue
Working with Form Inputs and Validation in VueJS
dveleztx/golang-test-restapi
Using Labstack Echo Microframework and GORM, design a simple Rest API with Bootstrap and Golang's Standard Library Templating
dveleztx/HTTP-Requests-with-Vue
Learn how to POST and GET data from Firebase using Vue's fetch
dveleztx/Intro-to-Flask-Login
Using Flask-Login and Flask-Sqlalchemy to make a simple web app and see how they work
dveleztx/Minimalist-FastAPI-Endpoint
Training based on Chapter 3 of Talk Python's Modern APIs with FastAPI course
dveleztx/nextjs-fullstack-app-template
A fullstack template for a NextJs App
dveleztx/okta-react-nextjs-spa
Okta OIDC SDK for React in NextJS + support with static export build
dveleztx/Practice-with-Vue-Components
Practice Project using Vue Components
dveleztx/Routing-with-Vue
How to utilize routes with VueJS with navigation guards, links, and more
dveleztx/State-Management-with-Vuex
Better State Management with Vuex
dveleztx/Weather-FastAPI-App
Creating a weather api application using FastAPI and Uvicorn