A Gleam web framework for building HTML templates, single page applications, and real-time server components.| hexdocs.pm
For years, a trend in our industry has been to build single-page apps, or SPAs. With an SPA, the entire site or app lives in a single HTML file. After the initial load, everything about the app is handled with JavaScript. This is, in theory, supposed to result in web apps that feel as fast and snappy as native apps. Today, I want to explore why that’s nonsense. Let’s dig in!| gomakethings.com
There’s a key piece of magic in the engineering of the Internet which you rely on every single day. It happens in the TCP protocol, one of the fundamental building blocks of the Internet. TCP…| Joel on Software
View Source| hexdocs.pm
Parse, don’t validate| lexi-lambda.github.io