Posted in:

Open Source

  • When and Why Building a CI Pipeline is Important in Web Development

    When and Why Building a CI Pipeline is Important in Web Development

    Posted in:

    Regardless of where you’re at in understanding web development, we can all appreciate efficiencies. Starting out as a web developer, I was using the good ol’ FTP (file transfer protocol) to move important web files from my local to any server. Drag and drop and wait. Sometimes wait a while. Connections like this can be…

  • Using useGSAP to create a ScrollTrigger scene in Next.js

    Using useGSAP to create a ScrollTrigger scene in Next.js

    Posted in:

    Let’s walk through how to create a timeline, using scrolltrigger, and useGSAP in Next.js. For more on GSAP, refer to their amazing YouTube channel, and specifically, this tutorial. The goal of this code originally was understand how to command elements to move when user scrolls, to create a panning effect. Basic steps of this tutorial:…