Programming

Programming

Development Setup using Nix

This setup is managed entirely Ni and my https://github.com/faizhasim/dotfiles. It’s declarative, reproducible, and version-controlled — so a new Mac can be up and running in minutes, not hours. It also allow separation between my work and personal machines.

Read
Programming

Golang: A Journey So Far

I think Golang has a huge potential. People that come from Node, might feel easier to get started without investing too much learning curve. JVM people might benefits Golang for faster startup time. In the past, I made a careful decision to implement HTTP serverless using Node, due to the cold start concerns with JVM. With AWS Lambda supports for Golang, this is just superb. If I’m were to break down a large Node serverless function, I wouldn’t mind using Golang."

Read
Programming

Functional Programming: Concept & Example

Sharing my slide during my introductory sharing session in the office on the concepts and examples for practical functional programming.

Read
Programming

EventSource Journal using Akka Persistence

I had the opportunity to spike a demo in our office and share my understanding on `EventSourcing` implementation using Akka Persistence.

Read