Pinned Repositories
AdventOfCode2024
Algorithms-and-DS-in-C
Simple implementations of algorithms and DS in C
AlphaVantage-API
Python interface for AlphaVantage API
CatFacts
A "pet" project (get it?) Android app used to demonstrate caching with a SQLite and Shared Preferences implementation (switch branches to see the difference).
CrimeDataETL
ETL pipeline example using Pandas
kpop-alerts-service
A Cloud-based email subscription service to notify subscribers of upcoming K-Pop shows. Not currently deployed, but can be deployed to AWS with a single terraform invocation.
npr
Template for a dockerized Node.js application (npr=Node Postgres Redis)
pyify-unix
Convert UNIX commands to executable Python
RedisECS
Simple ECS Fargate application with multiple containers and Terraform code for deployment
Rusty-CHIP-8-WIP
A CHIP-8 emulator implemented in Rust. Works for some simple CHIP-8 programs.
subdash's Repositories
subdash/AlphaVantage-API
Python interface for AlphaVantage API
subdash/l33t-c0de
Leet Code problem solutions
subdash/pyify-unix
Convert UNIX commands to executable Python
subdash/Algorithms-and-DS-in-C
Simple implementations of algorithms and DS in C
subdash/CatFacts
A "pet" project (get it?) Android app used to demonstrate caching with a SQLite and Shared Preferences implementation (switch branches to see the difference).
subdash/CrimeDataETL
ETL pipeline example using Pandas
subdash/Cython-Example
subdash/Django-PersonPetAPI
A very trivial API to demonstrate working with the Django web framework
subdash/FastAPI-GameLobby
API server for an app used to schedule times to play games with friends
subdash/GraphQL-Gospel
Apollo GraphQL interface to ESV bible API
subdash/HexagonalDemo
API demonstrating hexagonal architecture
subdash/Rusty-CHIP-8-WIP
A CHIP-8 emulator implemented in Rust. Works for some simple CHIP-8 programs.
subdash/dungeonbuddy
roll20.net web scraper
subdash/FastAPI-SMA
Secure Messaging App using GNUPG and FastAPI
subdash/infosec.mozilla.org
Guidelines, principles published on https://infosec.mozilla.org
subdash/JupyterNotebooks
subdash/LiteCache
Lightweight Redis-based JSON cache
subdash/RandomGospelGolang
Retrieve random verses of the Gospel (KJV) using bible-api.com
subdash/RESTful-API-Spring-Boot-Kotlin
Small RESTful API server using Spring Boot and pure Kotlin. cURL scripts for testing.
subdash/tcp-file-server
A basic TCP file server I wrote as an exercise in sockets programming
subdash/TS-DataStructures