Fandy Aditya Wirana
Fandy Aditya

Fandy Aditya

Follow
Follow
homebadgesnewsletter
Pinned

Privacy in Generated AI Era: redactd powered by Pangea Cloud

Nov 15, 20233 min read

Introduction Generated AI is one of the latest tech. The progress is swift, and it actually helpful for many jobs in every aspect of people's lives....

Privacy in Generated AI Era: redactd powered by Pangea Cloud

Migrating Blog from Notion to Hugo

Aug 4, 20232 min read

I have been using Notion for my personal blog. Start with using premium paid service Super.so when it still in the early bird. Super is great, it just...

Migrating Blog from Notion to Hugo

Navigating the Challenges of Third-Party API Integration: Lessons Learned from Personal Experience

Jul 7, 20235 min read

Over the past three years, I have been working on aggregator apps. These apps essentially act as intermediaries between users and various systems. The...

Navigating the Challenges of Third-Party API Integration: Lessons Learned from Personal Experience

Unit Testing using Mocha, Sinon, and Chai in NodeJS

Apr 25, 20237 min read

We use Mocha as the test framework, Chai for assertions, and Sinon.js for creating Doubles. Here's the code for installation: $ npm install sinon...

Unit Testing using Mocha, Sinon, and Chai in NodeJS

Create Q&A from Essays and Twitter Threads, using Open AI Embedding and Pinecone

Apr 4, 20234 min read

After some time of researching Open AI, Vector databases, and semantic search. For today, I tried to combine all of the knowledge I get and create Q&A...

Create Q&A from Essays and Twitter Threads, using Open AI Embedding and Pinecone

Semantic Search using Langchain, Pinecone DB in Node JS

Mar 27, 20233 min read

Langchain is basically an interface and wrapper of LLM. The goal is to simplify, and also make it easier to do pre and post-processing of the LLM...

Semantic Search using Langchain, Pinecone DB in Node JS