Varun Gujarathi

Varun Gujarathi @varungujarathi9

Location:
United States
Joined:
Dec 5, 2019

Varun Gujarathi
articles - 30 total

MCP Streaming HTTP Deep Dive

How the Model Context Protocol Works Under the Hood The Model Context Protocol (MCP)...

Learn More 1 0Oct 14 '25

Setting Up Proxmox on a Laptop Without an Ethernet Port

Introduction I had an old spare laptop lying around and decided to repurpose it as a...

Learn More 8 3Feb 9 '25

Multiple GitHub Accounts on One Machine

Working with multiple GitHub accounts on the same computer can seem tricky, but it's actually quite...

Learn More 5 0Nov 1 '24

Analytics and Monitoring

As a software engineer working on video streaming platforms, understanding and implementing robust...

Learn More 0 0Sep 24 '24

DRM and Video Security

In the rapidly evolving world of online video streaming, protecting content from unauthorized access...

Learn More 0 0Sep 24 '24

Video Meeting/Calling workflow

Video calling has become an essential tool for communication, allowing people to connect face-to-face...

Learn More 0 0Sep 24 '24

Video-on-Demand (VOD) workflow

Video-on-demand (VOD) streaming allows users to access pre-recorded video content at any time,...

Learn More 0 0Sep 24 '24

Live Streaming workflow

Live streaming has become a ubiquitous part of our digital lives, allowing us to broadcast events,...

Learn More 3 0Sep 24 '24

Content Delivery Networks (CDNs) in Video Streaming

Content Delivery Networks (CDNs) are integral to the modern internet, enabling the efficient delivery...

Learn More 0 0Sep 24 '24

Adaptive Bitrate Streaming (ABS)

Adaptive Bitrate Streaming (ABS) is a vital technology in the world of online video delivery,...

Learn More 1 0Sep 24 '24

Practical Examples and Best Practices for Video Transcoding

Practical Examples 1. Basic Encoding with FFmpeg: ffmpeg -i input.mov -c:v...

Learn More 0 0Sep 24 '24

Video Encoding and Transcoding

Video encoding and transcoding are fundamental processes in the digital video workflow. They ensure...

Learn More 0 0Sep 24 '24

Video Compression and Codecs

In the world of video streaming, efficient video compression is essential for delivering high-quality...

Learn More 0 1Sep 24 '24

Comparison and Use Cases for Streaming Protocols

Protocol Latency Compatibility Security Best For HLS Medium High Medium VOD, Live...

Learn More 0 1Sep 24 '24

Understanding Streaming Protocols

In the world of video streaming, choosing the right protocol is crucial for delivering a seamless and...

Learn More 1 1Sep 24 '24

Using LLMs for productivity without replacing the human originality

The ultimate goal of engineering is to enhance our lives, making them more enjoyable and livable....

Learn More 1 1Aug 31 '24

Introduction to Video Streaming

Like billions around the world, I regularly consume endless hours of on-demand and live video through...

Learn More 3 1Jul 14 '24

How I learned Touch Typing & Vim?

As a software engineer, I am always looking to learn things that help me be more efficient. For me,...

Learn More 9 2Feb 6 '24

🚀 Turbocharge Your Data Analysis: Unleashing GPU Power with Pandas! 🌟

For long GPUs have been used to train neural networks and generate inferences from them. But this...

Learn More 1 0Dec 23 '23

A Better Approach to Data Cleaning in Large Datasets with Python

As a software engineer and tech enthusiast, I recently embarked on a challenging yet rewarding...

Learn More 2 2Dec 6 '23

Exporting a large PostgreSQL table using Python

When working with large datasets, it's common to extract PostgreSQL tables to CSV files for further...

Learn More 41 3Oct 16 '23

Setting up GitHub Actions to deploy your website via FTP

Web development is a familiar concept to most developers, and deploying websites via FTP is a common...

Learn More 35 0Jun 27 '23

Git: Why, How & What

Git: Why, How & What? I have been using git for past 5 years (started in 2017) of my...

Learn More 1 0Jun 3 '23

Git branching strategies

As an engineer when I was making small project in colleges, I used Git as version-control system....

Learn More 4 1May 16 '22

Engineering your startup idea

I have been a great fan of 'Software Engineering' wherein things are built ground-up but the sheer...

Learn More 25 2Mar 22 '22

Docker: Why, How & What?

Hello folks, in this article I am going to put down my understanding of Docker. I don't consider...

Learn More 7 0Sep 16 '21

'hashnode' App

Hey folks, just as a side project, I have created a simple, quick, and FOSS 'hashnode' community app...

Learn More 0 0Aug 15 '21

Setting up CI pipeline with Jenkins, GitHub & Docker on Ubuntu (Linux) machine

Table of Contents Pre-requisites Description Installing Jenkins Start, stop, status Fi...

Learn More 8 0Feb 5 '21

Set up a CI pipeline in GitLab to build and push Docker Images from a Git repository

DevOps has become a very essential role in today’s software development teams. As we all know that t...

Learn More 9 0Feb 5 '21

Video Party - My submission for #dohackathon

What I built A web-based application that provides a platform to watch downloaded .mp4 vid...

Learn More 1 0Jan 10 '21