Use HTML Canvas and TypeScript to make an even faster PI visualizer Part 1Today, let's learn about HTML Canvas. We'll make a PI visualizer today. Also, check out my previous article in which I used DOM elements. https://raghavsinghgulia.hashnode.dev/make-a-mathematical-visualizer-and-perform-an-experiment Live Demo https:/...Apr 2, 2022·3 min read·94
Make a chat app with Svelte + Firebase v9 FinaleFirst of all, sorry because I haven't been blogging for a while😅. Let's go ✈! Now we just have to implement the adding. First, let's make an input and a button in App.svelte. Some elements <div class="inp"> <input type="text" bind:value={inp} /> ...Mar 7, 2022·3 min read·232
Make a chat app with Svelte + Firebase v9 Part 2Now we want to make a chat app right? But first, we need a database. In Firebase, we generally use Firestore as our database. Let's set it up first! Setting up Firestore In the Firebase console, you'll see many options on the left-hand side of your s...Mar 1, 2022·2 min read·89
Make a chat app with Svelte + Firebase v9 Part 1Today, we'll make a small chat app with Svelte and Firebase. Let's get started. Prerequisites HTML CSS JavaScript Svelte Some Firebase Before starting, make sure you have a Firebase account. Let's get going! Setting up Firebase First, we have to se...Feb 26, 2022·3 min read·218
Best way to learn Svelte as a beginnerSvelte is one of the best JavaScript libraries out there, and it's absolutely amazing for small and big projects alike! This is how I learned Svelte in less than a day and making projects. The starting point In the starting, many people will hop into...Feb 20, 2022·1 min read·59
Make a mathematical visualizer and perform an experimentYou're gonna learn a ton!Feb 13, 2022·7 min read·100