Projects in Awesome Lists by jod35
A curated list of projects in awesome lists by jod35 .
https://github.com/jod35/fastapi-beyond-crud
This is source code for a series where we talk about the concepts of FastAPI API development beyond the CRUD stuff
Last synced: 16 May 2025
https://github.com/jod35/fastapi-beyond-CRUD
This is source code for a series where we talk about the concepts of FastAPI API development beyond the CRUD stuff
Last synced: 29 Jul 2025
https://github.com/jod35/Flask-React-Recipes
This is code for a series of videos where I build a full-stack web application with ReactJS and the Flask framework.
flask flask-restx-api json react sqlite
Last synced: 20 Jul 2025
https://github.com/jod35/build-a-fastapi-and-postgresql-api-with-sqlalchemy
This is code for a video about creating REST API with FastAPI, SQLAlchemy and PostgreSQL.
fastapi posgresql python sqlalchemy-orm
Last synced: 22 Apr 2025
https://github.com/jod35/building-apis-with-drf
This is source code for a series of videos in which I cover the Django REST Framework.
apidev django djangorestframework jwt
Last synced: 22 Apr 2025
https://github.com/jod35/introduction-to-sqlalchemy
This is code I wrote in a video where I was teaching SQLAlchemy
Last synced: 12 Aug 2025
https://github.com/jod35/noted-fastapi
This is a REST API for a note taking service
fastapi fastapisqlalchemy sqlalchemy
Last synced: 25 Jul 2025
https://github.com/jod35/fastapi-beyond-crud-docs
This is the course website for FastAPI Beyond CRUD
Last synced: 05 Sep 2025
https://github.com/jod35/build-and-deploy-a-rest-api-with-flask
This is a repository for a playlist of videos where I teach building RESTful API with Flask and Flask extensions.
Last synced: 22 Apr 2025
https://github.com/jod35/Build-And-Deploy-A-REST-API-With-Flask
This is a repository for a playlist of videos where I teach building RESTful API with Flask and Flask extensions.
Last synced: 29 Jul 2025
https://github.com/jod35/jwt-auth-for-flask
A repo I wrote demostrating how to implement JWT Authentication for Flask REST APIs
flask flask-jwt-extended flask-sqlalchemy jwt-authentication
Last synced: 24 Oct 2025
https://github.com/jod35/JWT-Auth-for-Flask
A repo I wrote demostrating how to implement JWT Authentication for Flask REST APIs
flask flask-jwt-extended flask-sqlalchemy jwt-authentication
Last synced: 29 Jul 2025
https://github.com/jod35/pizza-delivery-api-django
This is a REST API for a Pizza delivery service implemented with Django.
django django-rest-framework heroku postgresql
Last synced: 22 Apr 2025
https://github.com/jod35/sqlalchemy-2.0-orm
This is code for a video I am making on SQLAlchemy 2.0 mainly covering the ORM.
Last synced: 22 Apr 2025
https://github.com/jod35/python-object-oriented-programming
This is source code for the series of videos in which I discuss Object oriented programming using the Python programming language.
object-oriented-programming python-basics python3
Last synced: 22 Apr 2025
https://github.com/jod35/using-fastapi-jwt-auth
This is code that I have written while learning how to implement JWT authentication with FastAPI using Fast JWT-Auth package
Last synced: 14 Jul 2025
https://github.com/jod35/django_course_for_beginners
This is code for a series of videos in on a beginner course about the Django web framework.
Last synced: 04 Jul 2025
https://github.com/jod35/bookapi
This is a project I did to teach building REST APIs with Python Flask and Flask-Restx
Last synced: 22 Apr 2025
https://github.com/jod35/New-Python
This is a repo for me relearning Python programming. Do not pay attention to it
Last synced: 29 Jul 2025
https://github.com/jod35/sqlalchemy-asyncio
This is code for a video I am making on SQLAlchemy 2.0 demonstrating how to use it with AsyncIO.
async-sqlalchemy asyncio python sqlalchemy sqlalchemy-orm
Last synced: 24 Jun 2025
https://github.com/jod35/build-a-web-application-with-reactjs-and-django
This is a beginner project which introduces how to build web applications with ReactJS and Django.
Last synced: 06 Oct 2025
https://github.com/jod35/Flask-from-scratch
This is code for the series of videos where I teach the Flask web framework from beginnerc concepts to advanced concepts.
Last synced: 06 May 2025
https://github.com/jod35/hateful
This is a simple django application that enables all people to throw hateful comments at it. Because its ugly. I built so as to learn how to deploy Django to Heroku.
Last synced: 23 Feb 2025
https://github.com/jod35/intro-to-django-ninja
A simple introduction to Django Ninja framework.
Last synced: 30 Oct 2025
https://github.com/jod35/library-api-v2
A library API I have built as a YouTube project Video coming soon.
Last synced: 20 Aug 2025
https://github.com/jod35/flask-from-scratch
This is code for the series of videos where I teach the Flask web framework from beginnerc concepts to advanced concepts.
Last synced: 23 Feb 2025
https://github.com/jod35/new-python
This is a repo for me relearning Python programming. Do not pay attention to it
Last synced: 22 Apr 2025
https://github.com/jod35/build-a-rest-api-with-expresjs-sequelize-and-mysql
This ios code for a video where I built a REST API with ExpressJS, MySQL and SequelizeJS
Last synced: 11 Apr 2025
https://github.com/jod35/ai-teacher
A set of AI tools that can help students learn.
Last synced: 30 Oct 2025
https://github.com/jod35/learn-beanie
This is source code I wrote while making a video on Beanie. An async ODM for MongoDB.
Last synced: 14 Sep 2025
https://github.com/jod35/author-api-v4
This is the final and complete version of the Author API I created using Flask and MySQL. It is a project I did while learning how to build Python Web Services using Flask. It contains concepts such as JWT Authentication. The API is deployed here https://authoapiv4.herokuapp.com/
flask jwt-authentication marshmallow-sqlalchemy mysql relational-databases rest-api
Last synced: 23 Feb 2025
https://github.com/jod35/testdrivendjango
This is code for a video series on Test Driven Development with the Django web franework.
django python3 test-driven-development testing
Last synced: 27 Jun 2025
https://github.com/jod35/simple-ci-cd-demo
This is a simple CI CD pipeline demo for django
Last synced: 23 Feb 2025
https://github.com/jod35/solana_web3.js
This is code for a simple Solana web3js project I have been working on to help me understand the JSON-RPC API and how it can help me build applications on the Solana blockchain.
Last synced: 23 Feb 2025
https://github.com/jod35/django-series
This is source code for a series I am making for Django
Last synced: 12 Oct 2025
https://github.com/jod35/django-auth0-authentication
This is code for a video on how to use Auth0 authentication with Django
Last synced: 22 Apr 2025
https://github.com/jod35/building-a-rest-api-on-solana-with-expressjs-and-web3.js
This is a simple REST API to help initeract with the solana network through a REST API
Last synced: 04 Jul 2025
https://github.com/jod35/fastapi-deploy-demo
simple web service to demo deployment on render.com
Last synced: 11 Apr 2025
https://github.com/jod35/solana-escrow-program-bult-with-rust
This is a Rust project buiilt to learn Rust.
Last synced: 23 Feb 2025
https://github.com/jod35/lib-api
A simple book REST API for a Book management service built for a video on FastAPI, PostgreSQL and SQLModel.
crud-api fastapi postgresql python3 sqlmodel
Last synced: 22 Apr 2025
https://github.com/jod35/recipe_api-marshmallow
This is a simple REST API for recipes built with Flask, SQLAlchemy, Marshmallow and PostgreSQL.
Last synced: 22 Apr 2025
https://github.com/jod35/build-a-graphql-api-with-graphene-sqlalchemy-and-flask
This is code for a live stream where I walked through how to build a GraphQL API with Flask , SQLAlchemy and Graphene-Python
flask graphene-python graphene-sqlalchemy graphql
Last synced: 23 Feb 2025
https://github.com/jod35/flask-to-do
This is a simple application built with Flask.
Last synced: 23 Feb 2025
https://github.com/jod35/deploying-a-flaskapi-to-render.com
This is a simple REST API built to help demonstrate how to deploy Flask REST APIs to render.com
Last synced: 31 Aug 2025
https://github.com/jod35/build-a-simple-web-application-with-starlette
This is code for a video about buiding web applications with starlette
Last synced: 23 Feb 2025
https://github.com/jod35/fun-blog
A blog app built with an intension of having fun with Python and the Flask Framework
Last synced: 27 Dec 2025
https://github.com/jod35/build-your-first-django-web-app-
This is a simple Django tutorial.
Last synced: 31 Jul 2025
https://github.com/jod35/pizza-vs-pizza
This is a mobile app for Pizzeria. It is built with Django and React Native.
Last synced: 23 Feb 2025
https://github.com/jod35/allotr
An automated course allocation platform for Uganda Technology And Management University. This is my final year project submission for my Bachelor's of Science In Software Engineering
api django javascript python vuejs
Last synced: 11 Jun 2025
https://github.com/jod35/ruby-adventuring
Just adventuring. Nothing serious
Last synced: 23 Feb 2025
https://github.com/jod35/learning-react
This is a repo for everything I will learn with React.
Last synced: 23 Feb 2025
https://github.com/jod35/listerine
A simple ReactJS app that consumes a Python backend.
Last synced: 23 Feb 2025
https://github.com/jod35/food-tracker-app
This is an application that helps a user to keep track of their daily eating habits.
Last synced: 23 Feb 2025
https://github.com/jod35/daily_bread
Daily Bible verse and note taking web app. It uses a Flask REST API and client side JavaScript
Last synced: 23 Jul 2025
https://github.com/jod35/sqlalchemy_one_to_many_relationship
This is code for a video on one to many relationships in sqlalchemy
Last synced: 23 Feb 2025
https://github.com/jod35/sqlalchemy-2.0-core-concepts
This is code for a video I am making on SQLAlchemy 2.0 mainly covering the Core.
Last synced: 23 Feb 2025
https://github.com/jod35/fastapi-websockets-chat-app
This is a simple chat Application I built to demonstrate websockets with FastAPI and JavaScript.
Last synced: 23 Feb 2025
https://github.com/jod35/flask_posts
A RESTful API built as a submission for a technical assignment.
Last synced: 23 Feb 2025
https://github.com/jod35/building-web-applicatons-with-masonite-and-python
This is the repo for all course material I will be creating for my Masonite framework playlist.
Last synced: 29 Oct 2025
https://github.com/jod35/intro-to-graphene-python
This is code for a simple introduction to Graphene Python.
Last synced: 23 Feb 2025
https://github.com/jod35/vue-django-todo
This is a Django + VueJS application
Last synced: 23 Feb 2025
https://github.com/jod35/pdf-write
A web applications that helps you to convert PDF files to a docx editable format.
flask javascript pdf2docx pdfobject pypdf2 python3
Last synced: 12 Sep 2025
https://github.com/jod35/firstsolanaprogram
My first ever block chain program built on Solana. This block chain stuff is hyped. I also decided to jump on.
Last synced: 17 Oct 2025
https://github.com/jod35/detecting-covid-19-from-chest-xrays
This is a demo of how covid can be detected from Xray images using Tensorflow and keras. Not that efficient.
Last synced: 23 Feb 2025
https://github.com/jod35/django_react_guestbook
This is a very simple web application built with Django and React
Last synced: 23 Feb 2025
https://github.com/jod35/apiflask-crash-course
This is code I wrote for the crash course on APIFlask
Last synced: 23 Feb 2025
https://github.com/jod35/covid-19-xray-image-classifier
This is a web app that helps to classify images of chest Xrays predicting Covid, Normal or Pneumonia. It also helps to give a score of how severe the disease is.
covid deep-learning flask javascript keras-tensorflow tensorflow
Last synced: 23 Feb 2025
https://github.com/jod35/django-for-newbies
This has django code for beginners
Last synced: 23 Feb 2025
https://github.com/jod35/learning-React
This is a repo for everything I will learn with React.
Last synced: 20 Jul 2025
https://github.com/jod35/microblog
This is the webapp I built following Miguel Grinberg's Flask Mega Tutorial. It covers the basics of Flasks and some of its most commony used packages.
flask flask-login flask-migrate flask-sqlalchemy flask-sqlalchemy-crud
Last synced: 23 Feb 2025
https://github.com/jod35/reflex-blogging-app
This is a fully blog application built with Reflex, as a series of livestreams
Last synced: 23 Feb 2025
https://github.com/jod35/sqlalchemy_one_to_one_relationships
This is code for a video on SQLAlchemy that demonstrates how to create one to one relationships between two tables.
Last synced: 23 Feb 2025
https://github.com/jod35/sqlalchemy-many-to-many-relationships
This is code for a video on SQLAlchemy many to many relationships
Last synced: 23 Feb 2025
https://github.com/jod35/apiFlask-crash-course
This is code I wrote for the crash course on APIFlask
Last synced: 29 Jul 2025
https://github.com/jod35/c--lessons
This is code for my journey learning C++
Last synced: 23 Feb 2025
https://github.com/jod35/node-express-intro
All the code for my node and expressjs introduction
Last synced: 23 Feb 2025
https://github.com/jod35/news_api
This is a simple REST API built with Django
Last synced: 23 Feb 2025
https://github.com/jod35/flaskshion
A flask Blogging Application
flask flask-sqlalchemy python3
Last synced: 01 Aug 2025
https://github.com/jod35/booktime
A Book Store in django built for purposes of learning the Django Framework.
Last synced: 02 Aug 2025
https://github.com/jod35/projectlearn
This is a little app that is similar to Medium where people share ideas on topics. It is entrely Django.
Last synced: 23 Feb 2025
https://github.com/jod35/gitscript
This is a Python script that helps me to automate the git commands I use on a daily basis because I am so lazy. :D
Last synced: 21 Jul 2025
https://github.com/jod35/clean-recipe-api
This is an implementation of a simple REST API built with FastAPI and SQAAlchemy
Last synced: 15 Jul 2025
https://github.com/jod35/python-sockets
Trying to implement sockets with Python and Javascript
Last synced: 23 Feb 2025
https://github.com/jod35/hand-written-digit-classifier
This is my first neural network built with Numpy and Keras. It recognises hand-written digits from the mnist dataset
Last synced: 23 Feb 2025
https://github.com/jod35/simple-flask-demo
This is my first Youtube project. A project for teaching Python Flask.
Last synced: 23 Feb 2025
https://github.com/jod35/guide_to_django_rest_framework
This is code I wrote while I read Sunscraper's Guide to the Django Rest Framework.
Last synced: 23 Feb 2025
https://github.com/jod35/react-native-todo-app
A simple To-do list application built to learn state management.
Last synced: 23 Feb 2025
https://github.com/jod35/intro-to-mysql-connector-for-python
This is code for a video where I talk about the MySQL connector for Python
Last synced: 23 Feb 2025
https://github.com/jod35/helpful_flask
A repo for my simple everyday use while using Flask
flask flask-backend flask-sqlalchemy flask-web
Last synced: 23 Feb 2025