|
You are here |
www.shuttle.dev | ||
| | | | |
nguyenhuythanh.com
|
|
| | | | | 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: | |
| | | | |
www.shuttle.rs
|
|
| | | | | Using GPT-4o and Rust to build AI agents in a web service and deploy them | |
| | | | |
spacedimp.com
|
|
| | | | | ||
| | | | |
macoy.me
|
|
| | | [AI summary] This is a comprehensive overview of Cakelisp, a programming language designed to enhance developer productivity while maintaining high performance. The language combines powerful code generation, modification, and a built-in build system to streamline the development process. It emphasizes trust in the developer's ability to create programs efficiently, while also providing tools for complex project management and optimization. | ||