/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.shuttle.rs
| | nguyenhuythanh.com
2.3 parsecs away

Travel
| | In web development and deployment, most software engineers are familiar with either: Separating the built SPA and the backend (Client-Side Rendering), or Return HTML directly from the backend (Server-Side Rendering) I recently (re)discovered 1 that there is a third way: embedding the built SPA into the backend's binary file, and serving it directly. I think this is an elegant approach, as the pros are: Simpler deployment as we only have one binary file in the end Simpler code where we don't have to take into account CORS and the backend endpoint since the frontend and backend are served from the same origin 2 The cons are quite clear:
| | andreabergia.com
3.0 parsecs away

Travel
| | This post is part of the Languages Opinion series. Languages opinion - part one - JVM Languages opinion - part two - Rust ?thispost Languages opinion - part three - Javascript and Typescript Welcome back to my mini-series about programming languages. In this post, we will talk about one of the most interesting programming languages that I have seen in a long while: Rust.
| | emschwartz.me
2.6 parsecs away

Travel
| | Maud, Axum, SQLx, and HTMX make for a snappy UX and pleasant DX.
| | mydeveloperplanet.com
16.0 parsecs away

Travel
| This blog provides a step-by-step guide to create a Model Context Protocol (MCP) server using Spring AI. It explains the advantages of using MCP for integrating Large Language Models with data sources, highlights necessary prerequisites, and outlines the construction and testing of the MCP server and its client, including feature implementation.