Programming

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
Programming

Geekcamp.my Talk on Moving Learndot.com from Pet Computing to Cattle Computing

I had a change to share some works that we recently did for Learndot.com platform during the Geekcamp.my event. It's about moving the Learndot platform from Pet computing to Cattle computing, by leveraging AWS cloud.

Read