Offcanvas
Content for the offcanvas goes here. You can place just about any Bootstrap component or custom elements here.

ASP.net League App

league site screan shot

C# website

  • This site is an asp.net web app. It is running on my linux coputer. The routing is done with nginx it is set up as a reverce proxy this web app is running on the same machine as nginx bot other sites are running on different machines.

  • I liked this project becase it afforeded me the oppertiunity to learn C# at the same time as asp.net. When I wrote this app I had already written a couple of python apps and my oop python skills were fairly developed. While coding this I gained a bettter appreciation for python because if the __init__ acting as an initializatin and a constructor all in 1. I also found that the amount of typing nessissary to make some thing in a strong static language is probably 2x or more of that in python.

  • this is a codeacmey portfolio project and has a sqlite db file. This project does use the entity famework similary to sqlalchemy. one thing that I appreciated about codemy was that is would give a good exposure to different librarys. I then went back and leanernd more about them though youtube and google.

Flask Inflation Web app

Python Flask website

  • This site was my first web app. It is written with flask and was a project for my MSDS. The web site was not the centeral part of the project. The central part of the project was the database. The database is a postgres database with both plpython and pgSQL. The pgSQL function prefom databace task like table triggers... the plPython fuctions scrap the goverment website. The project also inclueded 3 tableau dashboards however as there is no developer version of tableau I have recreated them to some degree in PowerBI the link is below and the username is biGuest password is guest .

  • I liked this project becase it was my first endever in both flask and in html there is alomst no javascript in it. I also had my first introduction into bootstrap. As you can see the web app is quite basic and the functionallity of scraping the Goverment has been disabled because this site is now on the pubilic internet.

  • this is a Eastern university portfolio project and has postgres database beind it. This project does not use sqlalchemey it issues SQL directly to the databse and then uses the returned recorset with flaskes jinja II tempalate to display information to the user. the database dose have a hstor field as well. the thing that I appreciated about this projecty theo most was it was the first one that got me interested in web apps.

Pizzaman app

league site screan shot

Python djangp website

  • This web app was actually my second Django web app but the first one I followed Cory Schafer's tutorial. This project was a codemey final project were the instructions were nothing more than make a django web app. I thought what would be a good project and that was a meue / restrunt. I am well aware that there is much more a business would need than my web app however I feal that this was a good app for haveing no carret other than do it. As I have progressed I belive that more pictures and graphics would help this app. .

  • I liked this poject because when i wrote it i gained a beeter understanding of boostrap and this helped me layout the pages. I also liked learning about the django forms and setting up a generailzed template to serve the django view. When I wrote this I did not have a very strong understanding of react and javascript. I can sse many opertunities where i would inject more java script instead of sending a request to the backend updating a temp table and re rendering the page. All that said I am proud that I did this project and it is part of my journey / learning path.

  • As I stated this was a Codemey capstone project for the Django course. It has a sqlite databse file on it this was a simple thing there is some thought of movng it to postgres. One thing that is interesting is that I wrote it on windows and it is being served on linux (ubunto). another thing that is interesting is that this web app has a web hook in the git repo that hits fast-api on a push to the main branch that updates the server code and restarts gunicorn service.