My Blog

Some of My written work.


Understanding VectorDB and Vector Embedding

by vinayak

author
aivector-databasevector-embeddingsvectorsearch

A practical introduction to vector embeddings, vector databases, similarity search, and a Python walkthrough for PDF semantic retrieval.

Getting started with RabbitMq using NodeJs

by vinayak

author
nodejsrabbitmqjavascript

RabbitMq is a message broker that allows sending and receiving messages between different services. It is a message broker that implements the Advanced Message Queuing Protocol (AMQP).

Redis Pipelining in NodeJS

by vinayak

author
node-redisredisnodejspipeline

Learn Redis multi, automatic pipelining, and manual pipeline execution in Node.js using node-redis.

Optimizing Your Development Workflow with Bash Scripts!

by vinayak

author
bashbash-scriptlinuxlinux-for-beginnerslinux-commands

Practical bash scripts to speed up daily development tasks like opening remotes, killing processes by port, backups, disk checks, file cleanup, and bulk replacements.

Creating a follow and unfollow system in Django | python

by vinayak

author
pythondjangoweb

Social Media giants like Instagram, Twitter, Facebook, and Github have one thing in common, that is it follow/unfollow feature. which allows the user to follow each other.

How to Create a Youtube clone using react

by vinayak

author
JSReactNext.js

React is an open-source javaScript library that is used to develop interactive user interfaces. It is managed by Facebook and a community of individual developers and companies. React mainly focuses on developing single-page web or mobile applications. here, we will create a Youtube clone.

The Bcrypt Algorithm for Secure Password Hashing

by vinayak

author
pythonalgorithmweb

Hashing is a cryptographic function that cannot be reversed. It takes an input of random size to produce fixed-size values.