Docker: Why and How to get started with DockerDocker is an ecosystem of services that are used to create, run and administrate containers. In simple terms, a container is an isolated…Oct 19, 2021Oct 19, 2021
React: 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 :)Sep 13, 2021Sep 13, 2021
React: Tag-Text-SearchI recently fabricated this ‘Tag-Text-Search’ functionality for my blog. So, here is a little article just about it.Jul 17, 2021Jul 17, 2021
React: 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!May 2, 20211May 2, 20211
React: 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…Mar 9, 2021Mar 9, 2021
React: Super Simple Smooth ScrollingI have been wanting to redo my portfolio, and one of the major things I wanted it to have was smooth scrolling. So, I created a super…Feb 28, 2021Feb 28, 2021
React 3D Image SliderI had to make an image slider for a project and I found out that there is no ready to use cool, basic, image slider. So I went ahead and…Feb 15, 2021Feb 15, 2021
React Theme SwitcherIn this article, we’ll be creating a theme switcher using styled-components, context API, and of course, react.Jan 31, 2021Jan 31, 2021
EM vs REMThe essential difference between em and rem is that rem is “root em”. Now that out of the way let’s first see what actually em is?Jan 24, 2021Jan 24, 2021
React Native: Responsive and Adaptive User InterfacesAdaptability is probably the most essential need of an app. I will try to layout some of the tools and tips that I use while trying to…Jan 11, 2021Jan 11, 2021