In this primer, we will provide an overview of the LocalAI platform as well as get our hands dirty using the command-line as well as the Python SDK.
Here is the link to the article on LocalAI:
Enjoy π !!!
Articles | Notes | Tips | Tutorials
In this primer, we will provide an overview of the LocalAI platform as well as get our hands dirty using the command-line as well as the Python SDK.
Here is the link to the article on LocalAI:
Enjoy π !!!
Most of us have been using some form of a badge or tag to enter the office building OR tap a credit card to make a payment at the checkout.
Ever wondered what is really going on behind the scene when we tap a card on the card reader ???
This is where the RFID/NFC technology comes into play. We will leverage a Raspberry Pi 4 along with a Mifare RC522 RFID module to get our hands dirty. Here is the link to the article demonstrating the concept of RFID/NFC:
Enjoy π !!!
Ever taken a peek at the Java bytecode of a class to see what is really going on under-the-hood especially with the various method calls ???
There are five different JVM method invocation instructions and they come into play at different scenarios. Here is the link to the article introducing the various JVM ‘invoke…‘ instructions:
The JVM ‘Invoke…’ Instructions
Enjoy π !!!
Ever wondered what is the common ingredient behind some of the most popular Big data frameworks, such as Apache Drill, Apache Druid, Apache Flink, Apache Phoenix, Dremio, and others ???
Apache Calcite is a popular open source Java framework for building and managing data sources using the SQL language. Here is the link to the article introducing Apache Calcite:
Introduction to Apache Calcite
Enjoy π !!!
In this article, we will explain how both the card and the mobile payment flows work end-to-end in a simple way.
Here is the link to the article:
Card and Mobile Payments Flow 101
Enjoy π !!!
In this article, we will understand the basics of model Quantization which allows one to shrink the size of any pre-trained LLM model.
Here is the link to the article on Quantization:
Β Understanding Model Quantization
Enjoy π !!!
Pandas DataFrame is an Excel like table structure, with rows and columns of data, and is extensively used for slicing and dicing of data for analysis. It provides in-built support for styling so that data can be presented in a more meaningful way.
Here is the link to the article on Pandas DataFrame Styling:
Enjoy π !!!
In this article, we will setup and demonstrate the two Port Forwarding options (Local and Reverse) on Linux using a single binary executable called ‘Chisel‘. Here is the link to the article:
Enjoy π !!!
Ever wondered what is the one common powerful “ingredient” between two popular Java frameworks Hibernate and Mockito ???
Byte Buddy is a popular Java code generation and manipulation library that is common between the two mentioned frameworks. Here is the link to the article introducing the Byte Buddy library:
Enjoy π !!!
Posted my next article on LinkedIn and here is the link:
Hope is useful for others !!!