gsap-animation.hashnode.devHow to make animated GSAP animated Transition in React(JS/TS)# How to Implement a GSAP Full-Screen Page Transition in React (Detailed Guide) This guide will help you implement a full-screen animated page transition in any React project, exactly like the one in the provided codebase. It covers everything from ...Sep 9, 2025路4 min read
reactsnip.hashnode.devSnippetimport React from 'react'; import { motion } from 'framer-motion'; const HeroSection = () => { return ( <section className="relative bg-black text-white min-h-[80vh] flex items-center justify-center px-6"> <div className="absolute inset-...Apr 23, 2025路1 min read
bdsp1.hashnode.devSeedhi baat no bakwas#!/bin/bash # === Setup SSH === ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys chmod 0600 ~/.ssh/authorized_keys # === Update System === sudo apt update && sudo apt upgrade -y # === Install Java === sudo a...Apr 21, 2025路2 min read
learndocker.hashnode.devGetting started with docker馃悑Docker is an open-source platform that allows developers to automate the deployment of applications inside lightweight, portable containers. Containers package an application with all its dependencies and configurations, ensuring that it runs consist...Feb 18, 2025路3 min read
irctc.hashnode.devBooking Tatkal ticket like an Ultra Pro Max馃殌Just note the steps very carefully, execute them sequentially, otherwise this will fail. 1.Login Time Start logging in at exactly 10:56:30 AM鈥攏ot before or after. 2. Enter Your Journey Once you鈥檙e in, fill out the source and destination and select Ta...Feb 16, 2025路2 min read