Thu Aug 10 2023
As coding is often self taught, one aspect of design that doesn’t have a direct doctrine is code. Layouts of good projects are designed to be easy to read for another coder, with clear and concise documentation supporting the project allowing anybody with the appropriate coding language skills to pick up and use or adapt the code as required.
Fri Aug 04 2023
When I finished part 2 of my making this blog article, I originally concluded that I was happy with the technical outcome. My program fetched data from a Google docs file and parsed that data into HTML content which was then displayed on the website.
Tue Jul 25 2023
The first part of this blog development diary left with the back end being completed, using a combination of Google Drive As the database comma Google docs as the word processing unit and Google app script as the back end server providing restful API performance. This part we'll focus on the front end and fetching the data via the rest of API and then parsing it into content for displaying on the website.
Tue Jul 25 2023
So one thing that a lot of coders do is write a blog. While I’m not normally a trend chaser, I do see the benefit of doing something like a blog to show your inner thoughts on coding and the like.
Tue Jul 18 2023
Next.js new App router changes many aspects of Next projects beyond folder structure. So does that impact interacting with Google APIs?