Explore >> Select a destination


You are here

tuckersiemens.com
| | nguyenhuythanh.com
2.9 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:
| | emschwartz.me
2.2 parsecs away

Travel
| | Maud, Axum, SQLx, and HTMX make for a snappy UX and pleasant DX.
| | ohadravid.github.io
2.9 parsecs away

Travel
| | One of the best things about Rust is that there are so many high-quality crates for everything and anything you want. It can be hard to choose, so I wanted to ...
| | gist.github.com
8.1 parsecs away

Travel
| Rename Roam daily files to Obsidian daily files. GitHub Gist: instantly share code, notes, and snippets.