Generated Web Apps

Following on from my post about the “disposable web” and building things just for me, I thought it might be useful to collate an evergreen list of all the things that I’m building (and their code) so that you can see some of the things they do and inspect the code that is produced (I am expecting that there are issues and if you spot any, it would be good to highlight them)


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

Following on from my post about the "disposable web" and building things just for me, I thought it might be useful to collate an evergreen list of all the things that I'm building (and their code) so that you can see some of the things they do and inspect the code that is produced (I am expecting that there are issues and if you spot any, it would be good to highlight them)

For as much as possible, I try not to change any of the code.

Repl.it

  • Image Analyzer [code] - I sometimes need to extract information from images and I just wanted a tool I trust (and also see how well it works with Google Cloud APIs - quite well)

  • TimeZone Tracker [code] - This is simple tool that lets me set up time zones so that I can plan meetings. There are sometimes that I had to step into intervene, like when I asked it to make it a PWA and it kept auto generating the icons (I had my own), or when I couldn't get the log into persist (turns out it was the WebView iframe)

A general note, repl.it seems to prefer Python, Flask and sqlite. It's not the end of the world with regard to Python and Flask, but I don't quite understand why it prefers sqlite, as I understand it, every time you deploy it will overwrite the sqlite file, which seems sub-optimal. I prefer to use postgres and I've been delighted with the agents ability to migrate databases.

WebSim

I really like Web Sim for just spending time browsing around things. I think it highlights the power of the web, in that anyone can create something interactive and just publish out there.

  • 3d globe - One of our first webgl demos was a spinning globe with pins on it. I wanted to see if it could do this.

  • Lake Toya - I was showing my wife how easy it would be for us to create a site about a recent trip that we had.

  • 2d Space Gravity Simulator - Something that I always wanted to build but never had the time.

  • 3d Space Gravity Simulator - I wanted to see what o1-preview could do, it was based on the 2d version.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2024-09-23T08:53:00+00:00) Generated Web Apps. Retrieved from https://www.scien.cx/2024/09/23/generated-web-apps/

MLA
" » Generated Web Apps." Paul Kinlan | Sciencx - Monday September 23, 2024, https://www.scien.cx/2024/09/23/generated-web-apps/
HARVARD
Paul Kinlan | Sciencx Monday September 23, 2024 » Generated Web Apps., viewed ,<https://www.scien.cx/2024/09/23/generated-web-apps/>
VANCOUVER
Paul Kinlan | Sciencx - » Generated Web Apps. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/09/23/generated-web-apps/
CHICAGO
" » Generated Web Apps." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2024/09/23/generated-web-apps/
IEEE
" » Generated Web Apps." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2024/09/23/generated-web-apps/. [Accessed: ]
rf:citation
» Generated Web Apps | Paul Kinlan | Sciencx | https://www.scien.cx/2024/09/23/generated-web-apps/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.