In this post, we will cover the basics of LangChain and guide you through its core components….

In this post, we will cover the basics of LangChain and guide you through its core components….
In this post, I demonstrate how Grover’s algorithm can be used to solve the Graph Coloring problem. …
In this post, we create a microservice in Go with the gin gonic web framework….
In this post, I demonstrate how ChatGPT can be used to edit Wikipedia articles…
In this post, I will demonstrate how to create a reverse proxy server using the Gin web framework….
Ruby on Rails is a popular web framework that operates on the MVC and CRUD architecture. In this post, I will create a simple blog to demonstrate how to create a project on Rails. Create the project First, create a new rails project, and install gems with the following commands. I’m using myblog as the…
Simple proof of work blockchain in Python in less than 100 lines of code…
In this post, I cover how implement a PID controller using a DC power supply and an oscilloscope to generate arbitrary waveforms….
This post is a part of a series of posts about instrumentation. Get the full code here. For setup details, see the original post. DC power supplies can be found in all kinds of different laboratory environments. Making supplies programmable improves the reproducibility of experiments. In this post, we will look at various features of…
Introduction In Keynesian economics, price is where supply meets demand. Inefficiencies, such as price differences between markets, means there is no singular price at any given time. Even within markets, price is defined somewhere between bid prices and asking prices. This is best shown with an order book (see below). Here, the solid portion of…