Understanding VectorDB and Vector Embedding
by vinayak
A practical introduction to vector embeddings, vector databases, similarity search, and a Python walkthrough for PDF semantic retrieval.
Read more
Getting started with RabbitMq using NodeJs
by vinayak
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).
Read more
Redis Pipelining in NodeJS
by vinayak
Learn Redis multi, automatic pipelining, and manual pipeline execution in Node.js using node-redis.
Read more
Optimizing Your Development Workflow with Bash Scripts!
by vinayak
Practical bash scripts to speed up daily development tasks like opening remotes, killing processes by port, backups, disk checks, file cleanup, and bulk replacements.
Read more
Creating a follow and unfollow system in Django | python
by vinayak
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.
Read more
How to Create a Youtube clone using react
by vinayak
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.
Read more
The Bcrypt Algorithm for Secure Password Hashing
by vinayak
Hashing is a cryptographic function that cannot be reversed. It takes an input of random size to produce fixed-size values.
Read more