Open in app

Sign In

Write

Sign In

Sharad Bhat
Sharad Bhat

4 Followers

Home

About

Oct 9, 2022

Deploy Vite on Github Pages using Github Actions

Do you have a Vite-powered React app that you want to automatically deploy on Github Pages? Github Action is your best friend! Step 1 In your vite.config.js file, add a new field as follows. Make sure to replace <repo-name> with your repository name. import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' export…

React

2 min read

Deploy Vite on Github Pages using Github Actions
Deploy Vite on Github Pages using Github Actions
React

2 min read


Apr 22, 2021

Using a local registry with Minikube

Installing Docker The official documentation is a good source for this process. Installing Minikube For this too, we follow the official documentation. Getting Started Make sure the Docker daemon is running. Creating a Local Registry Create and run the local registry at port 5000 using the following command. $ docker run -d -p 5000:5000 --name registry…

Docker

1 min read

Using a local registry with Minikube
Using a local registry with Minikube
Docker

1 min read


Apr 22, 2021

Deploying an ExpressJS server on Heroku

Installing the Heroku CLI This CLI will be useful deploying and monitoring your application directly from the command line. The official documentation is quite good. Getting Started Ensure you have a Heroku account before proceeding. If you don’t, go ahead and make an account. After you have your account ready, run the following command and login…

Nodejs

2 min read

Deploying an ExpressJS server on Heroku
Deploying an ExpressJS server on Heroku
Nodejs

2 min read


Mar 4, 2021

Recommender Engine

What it is and how to go about it. — Overview A recommender system is a subclass of information filtering system that seeks to predict the “rating” or “preference” that a user would give to an item. The recommendation system here is a user-user collaborative filtering system. …

Recommender Systems

3 min read

Recommender Engine
Recommender Engine
Recommender Systems

3 min read


Mar 4, 2021

Adaptive Bitrate Streaming using MPEG-DASH

ABR, DASH and how to use it? — What is ABR? ABR or Adaptive Bitrate streaming is a technique for streaming media by providing the best quality version to the user based on the available bandwidth, efficiently. Why ABR? Main problem with streaming a single video file is buffering. If a user has poor Internet bandwidth, the player will need to wait for…

Mpeg Dash

4 min read

Adaptive Bitrate Streaming using MPEG-DASH
Adaptive Bitrate Streaming using MPEG-DASH
Mpeg Dash

4 min read

Sharad Bhat

Sharad Bhat

4 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech