Skip to content
View marianopaulin02's full-sized avatar
Block or Report

Block or report marianopaulin02

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

Pinned Loading

  1. instagramWidget instagramWidget Public

    Embed any Instagram profile on your website or blog for free.

    JavaScript 3

  2. Javascript fetch with retry and abor... Javascript fetch with retry and abort requests
    1
    const RETRY_INTERVALS = [0, 4, 8, 16, 32, 64] // seconds to wait for retry the request
    2
    const DEFAULT_TIMEOUT_MS = 15000
    3
    
    
    4
    const fetchAPI = ({
    5
    	// DOCS https://gist.github.com/marianopaulin02/5d988a04aa1a54023bd1bc68bd95dd7c
  3. IndexedDB handler for CRUD operations IndexedDB handler for CRUD operations
    1
    /*
    2
      Minified: ~1Kb
    3
      Author: Mariano Paulin - marianopaulin.com
    4
      Description: IndexedDB(idb) javascript promise-based handler to perform simple CRUD operations with key-value data
    5
      Tested: Most recent versions of popular browsers, compatible with service workers