November 2023 Summaries
10 posts from Netlify
Filter
Month:
Year:
Post Summaries
Back to Blog
Composable architecture is often met with pushback due to its unfamiliarity, perceived complexity, potential time-consuming migration process, and fear of undoing existing work. To overcome these objections, it's essential to approach the transition incrementally, focusing on one business challenge at a time, and showcasing long-term cost savings through an investment analysis. By asking questions like "How much time are we spending on maintenance?" and "Could I (a developer) be working on more important projects?", you can navigate the monolith-is-fine conversation and demonstrate the value of composable architecture. Additionally, emphasizing that a migration doesn't require undoing existing work and that it's an opportunity to adapt to changing business needs can help alleviate concerns. By taking an incremental approach and highlighting the benefits of composable architecture, you can overcome pushback and successfully transition to a more flexible and scalable architecture.
Nov 30, 2023
1,117 words in the original blog post.
Netlify has introduced its Image CDN Beta, designed for all frameworks, providing developers with a simple way to resize, crop, and format images, automatically delivering the best format supported by users' browsers, including newer technologies like AVIF and WebP. The service supports both local and remote images and offers powerful services in an accessible API. It aims to improve web performance and user experience by optimizing image sizes while maintaining quality. The service is free during the beta period, with fair pricing expected when it becomes generally available.
Nov 17, 2023
1,033 words in the original blog post.
Netlify has introduced its Image Content Delivery Network (CDN), designed to optimize images on websites, improving performance and user experience. The new feature allows developers to resize, crop, and reformat any image using a simple API. It also automatically delivers the best format supported by users' browsers, such as AVIF and WebP, while maintaining image quality. Netlify Image CDN supports both local and remote images, with allow rules for source domains and paths to prevent abuse and improve security. The service is compatible with all major frameworks and will soon have automatic integrations for most of them.
Nov 17, 2023
953 words in the original blog post.
In the realm of Customer Identity and Access Management (CIAM), authentication is merely one aspect of a more complex engineering problem, involving authorization, identity management, and integration with various systems. A robust CIAM solution requires careful consideration of questions such as how users become part of the system, what information to store, how to prove identity during authentication, and how to control access to resources. Effective Identity flows must balance user experience with security and compliance standards, while common attacks like fraudulent signups and MFA bypass require protection measures. The journey from fundamental capabilities to advanced Identity management involves stages such as scaling, optimizing, and integrating Identity within broader technology stacks. A strong CIAM platform relies on industry standards like OAuth2.0, JWTs, and SAML, offering APIs for easy integration with software and built-in support for various authentication factors and identity providers.
Nov 15, 2023
2,068 words in the original blog post.
Netlify has introduced a new feature called Blobs, which is a general-purpose data store built into the Netlify Composable Web Platform. It allows developers to have access to a storage solution that best fits their needs without any setup or architecture lock-in. With Blobs, you can create multiple stores for different types of data in your application and access them from anywhere in the platform. This feature enables powerful new patterns such as data store for functions, programmable cache, and processing uploads. Netlify Blobs is now available as a beta feature with no costs associated during this period, and it will be announced before its general availability.
Nov 14, 2023
1,295 words in the original blog post.
The Angular v17 framework has been released with several improvements to developer experience, performance, and speed, including deferrable views, hybrid rendering, and faster build times. Netlify is supporting the new release by providing a plugin that enables easy deployment of Angular v17 apps to its platform. Users can deploy their apps using either the Netlify CLI or the Netlify UI, which offers a user-friendly interface for setting up and deploying projects. The process involves installing the Netlify CLI or UI, linking the project to Netlify, and configuring the build command and publish directory. Once deployed, Netlify's Angular runtime plugin takes care of pre-rendering static routes and handling server-side rendering, making it easy to deploy hybrid-rendered apps.
Nov 10, 2023
758 words in the original blog post.
Shopify's Hydrogen framework is being integrated with Netlify's Remix runtime for building high-performance composable storefronts. The integration allows for deployment of Hydrogen storefronts on Netlify Edge Functions, providing lightning-fast edge rendering and benefiting from Netlify's developer productivity platform and workflows. To get started, developers can use the Remix CLI to create a new project using Netlify's Hydrogen template or deploy a pre-configured example with just a few clicks.
Nov 07, 2023
210 words in the original blog post.
Remix v2.2 is now available on Netlify, offering improved capabilities such as full support for Remix 2.2, streaming responses from Netlify Functions and Edge Functions, advanced cache control, a new local development experience, and Vite support in the near future. This update aims to make it easier and more powerful for developers to deliver Remix sites with Netlify, leveraging the latest features of both platforms. The integration also benefits from renewed commitments to making core Netlify platform primitives better and simpler to use.
Nov 03, 2023
451 words in the original blog post.
Netlify Build Event Handlers offer a way to seamlessly integrate with the Netlify site building process and enhance its capabilities. By creating a Private Integration, developers can perform post-build checks for broken links, generate content such as sitemaps, RSS feeds, search indexes, and more. The integration uses the Netlify SDK and leverages packages like linkinator to scan a site's build folder for any broken links. If any are found, the deploy is cancelled. A Private Integration can be created by deploying an integration code to Netlify, which involves navigating through the Netlify UI, setting up the integration, and committing changes to the repository. Once deployed, the integration can be enabled on specific sites within a team, allowing developers to test its functionality and use it across multiple sites.
Nov 02, 2023
1,422 words in the original blog post.
**
Composable architectures offer a range of benefits, including flexibility, optionality, efficiency, scalability, site performance, security, low-risk, faster time-to-market, and cross-team collaboration and autonomy. These benefits arise from the ability to select the best tools for the job, adapt to modern web development trends, innovate quickly, and delegate scale management to providers. With composable architectures, organizations can build an architecture that's uniquely specific to their business needs, make better use of services, handle increased traffic efficiently, improve page speed through deployment platforms, prerendering content, and digital asset providers, and enhance security by abstracting access to the database and delegating security responsibility to third-party providers. Ultimately, composable architectures enable faster time-to-market by making it easier for developers to ship things better, faster, and safer. They also facilitate cross-team collaboration and autonomy by allowing teams to select tools that align with their business challenges and user needs.
Nov 01, 2023
1,944 words in the original blog post.