Econify's The Loop - November 2024
The latest version of PostgreSQL, one of the world's most advanced open-source databases, is now available. PostgreSQL 17 brings significant improvements to performance, developer experience, and data management. Here are some key highlights:
MongoDB 8.0 is now available, marking a significant leap forward in performance, security, and scalability. This major release empowers developers to build faster, more secure, and scalable applications.
Representing a major leap forward in its development, this update delivers full Node.js and npm compatibility, long-term support, and workspace management.
Microsoft has open-sourced its Code Push server, allowing self-hosting for React Native over the air (OTA) updates. This move follows the product's sunset announcement, with the original service ending on March 31st, 2025.
Amazon Web Services (AWS) has announced the general availability of the AWS SDK for Swift, empowering Swift developers to seamlessly integrate over 300 AWS services into their applications. This milestone enables developers to build cloud-native iOS, macOS, and Linux apps using native Swift syntax and AWS functionality.
Key benefits include:
Credit to the AWS team for introducing the Commands action in AWS CodePipeline.
With AWS CodePipeline's Commands action, you can now execute shell commands, AWS CLI commands, and third-party tools directly within your pipeline. This eliminates the need for separate CodeBuild projects, simplifying pipeline management and security while providing a unified experience.
Google has launched CrUX Vis, a game-changing tool that simplifies access to historical Core Web Vitals data. With a user-friendly interface, website owners can instantly track key metrics like Largest Contentful Paint (LCP), Cumulative Layout Shift (CLS), and Interaction to Next Paint (INP) over 25 weeks. This data, collected from opted-in Chrome users, offers valuable performance insights.
Key benefits include:
CrUX Vis empowers developers and businesses to prioritize user experience, driving better SEO, increased organic traffic, and higher conversion rates. Regular tracking reduces technical debt by catching performance issues early, resulting in lower long-term development costs.
Vercel introduces In-Function Concurrency, a new feature that allows multiple requests to share a single function instance on server-less architecture. By leveraging idle time and JavaScript's concurrent capabilities, Vercel fills gaps between backend responses with additional function invocations. This innovation unlocks significant performance and cost benefits, and is now available in public beta.