In this article, we will unpack one of the most beautiful equations in Mathematics – the Euler’s Identity equation.
Here is the link to the article:
A Mathematical Gem :: Euler’s Identity
Enjoy π !!!
Articles | Notes | Tips | Tutorials
In this article, we will unpack one of the most beautiful equations in Mathematics – the Euler’s Identity equation.
Here is the link to the article:
A Mathematical Gem :: Euler’s Identity
Enjoy π !!!
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 π !!!
In this primer, we will provide an overview of the popular LLM framework LangChain AND get our hands dirty with some code samples on the various core components.
Here is the link to the article on LangChain:
Enjoy π !!!
In this primer, we will provide an overview of the Ollama platform as well as get our hands dirty using the command-line as well as the Open WebUI.
Here is the link to the article on Ollama:
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 π !!!