vinayakLogo
  • Home
  • Work
  • Blog
  • Connect

My Blog

Some of My written work.


Getting started with RabbitMq using NodeJs

September 5, 2024

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).

Read more

Creating a follow and unfollow system in Django | python

November 26, 2023

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.

Read more

How to Create a Youtube clone using react

November 26, 2023

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.

Read more

The Bcrypt Algorithm for Secure Password Hashing

November 26, 2023

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.

Read more


Created by   @itsvinayak   with  ❤️