<code>AsyncData</code>
Explores the AsyncData functor for modeling asynchronous state in programming, contrasting it with manual state management and discriminated unions.
Explores the AsyncData functor for modeling asynchronous state in programming, contrasting it with manual state management and discriminated unions.
A software developer's monthly retrospective on writing a book about effective writing for developers, covering progress, metrics, and reader feedback.
A developer shares first impressions of the Gleam programming language while building an AIM log parser, covering basics like CLI args and build commands.
A beginner's guide on how to call Elixir libraries from a Gleam project, including setup and dependency management.
A developer's 2024 review covering programming languages, tech projects, and personal goals for 2025.
The creator of the Gleam programming language shares his 2024 tech setup, including hardware, software tools, and development environment preferences.
Explores the complexities of adding metaprogramming to the Gleam language, discussing design considerations and potential impacts.
A technical exploration of Gleam's Foreign Function Interface (FFI) for leveraging Erlang and Elixir libraries, with practical code examples.
The creator of the Gleam programming language details his 2023 tech setup, including hardware, peripherals, and ergonomic choices.
Announcing the launch of a comprehensive Gleam programming language syllabus on the Exercism platform, including lessons and exercises.
A tutorial on integrating Gleam JS, a compile-to-JavaScript language, with an Elixir Phoenix application to build a frontend.
A developer's hands-on experience deploying a Gleam web application to the fly.io platform-as-a-service, evaluating its onboarding and deployment process.
Gleam v0.11 release notes covering new record update syntax, number literals, type holes, compiler improvements, and the new HTTP library.
Gleam v0.10 introduces module constants and bit string syntax, enhancing the functional programming language's expressiveness and efficiency.
Gleam v0.9 introduces the `try` keyword for cleaner error handling and adds opaque types for better API design.