Programming

Programming

Practical AI Economics for Developers

The biggest lever in AI development is not the model. It is how you use it. A look at structured tooling, model economics, and why the best setup is one you can afford to use without hesitation.

Read
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