blog.piyushgarg.devFullStack Twitter CloneTwitter is one of the most popular social media platforms in the world, with over 330 million active users as of 2021. If you are interested in building a Twitter-like application, this tutorial will guide you through the process of building a FullSt...May 3, 2023·2 min read
blog.piyushgarg.devTic Tac Toe Game in JavascriptHey everyone, In this article, we will build our own Tic Tac Toe game using pure Javascript. https://youtu.be/lKe57l8sttw Code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE...Dec 26, 2022·2 min read
blog.piyushgarg.devDeploying Node.js functions to AWS Lambda | ServerlessHi everyone, In this blog, we will learn how we can create node.js functions locally and deploy them to AWS Lambda using serverless. So, let's get started. Step 1. Create an AWS Account ☁️ In order to deploy functions to AWS Lambda, you should have a...May 21, 2022·4 min read
blog.piyushgarg.devUploading images to firebase storage with node.jsHey there, In this article, we are going to learn how you can upload any file to firebase storage. Uploading files to firebase storage is really easy. I would I recommend you to code along with me for better understanding. So, let's get started. Step...May 27, 2021·4 min read
blog.piyushgarg.devHow I built a real-time collaborative IDE with video chatHey there, Welcome back. In this article, I would be showing you how I made a collaborative IDE with a video call. The main application of this application is that you can create a room and people can join the room. You have the ability to write mark...May 24, 2021·2 min read