Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by mfkimbell

A curated list of projects in awesome lists by mfkimbell .

https://github.com/mfkimbell/catalog-web-scraper

Dockerized Python/Flask web application that uses lxml to parse an online book catalog, stores data in PostgreSQL with RabbitMQ workers, then allows for querying of that data by users on Flask.

aiohttp asyncio docker flask lxml makefile pdm psycopg2 rabbitmq shell-script sql toml yml

Last synced: 07 Nov 2024

https://github.com/mfkimbell/legends-of-pygame

A work-in-progress game built from the ground up in Python. Incorporates graphics, collisions, classes for various entities, world maps, animations, maps that update with player position, and more.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/reviews-nlp-sentiment-analysis

The purpose of this project was to investigate different methods of adding sentiments to Twitter posts.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/bookstore-manager

This project's goal was to create an interface that a bookstore manager could use to keep track of the inventory of his bookstore, all of his customers, and which customers were renting which books.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/github-actions-custom-actions

This project utilizes various composite, javascript, and docker actions through Github Actions workflows. These test and deploy a web application on S3.

aws-s3 composite-action docker-action javascript-action

Last synced: 22 Nov 2024

https://github.com/mfkimbell/react-movie-database

Dockerized C# program that connects to Microsoft SQL Server using .NET Entity Framework CORE to manipulate movie data and display them in a ReactJS GUI with pagination, sorting, and CRUD operations.

axios bootstrap co entity-framework-core lodash microsoftsqlserver netcore node reactjs

Last synced: 22 Nov 2024

https://github.com/mfkimbell/interview-notes

interview-notes

Last synced: 22 Nov 2024

https://github.com/mfkimbell/is-matrix-isomer

Determines if two graphs are isomers of one another.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/rock-paper-scissors

Rock Paper Scissors against the computer. First to 5 wins.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/mfkimbell

Config files for my GitHub profile.

config github-config

Last synced: 22 Nov 2024

https://github.com/mfkimbell/terraform-aws-devops

An AWS pipeline created with Terraform. Ansible playbooks build a Jenkins server, which analyzes code with SonarQube, then builds a container with Docker, publishes on JFrog, and deploys on Kubernetes.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/buildwise

Last synced: 22 Nov 2024

https://github.com/mfkimbell/racket_vectormultmatrix

This program shows a function that takes in a vector and a matrix and returns the two multiplied.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/python_strongpasswordchecker

checks password strength

Last synced: 22 Nov 2024

https://github.com/mfkimbell/dummmmmy

Last synced: 22 Nov 2024

https://github.com/mfkimbell/aws-notes

aws-notes

Last synced: 22 Nov 2024

https://github.com/mfkimbell/terraform-notes

terraform-notes

Last synced: 22 Nov 2024

https://github.com/mfkimbell/django-serverless-webapp

Django web application that uses postgres to manage user data and uses amazon S3 to store static files. The application was containerized and the image was uploaded to ECR. This image was then used to deploy the web app on ECS Fargate serverless launch type with https and custom domain.

aws-cli boto3 certificate-manager django django-environ django-storages docker ecs erc fargate gunicorn postgresql psycopg2 rds route53

Last synced: 22 Nov 2024

https://github.com/mfkimbell/file-sort

Sorts files into folders based on their file types or names. I only did 3 examples, but with glob you could select for any number of complex named files into any folder.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/azure-container-and-blob-management

A .NET8 application that allows users to add, delete, and view the contents of Blobs and Containers.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/pdf-to-excel-table-transfer

This purpose of this project is to learn about data aquisition from PDFs to Excel using Python.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/ecommerce-thrift-website

An e-commerce website

Last synced: 22 Nov 2024

https://github.com/mfkimbell/react-docker-todo-list

Basic todo list implemented with React.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/cloud-file-sharing-service

AWS Application that utilizes lambda to allow for users to sign up for and use a cloud file sharing service through SNS. It also manages a MySQL database to track users.

aws aws-lambda boto3 ec2 flask iam mysql rds s3 ses sns

Last synced: 22 Nov 2024

https://github.com/mfkimbell/snake-in-python

snake in python

Last synced: 22 Nov 2024

https://github.com/mfkimbell/jump-game

Made with pygame following a tutorial. Takes user keyboard inputs to move a cube left or right and jump. Platforms are randomly generated as the player ascends. Created game loops, classes for player and surfaces.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/end-to-end-devops

End-to-End CI/CD Pipeline. Jenkins polls for changes to GitHub source code for a Tomcat server hosted web application and then executes jobs with Ansible scripts. These scripts create new docker images with the changes, upload those images to DockerHub, and then deploy the new image into multiple pods on Kubernetes with a loadbalancer.

ansible aws docker ec2 eks eksctl jenkins kubectl kubernetes maven tomcat

Last synced: 22 Nov 2024

https://github.com/mfkimbell/python_tictactoe

A simple TicTacToe game

Last synced: 22 Nov 2024

https://github.com/mfkimbell/tetris-piece-generator

Generates a Tetris piece with random color, shape, and orientation

Last synced: 22 Nov 2024

https://github.com/mfkimbell/basic-calculator

Can multiply, divide, subtract, and add two numbers, uses Swing for the visualss.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/multiple-file-search-and-execute

The purpose of this project was to further understand file navigation and architecture in C. It takes flags and commands as imput and executes accordingly.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/hospital-employee-database

Hospital database, written onto a text file, functions to display, add, and remove employees

Last synced: 22 Nov 2024

https://github.com/mfkimbell/text-grocery-store

This is a shopping application using things like maps, slices, for loops, and good code reusability

Last synced: 22 Nov 2024

https://github.com/mfkimbell/react_checkoutcart

React UI for manipulating data related to the checkout cart format used by online shopping retailers.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/rust-s-notation-parser

An s-notation parser in Rust.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/basicclockgui

This project was used to learn to display GUI with fyne using mac x-code application. Took a frustrating amount of troubleshooting.

Last synced: 22 Nov 2024

https://github.com/mfkimbell/serverless-chat-app

serverless-chat-app

Last synced: 22 Nov 2024

https://github.com/mfkimbell/personal-website

A personal website to showcase projects and resume

Last synced: 22 Nov 2024