jgrugru
I love to stare at code. The only pet I ever owned was a fish. Escaping reality through fiction books. Favorite author is Brandon Sanderson.
Software EngineerOklahoma City, OK
Pinned Repositories
encrypto-env
Easily setup your Python .env file with encryption.
file-flamingo
A suite of base classes that simplifies interactions with files.
grewtix
Django based ticket tracking system.
htmlfactory
A simple way to produce HTML with Python.
ifcollector
A framework for creating complex if statements.
python_template
Template repository with github workflow setup to check code quality with mypy and black. Env setup with poetry.
jgrugru's Repositories
jgrugru/encrypto-env
Easily setup your Python .env file with encryption.
jgrugru/file-flamingo
A suite of base classes that simplifies interactions with files.
jgrugru/grewtix
Django based ticket tracking system.
jgrugru/htmlfactory
A simple way to produce HTML with Python.
jgrugru/ifcollector
A framework for creating complex if statements.
jgrugru/python_template
Template repository with github workflow setup to check code quality with mypy and black. Env setup with poetry.
jgrugru/automater
A framework to create, run, and schedule python scripts.
jgrugru/chess-analyzer
jgrugru/congenial-fishstick
Rust playground
jgrugru/demo-vscode-extension
Playing around with vscode extensions.
jgrugru/django_personal_website
My personal website used to share work experience and projects. Feel free to tweak it and make it your own. Created in Django.
jgrugru/django_vue_graphql_tutorial
jgrugru/dominate
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
jgrugru/flask-api-tutorial
Tutorial that I will be following can be found [here](https://realpython.com/flask-connexion-rest-api/)
jgrugru/flask-tutorial
This repo is for the tutorial found [here](https://flask.palletsprojects.com/en/2.0.x/tutorial/layout/)
jgrugru/GameFaceOn
A repository used to get familiar with pygame.
jgrugru/IP-Check
Takes an IP parameters, returns a valid or invalid status.
jgrugru/jgrugru.github.io
Personal portfolio website.
jgrugru/mental-math-quiz
Fun app to test your mental math skills.
jgrugru/nba-game-webscraper
Webscraping tool to grab NBA games from nba.com and format into a csv.
jgrugru/personal-debugger
My own debugger, including timing and profiling of functions.
jgrugru/poc_pub_sub
Proof of Concept for server design, utilizing redis's pub sub feature.
jgrugru/poetry-vscode-settings
This script will blow your mind.
jgrugru/ProgrammingChallenges
Completed programming challenges from various websites (largely completed through Python).
jgrugru/pycraigslist
A fast and expressive Craigslist API wrapper
jgrugru/pydantic_car
Exploratory demo of using pydantic with redis.
jgrugru/react-to-do-app
created my to-do react app
jgrugru/rp_portfolio
Personal portfolio website created with Django. Followed tutorial [here](https://realpython.com/get-started-with-django-1/)
jgrugru/StackOverflowTesting
I use this repo when answering questions on Stack Overflow or testing out new ideas.
jgrugru/VaultPass
VaultPass is a desktop application that protects and stores passwords. To access the passwords, the user must supply the RSA key, the password set for the vault, and the token sent to their email.