Deploying statically-linked Haskell to Lambda
A guide to compiling a statically-linked Haskell program and deploying it to AWS Lambda using Nix, Cachix, and GitHub Actions.
A guide to compiling a statically-linked Haskell program and deploying it to AWS Lambda using Nix, Cachix, and GitHub Actions.
A technical guide to fixing a known issue where GHC 8.8.3 cannot find packages installed by Cabal 3.0.0.0, with a manual workaround.
A developer details switching from Pandoc to Pygments for syntax highlighting on their blog, including Haskell code snippets and implementation changes.
A Haskell developer shares a solution for performing regex substitutions with Unicode, specifically for embedding YouTube links.
Benchmarks comparing Haskell list length implementations, showing how strict tail recursion with accumulating parameters improves performance and memory safety.
A tutorial on building a web service in Haskell using the Servant library to generate random elementary school science questions from Markov chain data.
Author celebrates Programmers' Day by sharing an old Haskell Z-machine emulator project and suggests sharing old code on GitHub.
A technical guide on how to automatically parse and embed YouTube videos in a static site built with the Hakyll framework using custom filters and regex.
A programmer's reflection on favorite languages, arguing for learning diverse programming languages to become a better developer.
A programmer reflects on juggling multiple unfinished tech projects and personal goals, discussing the challenge of focusing on a single 'top idea'.
A game developer discusses taking a break from game making to learn new tools like Vim and Haskell, and how exploring different programming paradigms improves skills.
The author reflects on the 18-month development journey of the 'awesome' window manager, from its origins as a personal project to its growing community.