Here is a website I made for my web development class. Created using JavaScript and CSS, it’s the start of an ordering system for lined paper of all kinds.
http://patrickkellogg.com/nycda/KelloggMunderDifflin/kmd.htm
Patrick Kellogg's Programming Site
“Code is the root of all people”
Here is a website I made for my web development class. Created using JavaScript and CSS, it’s the start of an ordering system for lined paper of all kinds.
http://patrickkellogg.com/nycda/KelloggMunderDifflin/kmd.htm
I’ve been doing a lot of HTML and CSS. I’ve been trying to learn how to set up grids and manipulate them. I haven’t done a lot of “flexbox”. But here are a few websites I’ve created lately:
I spent some time playing with Cloud Computing. As I see it, if companies are willing to give me free resources, then I should use them! However, “you get what you pay for”…
The winner is “Python Anywhere” (https://www.pythonanywhere.com/). It a command-line interface that I quickly got up and running. However, I worry that it will eventually be way too expensive. Next is Amazon Web Services (https://us-east-2.console.aws.amazon.com/console/home?nc2=h_ct&src=header-signin®ion=us-east-2). They have a command line interface, but you need to jump through their EC2 hoops in order to securely move files and open a ssh connection.
The worst-case scenario is Google and IBM. I was able to get a very simple web page by following a ton of tutorials (https://console.cloud.google.com/home/dashboard?project=windy-cedar-216420&_ga=2.232351135.-1229432375.1536960167). But IBM didn’t even have those help files (https://console.bluemix.net/dashboard/apps/).
To progress more with Google and IBM, I would need to learn Flask. And I’m not sure that Flask is an in-demand tech skill right now (or that it will be used in the future). I would rather learn Django or some other front-end framework. However, I might return to Flask in the future… I bought a textbook!
See https://patrickkellogg.wordpress.com/cloud-computing/ for more details of my adventures.
I got a free account to the IBM Cloud at https://console.bluemix.net/dashboard/apps/. However, it’s proving a lot harder to use than I expected:
I got it to display a webpage at https://kryptos.mybluemix.net/. Which is great, but I have a python command-line application, and it’s going to take a lot of work to “webify” it. I need to learn a lot more about dynamic web pages, and (more importantly), choose a technology to implement. Ajax or JavaScript? Client- or Server-side page refreshes?
There’s supposedly a way to make IBM use a Docker container for command-line execution, but I kind of like the webpage and the way the IBM Cloud notifies me that it’s running.
Here are some notes:
https://console.bluemix.net/dashboard/apps/ patrickkellogg@gmail.com Michael's i Microsoft PowerShell ----------------------------- ibmcloud dev help ibmcloud login ibmcloud api https://api.ng.bluemix.net ibmcloud target --cf ----------------------------- CD /Users/Patrick/Dropbox/Projects/IBMKryptos bluemix app push IBMKryptos https://kryptos.mybluemix.net/
I finished the majority of pages in http://www.patrickkellogg.com to add modern formatting and CSS code.
I didn’t start to tackle http://www.patrickkellogg.com/hobbies since there are so many linked pages under that directory. But I hope to get to it soon.