May 2024 Summaries
2 posts from Replit
Filter
Month:
Year:
Post Summaries
Back to Blog
The author of the text, who is also a professional baseball player, was having dinner with his in-laws when his grandfather-in-law came over with a problem - the San Francisco Chronicle stopped including daily MLB scores in their paper. The author, being familiar with the issue, offered to build a solution using Replit, an underrated coding platform that allows users to build software without extensive coding knowledge. With Replit's Scheduled Deployments feature, the author was able to automate sending the scores to his grandfather-in-law each day via email. To achieve this, he built a script that scraped the MLB scores from a public website and used AI-powered tools like Selenium and Resend to parse the data and send it via email. The solution was completed in just a couple of days and cost less than $0.50 per month to run.
May 21, 2024
1,189 words in the original blog post.
Replit Object Storage provides a fast and durable way to persist files and other unstructured data, ensuring resilience against data loss and enabling seamless scaling across the Replit workspace and Deployments. It excels at storing large amounts of unstructured data and offers simple interaction with APIs for uploading and downloading files. Managing application data from the workspace is made easy through a new tool pane that allows users to create Buckets, upload and download files, and monitor resource usage. The system leverages Google Cloud Storage (GCS) and provides direct access to GCP APIs, allowing users to use official libraries in any language with minimal configuration. Pricing information can be found on the pricing page.
May 02, 2024
836 words in the original blog post.