Skip to content
View the-sides's full-sized avatar
🎧
perpetually ricing
🎧
perpetually ricing
Block or Report

Block or report the-sides

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
the-sides/README.md

Hi there 👋

I'm Jacob Sides, a passionate JavaScript developer, diving deep into front-end and headless technologies, staring at interactive 3D sites in the distance. If I'm not trying out a new JS framework, you'll find me gaming, jamming to music or attempting to pick up a new skill, whether it's the Bass or ASL.

My Work

I've been fortunate enough to work with fantastic designers at Pyxl to build out their visions.

Brownlee - A Next.js Shopify Plus Headless Ecommerce

Trimech - WordPress Woocommerce site with Vue.js search and archive functionalities

MLILY - WordPress Woocommerce site built with TailwindCSS, Twig and Vue.js archives

Talkiatry - WordPress site built with TailwindCSS, Twig and Vue.js archives

I have since been very fortunate to start working at DRC as a Software Developer.

Side Projects

All my repos here are primarily side projects that focus more concepts, teaching and tech-stacks rather than front-end development. Nonetheless, see how obsessed I am with the Spotify API.

Pinned

  1. Newies Newies Public

    I want a Spotify playlist of all the songs that have been recently added to any other playlist. A bot playlist, 'recently added to playlists'.

    JavaScript

  2. snodoku snodoku Public

    A sudoku solver built with Vue, snowpack, tailwind and scss.

    JavaScript

  3. nodulus nodulus Public

    A site of action-packed web games, powered by three.js and raw will-power.

    JavaScript

  4. djranker djranker Public

    Request songs and rank the requests for a host playing Spotify during a social event

    JavaScript 1

  5. Netflix function for going back ~5 s... Netflix function for going back ~5 secs rather than 10
    1
    function back5() { 
    2
        const goBack10secsButton = document.querySelector('.button-nfplayerBackTen'); 
    3
        const video = document.querySelector('.VideoContainer video')    
    4
        
    5
        // Go back 10 seconds
  6. advent-of-code advent-of-code Public

    Advent of Code solutions. Exploration into Rust, Deno, and Bun

    TypeScript