raghavsinghgulia.hashnode.devUse 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
raghavsinghgulia.hashnode.devMathematical reasoning: And, or and notLogic is very important in programming. We use ||, && and ! many times while programming. But do we really understand it? Mathematical reasoning or the principle of mathematical reasoning is a part of mathematics where we determine the truth values o...Mar 28, 2022路2 min read
raghavsinghgulia.hashnode.devRemotion: Make a video of the original Kanto pokemon *from code* Part 2So now, let's hop into Composition.tsx. Composition.tsx First, let's make a div and display hello in it to test if it is working! export const MyComposition = () => { return <div>hello</div>; }; Now, let's make the background black and make the...Mar 17, 2022路4 min read
raghavsinghgulia.hashnode.devRemotion: Make a video of the original Kanto pokemon *from code* Part 1Let's make a video of the original 151 pokemon using nothing but React and Remotion! video.mp4 from Raghav Singh Gulia on Vimeo. Starting the project To start: npm init video Video.tsx Now, hop onto Video.tsx. Let's make the video 20 fps. You can ...Mar 15, 2022路2 min read
raghavsinghgulia.hashnode.devRemotion: A 100% honest review of itI'm pretty sure many of you have seen Fireship's Remotion in 100 seconds. Some of you would have tried Remotion as well. This is a totally honest opinion about Remotion and in short, IT'S GREAT!馃コ馃コ. How much have I tried it? I made 1-2 videos from i...Mar 11, 2022路1 min read