NodeJS Portfolio Update (October 9, 2023)

I got some work done this weekend, but not as much as I would have liked. I am trying to come up with a good system for handling database queries. I do not want the database open the entire time the site is up because that could be bad. On the other hand, I cannot… Continue reading NodeJS Portfolio Update (October 9, 2023)

NodeJS Progress Update (October 2nd, 2023)

I ran into a few snags, but for the most part I have everything for the main site in place on the development subdomain. The express server code performs MySQL queries just fine and everything. There are little changes I’ll need to make like getting all the images into place and getting their names into… Continue reading NodeJS Progress Update (October 2nd, 2023)