Home / Companies / StackBlitz / Blog / August 2023

August 2023 Summaries

2 posts from StackBlitz

Filter
Month: Year:
Post Summaries Back to Blog
ViteConf, an online event celebrating the rapid growth of Vite as a leading tool in web development, is set to return on October 5th and 6th, 2023, offering free participation to a global audience. Following its successful inaugural edition, which attracted over 25,000 attendees, the conference will feature presentations by developers from major companies like Microsoft, Google, and OpenAI, showcasing the expanding ecosystem of Vite-based projects. This year's theme, "Beyond Fast," emphasizes the creation of sustainable ecosystems in technology and community, with new features such as live dev environments allowing participants to interact with code during presentations. Vite's popularity has soared, with over 6.2 million weekly downloads and adoption by companies like Google and Netflix, and ViteConf 2023 aims to further engage its dynamic community with live keynotes, panels, and special announcements, all accessible online with features to enhance global participation.
Aug 10, 2023 808 words in the original blog post.
Sharp, a high-performance image processing library for Node.js, can now be run in browsers via WebAssembly and WebContainers, thanks to recent developments. This advancement addresses challenges previously faced by users of tools like Gatsby and Next.js, who struggled with browser-based image processing due to Sharp's reliance on native Node.js addons. By compiling Sharp to WebAssembly, leveraging projects like wasm-vips, and using tools such as Emscripten, developers have managed to enable Sharp's functionality in web environments while maintaining compatibility with existing Node.js code. This effort included overcoming challenges related to SVG and text support, synchronous startup requirements, and the handling of multithreading in a web context. The project has also led to performance improvements, particularly in operations that utilize SIMD, despite some limitations with certain libraries. Overall, this initiative opens new possibilities for browser-based image processing and optimization, benefiting platforms like StackBlitz and beyond.
Aug 03, 2023 2,845 words in the original blog post.