RSRahul Sharmainholdmypotion.hashnode.dev路Oct 19, 2021 路 4 min readDocker: Why and How to get started with DockerWhat is Docker? Docker is an ecosystem of services that are used to create, run and administrate containers. In simple terms, a container is an isolated environment just for running a particular application. A container essentially contains the appli...00
RSRahul Sharmainholdmypotion.hashnode.dev路Sep 13, 2021 路 2 min readReact: Scroll Transition for Fancy PortfoliosI saw this fancy scrolling effect on this website and it just blew my mind. I thought of recreating it and got somewhat successful :) BTW, surely check this portfolio website by Ilya Kulbachny. Read this article on my blog to see it working live and ...00
RSRahul Sharmainholdmypotion.hashnode.dev路Jul 17, 2021 路 12 min readReact: Tag-Text-SearchI recently fabricated this 'Tag-Text-Search' functionality for my blog. So, here is a little article just about it. BTW, the source code for the blog is public and you can surely go check it here. In this blog we'll be using Context API to make the s...00
RSRahul Sharmainholdmypotion.hashnode.dev路May 2, 2021 路 3 min readReact: Marquee using Framer MotionThis is called a "marquee" and apparently, I needed one for my portfolio website. So, I thought I might as well share it with you all! In this blog, we'll create an infinitely running long text (that seems to be very trendy lately) using Framer Motio...00
RSRahul Sharmainholdmypotion.hashnode.dev路Mar 9, 2021 路 6 min readReact: Custom Cursor (No Extra dependencies!)Just like the last article, this also focuses on a feature that I would like my portfolio to have. A custom cursor. I've noticed this treat a lot lately and I think it adds a bit of extra sass to the website. In this article, we'll be making a very b...00