Beginner Guide to Generative AI Large Language Model Part 4: Training/ Fine-Tuning Model using PEFT…If in previous article we discussed about RAG to introduce new knowledge, today in this article we will experiment on how to fine-tune AI…Feb 5Feb 5
Beginner Guide to Generative AI Large Language Model Part 3: Utilizing RAG (Retrieval Augmented…In this article we will learn how to add more knowledge to AI Models without having to train or fine tune them.Feb 4Feb 4
Beginner Guide to Generative AI Large Language Model Part 2: Running the Model Locally on PCIn this article we will discuss on how to run LLM model locally in our PC, both with GPU, and without GPU (Only relying on CPU and RAM).Jan 31Jan 31
Beginner Guide to Generative AI Large Language Model Part 1: The Basic Theory BehindIn these series of articles, I am going to introduce you to how Large Language Model works, how to use them in coding, and how to add more…Jan 171Jan 171
Screen sharing in browser (firefox, chrome, etc) under Ubuntu 22.04/ 24.04 WaylandCongratulations on installing or upgrading your Linux to Ubuntu 22/24.04, yayyyy.. but hold on. Your share screen no longer works 😆Dec 2, 2024Dec 2, 2024
Wireguard Free VPN (CloudFlare WARP+ free and premium) on old BL401 wifi router installed with…There is quite scattered information on internet in how to configure OpenWRT based router to use wireguard, especially for free/premium…Mar 4, 2024Mar 4, 2024
Go E2E Tutorial Part 8 (END): Miscellaneous To DoIn this final chapter we will discuss about several things not fully covered in our tutorial such as: machine to machine communication…Jul 30, 2023Jul 30, 2023
Go E2E Tutorial Part 7: Unit Testing with MongoDB Mock (mtest)Previously we have learned using online mongoDB for unit test. Now we will be mocking it. The files are hosted here for your reference…Jul 30, 20231Jul 30, 20231
Go E2E Tutorial Part 6: Service Creation with MongoDBIn this part we will be learning on how to create Service layer, that will utilize repositories connected to MongoDB. The files are hosted…Jul 30, 2023Jul 30, 2023
Go E2E Tutorial Part 5: Unit Test with SQL Mock and GoMockIn this part we will be learning on how to test GORM implementation, but using SQL Mock instead of real database. We will also learn how to…Jul 30, 2023Jul 30, 2023