Home / Companies / Fly.io / Blog / July 2022

July 2022 Summaries

5 posts from Fly.io

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses SQLite, a lightweight database engine that is simple and reliable due to its constrained size and feature set. It explains how SQLite encodes data in its record format using variable-length integers (varints) for efficient storage of integers and types. The text also delves into the use of pages and b-trees for efficient updates, insertions, and searches within a database. Understanding these internals can help developers feel more comfortable with SQLite and confidently design applications using it.
Jul 27, 2022 2,456 words in the original blog post.
Annie Ruygt introduces Fly, which enables developers to run Docker images as Firecracker micro-vms on hardware worldwide. The platform now supports deploying Laravel apps globally with the new "Laravel Bytes" section. Deploying a Laravel app on Fly is simple and quick, taking just minutes. Future posts will discuss considerations for global deployment and provide tips, tricks, strategies, and more about Livewire-based real-time apps.
Jul 26, 2022 258 words in the original blog post.
Phoenix LiveView is an innovative tool for building interactive, real-time applications without dealing with client-side complexity. It allows developers to write dynamic server-rendered applications without writing JavaScript and offers features such as real-time validations on forms or updating the quantity in a shopping cart. The technology started with a simple itch - wanting to write dynamic server-rendered applications without writing JavaScript, and has evolved into a powerful tool for building dynamic applications. It provides optimizations like minimal diffs, best-in-class payloads, lazy loading, and bundle splitting without the need for complex configuration or build tools.
Jul 19, 2022 3,066 words in the original blog post.
In this edition of Fly.io's Logbook post, several new features and improvements have been introduced. Users can now expand storage volumes on their apps, and the $99 Pro Plan includes usage credits equivalent to its price. Additionally, users with monthly resource usage over $99 will receive support by email. The changelog has been divided into sections for better organization, focusing mainly on flyctl improvements. Other updates include SOC2 compliance, added SFTP support to Hallpass, and personal organizations are no longer restricted. Furthermore, the transit provider has been updated with BGP routing announcement changes, improving latency for customers. The Heroku webhook handling has also been improved, and an internal walkthrough on updating customer account information in Stripe has been written. Several bugs have been fixed, including issues with autoscaling and the Fly Redis image. Documentation updates include details on mounting persistent volumes via the machines API and Laravel docs improvements. The blog post "The Serverless Server" discusses building a fictitious Functions-as-a-Service service from scratch. For flyctl, users can now set LOG_LEVEL=debug to format and colorize JSON requests and responses for readability. Other updates include deprecating fly create in favor of fly apps create, fixing a regression in fly launch for Phoenix apps, improving the Laravel launcher, and splitting up flyctl launch scanners. For Flyctl & Machines, users can now use machine-based apps with fly deploy and view attached volumes with fly machine status. The dashboard UI has also been updated with various improvements and bug fixes.
Jul 18, 2022 1,097 words in the original blog post.
Fly.io has achieved Service Organization Control (SOC) 2 compliance, a widely recognized security certification that ensures the company's infrastructure and operations meet stringent security standards. The author provides an in-depth look at what SOC 2 entails, its significance for customers, and how it can benefit companies seeking to improve their security posture. They also share insights into Fly.io's journey towards obtaining this certification, including the steps they took, challenges faced, and lessons learned. The author emphasizes that while SOC 2 is a valuable tool for assessing a company's security maturity, it should not be considered as a standalone measure of an organization's overall security posture.
Jul 07, 2022 3,996 words in the original blog post.