I’m a software engineer passionate about building quality applications.
Building IHP Projects with Cabal
A flexible alternative infrastructure for developing, building, and deploying IHP projects...
Haskell's @ symbol - Type Application
Demystifying a powerful language extension that powers the IHP framework...
Deploying IHP on a NixOS Server
A step by step guide on deploying a production Haskell application on a budget!...
Building IHP Apps with GitHub Actions
When installing software with Nix, if the target isn鈥檛 available in a binary cache somewhere, the software will be built on your machine from source. This is fine for a development machine, but when deploying software on a remote server this can be tricky depending on the resources available. Building Haskell programs is a long, resource intensive process, so on a t2.micro EC2 instance it鈥檚 pretty much a lost cause....
Basic Data Scraping in Haskell Part 2: Transforming Data and Storing with IHP
A journey through modeling and creating a data pipeline with functional programming...