Deepankar Bhade

Deepankar Bhade @deepcodes

About: 20 | SDE @100ms.live

Joined:
Sep 21, 2020

Deepankar Bhade
articles - 15 total

Understanding .ics file with RFC 5545

In this blog, we will try to understand .ics file defined in RFC 5545 & create an event from scratch to add to google calendar.

Learn More 4 0Aug 4 '22

Daytime Protocol RFC-867 in Golang

Implementing Daytime Protocol RFC-867 in Golang.

Learn More 7 0Apr 8 '22

Understanding Goroutines & Channels with Ping Pong game

This blog explains Goroutines & Channels by implementing a Ping Pong game in Golang.

Learn More 14 3Apr 6 '22

My Open Source Journey

From my 1st commit to contributing to 100ms, Vercel & Coronasafe here's my journey.

Learn More 4 0Mar 14 '22

Building a Video chat application in Remix

Video chat app with Remix and 100ms react sdk in less than 100 lines of code.

Learn More 8 0Feb 20 '22

Found a change in next.config.js. Restart the server to see the changes in effect

Understanding how Next.js prints this message from its source code.

Learn More 4 0Jan 30 '22

Fixing Next.js router query param returning undefined on initial render

If you're getting undefined query params in nextjs on the first render and want to fix it then this blog is for you.

Learn More 27 9Jan 6 '22

How I self-hosted my own website analytics with Umami

A guide on how I setup Umami with railway in under 5 mins

Learn More 165 18Dec 8 '21

Building TailwindCSS with Sass

Minimal way to build your own TailwindCSS with Sass

Learn More 18 0Dec 1 '21

Automatic scrolling for Chat app in 1 line of code + React hook

Whenever you get a new message the chat feed automatically scrolls to the bottom. This guide explains how you can do it in just 1 line of code.

Learn More 52 5Nov 25 '21

Logical assignments and their use cases

Binary operations and conditional rendering is something we do quite frequently while building applications. This article is about logical assignment operators that were introduced in ES2021.

Learn More 8 0Nov 22 '21

Understanding never in TypeScript

Understanding 'never' in TypeScript can be quite baffling. If you're like me have had faced similar issue then this blog should be able to explain it with the help of some examples.

Learn More 9 1Nov 16 '21

Using CSS variables with TailwindCSS

Combine the power of TailwindCSS with the mighty CSS variables.

Learn More 44 5Nov 14 '21

Building Slack huddle clone in React

Building a Slack huddle clone using React , Tailwind and 100ms SDKs in under 15mins.

Learn More 93 7Sep 20 '21

Building Clubhouse clone in React

Building a Clubhouse clone with audio conferencing , chat and change roles using React , Tailwind and 100ms SDKs.

Learn More 54 0Sep 8 '21