Jalaj Singhaljalajsinghal3.hashnode.dev·Sep 4, 2024CSS Background AttachmentThe background-attachment property is used to specify that the background image is fixed or scroll with the rest of the page in the browser window. This property has three values scroll, fixed, and local. Its default value is scroll, which causes the...DiscussHTML5
Pulkitblogs.devpulkit.in·Jul 24, 2024Creating a Dynamic Horizontal Scroll Percentage Indicator with React and Framer MotionThe Idea Creating a visually appealing and functional portfolio website is essential for showcasing your skills and projects. I recently explored website designs from popular examples for my portfolio (devpulkit.in) and found one animation that reall...Discuss·1 like·192 readsReact
Jayesh Adwanijayeshadwani.hashnode.dev·Jul 14, 20242 ways to implement infinite scroll in javascriptFetching a list from database is always a requirement in almost every app. To cater this, the concept of pagination was introduced. Which helps to fetch data in small chunks to load into UI. P.S: Fetch data in chunks (via pagenumber) To achieve this ...Discussinfinite scrolling
Eniola'sforpeejay.hashnode.dev·Feb 21, 2024Exploring the Scroll Ecosystem and Contributing Your SkillsHey everyone! Last Saturday, I had the exciting opportunity to join the Scroll community meetups in Lagos. It nice experience learning about ZKEVM technology and its potential to revolutionize the Ethereum blockchain. In particular, I was blown away ...Discuss·10 likesscroll
TechieTeeetechieteee.hashnode.dev·Feb 8, 2024Empowering Data Ownership: Deploying a Decentralized Data Brokerage Marketplace with Scroll and SpruceIDThe Data Dilemma $641.4 billion is the estimated size of the data brokerage industry by 2027. It's only projected to grow more each year with a projected compound annual growth rate (CAGR) of 13.2% (Statista). With this ever-increasing size of the ...Discuss·69 readsData Science
Mayowa Ogungbolaphensics.hashnode.dev·Feb 8, 2024Getting Started with PAIMA and ScrollIntroduction to PAIMA PAIMA is an app-specific L2 framework for gamification and running game engines on the blockchain. It simply allows you to build on-chain games utilizing the traditional web2 skill and technologies while adding a little web3 to ...Discuss·3 likes·143 readsGaming development
Mayowa Ogungbolaphensics.hashnode.dev·Feb 6, 2024How to build a ZK-Proof Voting Contract on The Scroll Network with NoirIntroduction Using traditional voting mechanisms has only proven to be susceptible to fraud, manipulation, lack of transparency, and centralized control. The Zero-Knowledge (ZK) proof is a technology that introduces a secure and transparent voting sy...Discuss·1 like·204 readsscroll
Mayowa Ogungbolaphensics.hashnode.dev·Jan 30, 2024How to Create and Call On-Chain Contracts with HardHat on the Scroll NetworkIntroduction One of the most essential and helpful tools a blockchain developer has as an arsenal is making contract calls. When working on complex and multi-contract projects it is very likely, that you won't be deploying a single smart contract fil...Discuss·2 likes·62 readshardhat
Jaydeep Karalejaydeepkarale.hashnode.dev·Jan 11, 2024How to Scroll to an Element in PlaywrightCreating visually stunning and interactive websites has become a norm in the dynamic landscape of web development. However, this has led to the proliferation of content-rich pages extending beyond the viewport’s confines. As a result, users often nee...Discussscroll
Abhrajit Rayaroy77.hashnode.dev·Dec 31, 2023Buttery-Smooth Scrolling on your website in 2 minutes!Smooth scrolling enhances the user experience by providing fluid transitions between sections of your website. While it may not be to everyone's taste, it does add a much more polished and natural feel to it. Want smooth scrolling on your website lik...Discuss·3 likes·2.4K readsReact