-
Notifications
You must be signed in to change notification settings - Fork 53
Blog post for my major project #73
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If VlocChain is up on GitHub or elsewhere, could you add a link somewhere in the post?
date: 2018-04-12 | ||
categories: | ||
- projects | ||
- blocckchain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocckchain
-> blockchain
VlocChain is the concept of sharing videos with others using blockchain technology. Originally thought of at Brick Hack 4, Owen Sullivan, Carter Nesbitt, and myself came up with the idea of making something with blockchain that isn't a cryptocurrency, to show blockchain's potential. Our vision was to create a peer to peer video sharing platform, with no middle man or centralized server involved. | ||
|
||
## The Front End | ||
My part in this unordinary project mostly involved front end based tasks, such as designing and routing webpages, working with databases and makng a user login system, making a custom video web player, working with post and get requests, and working with our main flask app in general. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unordinary
-> unusual
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
post and get requests
-> POST and GET HTTP requests
## The Front End | ||
My part in this unordinary project mostly involved front end based tasks, such as designing and routing webpages, working with databases and makng a user login system, making a custom video web player, working with post and get requests, and working with our main flask app in general. | ||
|
||
Before starting this project, he only type of experience that I had was work with python and some slight knowledge on html and css. I now know the basics in flask, mySQL/mariaDB, POST/GET requests, jquery, debugging in nginx/uwsgi, and a bit about jinja. This project has taught me so much already, and I hope that I will continue to learn more as I continue to work on it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
he only type
-> the only type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some slight knowledge on
-> slight knowledge about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
html and css
-> HTML and CSS
, along w/ capitalization of other library and technology names like NGINX
, jQuery
, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you may mean WSGI
instead of uwsgi
, could be wrong, though.
No description provided.