Skip to content
View gusfune's full-sized avatar

Block or report gusfune

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
gusfune/README.md

Hi, I'm Gus Fune

I'm a CTO who delivered over 100 products to scale. Currently I am making e-commerce amazing as CTO of divbrands working from Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿🇬🇧. Previously I was CTO and Co-founder of Off Script an e-commerce startup in Stockholm 🇸🇪, considered by Wired UK as one of the Hottest European Startups of 2021. And before that I was CTO and Co-Founder of Wololo/Talkative.

I can fix hard-to-find bugs, test design changes in the browser, and automate anything my team needs to get done faster.

I’ve delivered over 100 projects for clients like 3M, Coca-Cola, Behold Studios, BMW, Heineken, McDonald's and Motorola. I’ve also worked with early-stage startups on everything from product research to hiring, team-building, and even accounting.

If you want to get in touch you'll find me on Twitter: @gusfune

Pinned Loading

  1. Clean up all stable branches locally... Clean up all stable branches locally that have been removed from remote branch
    1
    git fetch -p && git branch -vv | grep 'origin/.*: gone]' | awk '{print $1}' | xargs git branch -D
  2. Custom React hook for listening to s... Custom React hook for listening to scroll events
    1
    import { useState, useEffect } from "react"
    2
    
                  
    3
    type SSRRect = {
    4
      bottom: number
    5
      height: number
  3. Complete list of countries with ISO ... Complete list of countries with ISO Code
    1
    export interface Country {
    2
      name: string
    3
      code: string
    4
    }
    5
    
                  
  4. airtable-redirect airtable-redirect Public

    Simple redirect server for AirTable

    JavaScript

  5. gatsbyjs/gatsby gatsbyjs/gatsby Public

    The best React-based framework with performance, scalability and security built in.

    JavaScript 55.3k 10.3k