Blog Logo
TAGS

Astro 4.12: Server Islands

Astro 4.12 is out now! This release includes the first experimental release of Server Islands, our new solution to integrate high performance static HTML and dynamic server-generated components togeth...

Read more...

Flavien Bonvins Personal Blog

Flavienbonvin.com is the personal blog of Flavien Bonvin, a frontend engineer. This blog is where he shares his thoughts, experiences, and insights on various topics related to web development, techno...

Read more...

How to catch Astro SSR errors during render

Astro has no built in way to catch errors that happen during the render of SSR components. While you can use try and catch within a component to handle errors, this can cause the components logic to b...

Read more...

LLM - CLI Utility and Python Library for Large Language Models

LLM is a CLI utility and Python library designed for interacting with Large Language Models. It allows users to work with remote APIs, as well as models that can be installed and run locally. Users ca...

Read more...

Efficient and consistent CI/CD with Kubernetes | werf

werf is a Cloud Native Computing Foundation sandbox project that offers ease of use and advanced features for creating Dockerfile and Helm charts. It provides deterministic CI/CD with predictable and ...

Read more...

.NET 9 Preview 6 Now Available!

.NET 9 Preview 6 is now available! It’s a great time to check out the latest .NET 9 Preview with major enhancements across the .NET Runtime, SDK, libraries, C#, and frameworks including ASP.NET Core, ...

Read more...

OpenAI reportedly nears breakthrough with reasoning AI, reveals progress framework

OpenAI recently unveiled a five-tier system to gauge its advancement toward developing artificial general intelligence (AGI), with a focus on human-level problem solving. The company aims to provide a...

Read more...

Redis - The Swiss Army Knife of Datastores

Do you struggle to understand the intricacies of distributed systems, databases, and programming languages? Are you curious to learn how companies design and build software at scale ?.

Read more...

Tetris Clone with Godot Engine

A simple tetris clone made with Godot Engine. There are potential bugs and some features to implement. Features include Tetris and Pentris game modes, ghost piece, wall kicks, garbage-filled rows, abi...

Read more...

React Flow 12 Release - xyflow🔥

React Flow 12 is the latest release from xyflow, featuring SSR support, dark mode, computing flows, and more. The release includes a rebranding to @xyflow/react, along with new features like server si...

Read more...

Accelerating the Future: Industrial Strategy in the Era of AI

Our Future of Britain initiative sets out a policy agenda for governing in the age of AI. This series focuses on how to deliver radical-yet-practical solutions for this new era of invention and innova...

Read more...

@chrlschn - C# Discriminated Unions and .NET Channels

@chrlschn - C# Discriminated Unions and .NET Channels - Jul 6, 2024 - Summary.NET channels are an easy way to achieve high throughput, concurrent/parallel processing of information without the need to...

Read more...

Sidebar card [WIP]

This card adds a sidebar to your interface which you can configure globally so every page has the sidebar. It can replace your top navigation but can also give extra functionality. Installation instru...

Read more...

Apache Spark 4.0 Overview: Spark Connect, Materialized Views, ANSI SQL, and Collation Support

Apache Spark 4.0 brings new features such as Spark Connect, a protocol for remote Spark development, Materialized Views for improved query performance and data management, ANSI SQL compliance, and col...

Read more...

Pivoting From React to Native DOM APIs: A Real World Example

Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn ...

Read more...

Display all images in a directory with Astro

When I created the page to showcase all the pizza Ive baked I had to load over 40 images. Importing them manually and displaying in an <Image> component quickly became tedious. There had to be a...

Read more...

Server Islands: A New Feature for Faster Performance and Personalization in Astro

This is Part 3 of our series on The Future of Astro covering the three major features we have planned for Astro in 2024. This post introduces Server Islands: a new island architecture primitive that l...

Read more...

OpenAI Unveils OpenAI Library for .NET | InfoWorld

Microsoft collaborates with OpenAI to release an official OpenAI library for .NET developers. The library supports the entire OpenAI API, including Assistants v2 and Chat Completions, and the latest G...

Read more...

Software Architecture Diagrams with C4 Model

Diagrams should be effortless to create and update, ensuring everyone has access to the latest information. Engineers are code wizards, but even the best get lost in sprawling code. Creating and maint...

Read more...

Why you should batch message processing and how to do it with .NET AsyncEnumerable

AsyncEnumerable is a sneaky abstraction that allows simplified and performant usage for iterating on pull-based and push-based sources. Pull-based approach involves querying specific data sources like...

Read more...