Back
Similar todos
switched the whatdo.com homepage to just be a simple list of links instead of the flask-vuetify template.
See similar todos

No replies yet

Got the demo site version of viper.guru running.
See similar todos

No replies yet

Started work on a Go+Vuetify+Digital Ocean template, copied over the parts of my README for my Flask+Vuetify+Digital Ocean template that should also apply here. Feeling good about making forward progress towards making Go apps instead of staying stuck in tutorial hell.
See similar todos

No replies yet

Copied over my backend Go code from my go-vuetify-template repo to my whatdo repo and deleted the flask backend code, now I just need to see what functionality is missing from the Go backend code that was in the Flask code.
See similar todos

No replies yet

Made progress on my Flask/Vuetify template that I want to try to sell.
See similar todos

No replies yet

Cloned my Flask/Vuetify template repo to start work on my "Let's Play" idea
See similar todos

No replies yet

Got most of the work done in setting up a site for my "Let's Play" idea at a subdomain of whatdo (lets-play.whatdo.com).
See similar todos

No replies yet

Got Vuetify working. #cleanexam
See similar todos

No replies yet

Got a 'Hello World' Django/Vue app running on Heroku and being served from cleanexam.com #cleanexam
See similar todos

No replies yet

Got the app working where the Vuetify interface can exist at a different endpoint than the existing UI as a way of hopefully avoiding needing to fix all the CSS problems right now. #rhymecraft
See similar todos

No replies yet

got my personal website (nathanwailes.com/, just an index.html) working on a new $4/mo DO droplet that I intend to move everything over to while switching backends from Python to Go, nginx is way easier than Apache so far. Switched my personal site to use GitHub version control.
See similar todos
Got a Flask/Vue app running on PythonAnywhere for a new client b/c trying to get it working on Digital Ocean had me dealing with a mod_wsgi error that could take who-knows-how-long to fix
See similar todos
Got whatdo and lets-play running locally
See similar todos

No replies yet

Updated the full-width demo page to have a top navbar and some vuetify cards instead of just being a blank page with 'hello world' on it. #viper
See similar todos

No replies yet

today was my first day actually doing Go development instead of just tutorials: took a magnesium tablet b/c I felt anxious last night, I think from the caffeine in the cocoa I had been drinking; copied my frontend code from my flask/vuetify template repo to my go/vuetify template repo; confirmed I can serve the frontend code locally; installed Go; drank an iced cocoa; successfully started my 'Hello World' main.go backend file as a web app server; asked ChatGPT for help converting my "POST /users/" request to use Go; created a Go module; installed Postman macOS; took a 15min break after an hour; got my frontend app "talking to" my Go backend (successfully returned "Hello World" and had it on-screen in my frontend app); added Go middleware to log every request to the console so I can see what is happening; renamed my (default) branch from 'master' to 'main'; got live reloading for my Go backend (it automatically reloads the backend when I make changes to the code); confirmed my "POST /users/" returns 201 when I use the frontend registration form; came up with a task for tomorrow: get "POST /api/session" working; set up PyCharm to be able to explore my SQLite db from within the DB toolbar; confirmed that my user registration created a new user record in the db
See similar todos

No replies yet

test out hasura.io by deploying a flask project
See similar todos

No replies yet

made website live #learnweb3dev
See similar todos

No replies yet

Moved my API routes into a 'resources' folder to keep things a little more organized and since that's the pattern in the Flask-Vuetify template I like. #rhymecraft
See similar todos

No replies yet

put site up on heroku #surflog
See similar todos

No replies yet

Created an Apache VirtualHost config template I can use for future Flask projects and added detailed explanations of what each directive in the config does. #life
See similar todos

No replies yet