DEV Community

Cover image for Creating TimeWarpScan.me
2 1

Creating TimeWarpScan.me

You don't have to use AI tech like TensorFlow.js for AI only. I enjoyed adding GPU acceleration to my JavaScript to make a wild project. Want to know what it is? Watch the promo video I made:

Building with JavaScript is quite rewarding. I hope you get the feel of it, too. Just watch us enjoy the site on a Walkthrough Wednesday with friends.

https://www.twitch.tv/videos/1044068063

I've been fortunate enough to talk about this at Magnolia JS conf and other places! It's a fantastic Open Source project for people learning and looking to contribute during their #100DaysOfCode

The site is here: http://timewarpscan.me/
The source code is here: https://github.com/GantMan/timewarp/tree/main/timewarpscanme

The site is hosted on AWS Amplify and written in React!

And of course, if you want to be a master of TensorFlow.js to make your own fun projects, here's the obligatory book link:

https://amzn.to/3dR3vpY
Learning TensorFlow.js

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read full post →

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post