Back
Similar todos
Load previous page…
✏️ early blogged so I could call it a day micro.webology.dev/2024/04/21…
wrote first ever dev.to post #llmonitor
Write a blog post on stack and dev time, post on Medium, add link to devOps thread #pagerteam
📝 finished my daily blog article
Write a post on dev.to #writeoften twitter.com/onerinas/status/1…
✏️ I wrote about drumping Pinboard... micro.webology.dev/2024/04/11…
✏️ Wrote about #upgradedjango micro.webology.dev/2024/04/04…
published another blog post on dev.to!
📝 drafted a /uses/ page for my blog tonight #mylife
✏️ drafted a blog post about creating #lfk
✏️ Wrote about how much of a pain it is to track down where things are hosted some times micro.webology.dev/2024/02/28…
✏️ I wrote and published my notes on using the Ollama service micro.webology.dev/2024/06/11…
✏️ worked on a draft of my 2020 recap blog post #mylife
write the first developer journal #imknight imknight.com/posts/kickstart-…
✏️ I wrote about automating python and django upgrades micro.webology.dev/2024/03/22…
✏️ I wrote about dropping Google Chrome for a better Chrome browser called Vivaldi micro.webology.dev/2024/04/27…
✏️ I wrote about On Gardening which is also code for useful services that are worth paying for. Also, someone automate telling me how to garden. micro.webology.dev/2024/03/16…
Write a short post on dev.to #writeoften dev.to/onerinas/top-1-way-to-…
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